UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

33 lines (29 loc) 1.09 kB
/** * @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-bottom-dashed-scissors", size: 24, node: [ ["path", { d: "M14 21h1", key: "v9vybs" }], ["path", { d: "m17 17-2.18-2.18", key: "1y7dt1" }], [ "path", { d: "M5 21a2 2 0 01-2-2V5a2 2 0 012-2h14a2 2 0 012 2v14a2 2 0 01-2 2", key: "2q1jq4" } ], ["path", { d: "M9 21h1", key: "15o7lz" }], ["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" }] ], aliases: ["scissors-square-dashed-bottom"] }; __iconData.node; const SquareBottomDashedScissors = createLucideIcon(__iconData); export { __iconData, SquareBottomDashedScissors as default }; //# sourceMappingURL=square-bottom-dashed-scissors.mjs.map