@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.42 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconComponent16 = 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 5.83824 6.66041 4.5 8 3.16176 9.33959 4.5zm-.43054-3.65987L5.6796 4.06632c-.23947.23922-.23947.62814 0 .86736l1.88986 1.88795c.23807.23783.62301.23783.86108 0l1.88986-1.88795c.2395-.23922.2395-.62814 0-.86736L8.43054 2.17837c-.23807-.23783-.62301-.23783-.86108 0M10.1618 8 11.5 6.66041 12.8382 8 11.5 9.33959zm-.98343.43054 1.88793 1.88986c.2392.2395.6282.2395.8674 0l1.8879-1.88986c.2379-.23807.2379-.62301 0-.86108L11.9337 5.6796c-.2392-.23947-.6282-.23947-.8674 0L9.17837 7.56946c-.23783.23807-.23783.62301 0 .86108M6.66041 11.5 8 12.8382 9.33959 11.5 8 10.1618zm-.98081-.4337 1.88986-1.88793c.23807-.23783.62301-.23783.86108 0l1.88986 1.88793c.2395.2392.2395.6282 0 .8674l-1.88986 1.8879c-.23807.2379-.62301.2379-.86108 0L5.6796 11.9337c-.23947-.2392-.23947-.6282 0-.8674M3.16176 8 4.5 6.66041 5.83824 8 4.5 9.33959zm-.98339.43054 1.88795 1.88986c.23922.2395.62814.2395.86736 0l1.88795-1.88986c.23783-.23807.23783-.62301 0-.86108L4.93368 5.6796c-.23922-.23947-.62814-.23947-.86736 0L2.17837 7.56946c-.23783.23807-.23783.62301 0 .86108", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-component-16.js.map