UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 939 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconStarSmall24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" }, h("path", { "clip-rule": "evenodd", d: "m13.6427 9.99999-.2295-.68044-1.4131-4.19024-1.4131 4.19023-.2295.68045H4.94584l3.84338 2.94931.56085.4304-.21868.6723-1.40647 4.3238 3.68658-2.6842.5886-.4286.5886.4286 3.6866 2.6842-1.4065-4.3238-.2187-.6723.5609-.4304 3.8433-2.94931h-5.4116m-4.00329-1H4.65127c-.85989 0-1.23009 1.09051-.54791 1.61401l4.07707 3.1286-1.50189 4.6172c-.26988.8297.6803 1.5196 1.38562 1.006L12.0001 16.5l3.9359 2.8658c.7053.5136 1.6555-.1763 1.3856-1.006l-1.5018-4.6172 4.077-3.1286c.6822-.5235.312-1.61401-.5479-1.61401h-4.9881l-1.5079-4.47121c-.2754-.81653-1.4303-.81653-1.7056 0z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-star-small-24.js.map