UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

23 lines (19 loc) 919 B
/** * @license lucide-react-native v1.31.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 SquareBottomDashedScissors = createLucideIcon("SquareBottomDashedScissors", [ ["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" }] ]); export { SquareBottomDashedScissors as default }; //# sourceMappingURL=square-bottom-dashed-scissors.mjs.map