lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
34 lines (31 loc) • 831 B
JavaScript
/**
* @license lucide-static 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.
*/
const VectorPolygon = `
<svg
class="lucide lucide-vector-polygon"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m12.828 4.813 5.344 2.375" />
<path d="m15.769 18.153 3.461-8.306" />
<path d="m5.687 14.074 7.625 4.852" />
<path d="M9.772 5.579 5.228 11.42" />
<circle cx="11" cy="4" r="2" />
<circle cx="15" cy="20" r="2" />
<circle cx="20" cy="8" r="2" />
<circle cx="4" cy="13" r="2" />
</svg>
`;
export { VectorPolygon as default };
//# sourceMappingURL=vector-polygon.mjs.map