UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.6 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconWidget16 = 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: "M5.92948 4.00002h.41422l.29289-.2929 1.01039-1.01038c.19526-.19526.51184-.19526.7071 0l1.01039 1.01038.29289.2929h1.84314c.2762 0 .5.22385.5.5v1.84317l.2929.29289 1.0104 1.01041c.1953.19526.1953.51184 0 .7071L12.2934 9.364l-.2929.2929V11.5c0 .2762-.2238.5-.5.5H9.65741l-.2929.2929-1.01043 1.0104c-.19526.1953-.51184.1953-.7071 0l-1.01044-1.0104L6.34365 12H4.50053c-.27614 0-.5-.2238-.5-.5V9.65689L3.70764 9.364 2.69723 8.35359c-.19526-.19526-.19526-.51184 0-.7071l1.01041-1.01041.29289-.29289V4.50002c0-.27614.22386-.5.5-.5zm3.13171-2.01039c-.58579-.58578-1.53553-.58578-2.12132 0L5.92948 3.00002H4.50053c-.82843 0-1.5.67157-1.5 1.5v1.42895L1.99012 6.93938c-.58579.58579-.58579 1.53553 0 2.12132l1.01041 1.0104V11.5c0 .8284.67157 1.5 1.5 1.5h1.42891l1.01043 1.0104c.58578.5858 1.53553.5858 2.12132 0L10.0716 13h1.4289c.8285 0 1.5-.6716 1.5-1.5v-1.4289l1.0104-1.0104c.5858-.58579.5858-1.53553 0-2.12132l-1.0104-1.01041V4.50002c0-.82843-.6715-1.5-1.5-1.5h-1.4289zm-.58636 3.16848c.08732-.26197-.05426-.54513-.31623-.63245-.26197-.08733-.54513.05425-.63245.31623l-1 3A.49998.49998 0 0 0 7.00049 8.5h1.30629l-.78063 2.3419c-.08733.262.05425.5451.31622.6324.26198.0874.54514-.0542.63246-.3162l1-2.99999A.50001.50001 0 0 0 9.00049 7.5H7.6942z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-widget-16.js.map