@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.45 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconWidget24 = 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: "m16.4999 4.41455 3.0859 3.08615-3.0859 3.0854-3.0857-3.0854zm-.7071-.70706c.3905-.39058 1.0238-.39059 1.4143-.00001l3.0858 3.08615c.3905.39055.3905 1.02372-.0001 1.41422L17.207 11.2933c-.3905.3904-1.0236.3904-1.4141 0l-3.0858-3.08546c-.3905-.3905-.3905-1.02366 0-1.4142zM7.93934 5.43936l.00014-.00015c.5858-.58564 1.53544-.58559 2.12122.00015.5857.58579.5857 1.53553 0 2.12132l-1.50004 1.5-.35355.35355L7.5 10.1213l-.70711-.70707-.35355-.35355-1.5-1.5c-.58579-.58579-.58579-1.53553 0-2.12132s1.53553-.58579 2.12132 0L7.5 5.8787zm-3.70711-.70711c.89138-.89138 2.28841-.96892 3.26777-.23263.97935-.73629 2.37639-.65875 3.2678.23263.9763.97631.9763 2.55923 0 3.53554l-1.50003 1.5-1.06066 1.06061c-.39053.3906-1.02369.3906-1.41422 0L5.73223 9.76779l-1.5-1.5c-.97631-.97631-.97631-2.55923 0-3.53554M19 16.5c0 1.3807-1.1193 2.5-2.5 2.5S14 17.8807 14 16.5s1.1193-2.5 2.5-2.5 2.5 1.1193 2.5 2.5m1 0c0 1.933-1.567 3.5-3.5 3.5S13 18.433 13 16.5s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5M10 14H5v5h5zm-5-1c-.55228 0-1 .4477-1 1v5c0 .5523.44771 1 1 1h5c.5523 0 1-.4477 1-1v-5c0-.5523-.4477-1-1-1z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-widget-24.js.map