@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.07 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconStar16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" },
h("path", { "clip-rule": "evenodd", d: "M8.00047 2c.43462 0 .81948.28073.95222.69459L9.85248 5.5h2.90332c.435 0 .8202.28133.9526.6958.1323.41447-.0185.86695-.3731 1.11912l-2.3279 1.65561.9379 2.70147c.142.4093.0044.8636-.341 1.1252-.3454.2615-.8199.271-1.1754.0233l-2.42841-1.6919-2.42826 1.6919c-.35548.2477-.83002.2383-1.1754-.0233s-.48305-.7158-.34098-1.1251l.9377-2.70154-2.32794-1.65564c-.35456-.25217-.50539-.70465-.37303-1.11912S2.8101 5.5 3.24519 5.5h2.90327l.89979-2.80541C7.18099 2.28073 7.56585 2 8.00047 2M6.8779 6.5H3.24519l1.40607 1 1.53285 1.09017-.62556 1.80223L5.00056 12l1.39618-.9728 1.60373-1.11737 1.60385 1.11737L11.0006 12l-.5581-1.6076-.62567-1.80223L11.3497 7.5l1.4061-1H9.12304l-.59748-1.86286L8.00047 3l-.52509 1.63714z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-star-16.js.map