UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

28 lines (24 loc) 891 B
/** * @license lucide-react v1.46.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createLucideIcon from '../createLucideIcon.mjs'; const __iconData = { name: "square-scissors", size: 24, node: [ ["path", { d: "m17 17-2.18-2.18", key: "1y7dt1" }], ["path", { d: "M9.56 14.44 17 7", key: "ue8l15" }], ["path", { d: "M9.56 9.56 12 12", key: "rml9qv" }], ["circle", { cx: "8.5", cy: "15.5", r: "1.5", key: "12hfy1" }], ["circle", { cx: "8.5", cy: "8.5", r: "1.5", key: "cn5opk" }], ["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", key: "h1oib" }] ], aliases: ["scissors-square"] }; __iconData.node; const SquareScissors = createLucideIcon(__iconData); export { __iconData, SquareScissors as default }; //# sourceMappingURL=square-scissors.mjs.map