@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.01 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconRating16 = 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: "M7.29781 2.44866c.24333-.64887 1.16116-.64887 1.40449 0l1.14425 3.05135h3.39335c.7238 0 1.0277.92398.4451 1.3536l-2.8217 2.081.9338 3.08629c.2059.6806-.5626 1.239-1.1463.8328l-2.65075-1.8446-2.65076 1.8446c-.58368.4062-1.35217-.1522-1.14626-.8328l.93373-3.08629-2.82168-2.081c-.58254-.42962-.27866-1.3536.44516-1.3536h3.39331zm.70224.97535-.971 2.58934c-.10977.29273-.38961.48666-.70225.48666H3.52042L5.8723 8.23452c.25539.18836.3646.51705.27271.82079l-.77655 2.56679 2.20321-1.5331c.25749-.17922.59928-.17922.85677 0l2.20326 1.5331-.7766-2.56679c-.09189-.30374.01732-.63243.2727-.82079l2.3519-1.73451H9.6733c-.31263 0-.59247-.19393-.70224-.48666z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-rating-16.js.map