15 lines
317 B
JavaScript
15 lines
317 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const RectangleHorizontal = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[["rect", { width: "20", height: "12", x: "2", y: "6", rx: "2" }]]
|
|
];
|
|
|
|
export { RectangleHorizontal as default };
|
|
//# sourceMappingURL=rectangle-horizontal.js.map
|