lucide-react
Version:
A Lucide icon library package for React applications.
29 lines (25 loc) • 977 B
JavaScript
/**
* @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-polygon",
size: 24,
node: [
["path", { d: "m12.828 4.813 5.344 2.375", key: "d72xd9" }],
["path", { d: "m15.769 18.153 3.461-8.306", key: "1m86ed" }],
["path", { d: "m5.687 14.074 7.625 4.852", key: "16trhu" }],
["path", { d: "M9.772 5.579 5.228 11.42", key: "1sledj" }],
["circle", { cx: "11", cy: "4", r: "2", key: "vol9p0" }],
["circle", { cx: "15", cy: "20", r: "2", key: "1gio96" }],
["circle", { cx: "20", cy: "8", r: "2", key: "auwzcq" }],
["circle", { cx: "4", cy: "13", r: "2", key: "d2v72u" }]
]
};
__iconData.node;
const VectorPolygon = createLucideIcon(__iconData);
export { __iconData, VectorPolygon as default };
//# sourceMappingURL=vector-polygon.mjs.map