21 lines
502 B
JavaScript
21 lines
502 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const Scissors = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["circle", { cx: "6", cy: "6", r: "3" }],
|
|
["circle", { cx: "6", cy: "18", r: "3" }],
|
|
["line", { x1: "20", x2: "8.12", y1: "4", y2: "15.88" }],
|
|
["line", { x1: "14.47", x2: "20", y1: "14.48", y2: "20" }],
|
|
["line", { x1: "8.12", x2: "12", y1: "8.12", y2: "12" }]
|
|
]
|
|
];
|
|
|
|
export { Scissors as default };
|
|
//# sourceMappingURL=scissors.js.map
|