UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 943 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconStar24 = 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: "m14.2793 9.99995-.2279-.68377-2.0513-6.15395-2.05135 6.15395-.22792.68377h-.72076l-5.83924.00001 4.83083 3.39674.60809.4276-.2342.7055-1.92865 5.8097 4.9718-3.6459.5914-.4337.5913.4337 4.9718 3.6459-1.9286-5.8097-.2342-.7055.6081-.4276 4.8308-3.39675h-6.56m-5.27923-1H3.16083c-.97664 0-1.3741 1.25625-.57519 1.81805l4.83084 3.3967-1.92865 5.8098c-.30694.9246.75481 1.6976 1.54043 1.1214L12.0001 17.5l4.9718 3.6459c.7856.5762 1.8473-.1968 1.5404-1.1214l-1.9286-5.8098 4.8308-3.3967c.7989-.5618.4014-1.81805-.5752-1.81805h-5.8392L12.9488 2.846c-.3039-.91169-1.5935-.91169-1.8974 0z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-star-24.js.map