UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

29 lines (25 loc) 997 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: "vector-square", size: 24, node: [ ["path", { d: "M17.055 4.533a24 24 0 00-10.11 0", key: "1rchew" }], ["path", { d: "M19.467 17.055a24 24 0 000-10.11", key: "oh3qan" }], ["path", { d: "M4.533 6.945a24 24 0 000 10.11", key: "jtuody" }], ["path", { d: "M6.945 19.467a24 24 0 0010.11 0", key: "2x0uq2" }], ["circle", { cx: "19", cy: "19", r: "2", key: "17f5cg" }], ["circle", { cx: "19", cy: "5", r: "2", key: "mhkx31" }], ["circle", { cx: "5", cy: "19", r: "2", key: "v8kfzx" }], ["circle", { cx: "5", cy: "5", r: "2", key: "1gwv83" }] ] }; __iconData.node; const VectorSquare = createLucideIcon(__iconData); export { __iconData, VectorSquare as default }; //# sourceMappingURL=vector-square.mjs.map