27 lines
705 B
JavaScript
27 lines
705 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const Film = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
[
|
|
"rect",
|
|
{ width: "20", height: "20", x: "2", y: "2", rx: "2.18", ry: "2.18" }
|
|
],
|
|
["line", { x1: "7", x2: "7", y1: "2", y2: "22" }],
|
|
["line", { x1: "17", x2: "17", y1: "2", y2: "22" }],
|
|
["line", { x1: "2", x2: "22", y1: "12", y2: "12" }],
|
|
["line", { x1: "2", x2: "7", y1: "7", y2: "7" }],
|
|
["line", { x1: "2", x2: "7", y1: "17", y2: "17" }],
|
|
["line", { x1: "17", x2: "22", y1: "17", y2: "17" }],
|
|
["line", { x1: "17", x2: "22", y1: "7", y2: "7" }]
|
|
]
|
|
];
|
|
|
|
export { Film as default };
|
|
//# sourceMappingURL=film.js.map
|