@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 2.18 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconExtendImageSmall24 = 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: "M17.0149 4.44026 16.7 5.69997l-1.2597.31493c-.505.12624-.505.8439 0 .97014l1.2597.31493.3 1.2c0 .27614.2239.5.5.5s.5-.22386.5-.5l.3-1.2 1.2597-.31493c.505-.12624.505-.8439 0-.97014L18.3 5.69997l-.3149-1.25971c-.1263-.50498-.8439-.50498-.9702 0M8 6.49997c0-.27614-.22386-.5-.5-.5-.82843 0-1.5.67157-1.5 1.5V16.5c0 .8284.67157 1.5 1.5 1.5h7c.2761 0 .5-.2239.5-.5 0-.2762-.2239-.5-.5-.5h-7c-.27614 0-.5-.2239-.5-.5v-1.2929l3-3 1.1464 1.1464c.1953.1953.5119.1953.7072 0 .1952-.1952.1952-.5118 0-.7071l-1.5-1.5c-.1953-.1952-.51189-.1952-.70715 0L7 13.7929V7.49997c0-.27614.22386-.5.5-.5s.5-.22386.5-.5m3 0c0 .27614-.2239.5-.5.5h-1c-.27614 0-.5-.22386-.5-.5s.22386-.5.5-.5h1c.2761 0 .5.22386.5.5m3 0c0 .27614-.2239.5-.5.5h-1c-.2761 0-.5-.22386-.5-.5s.2239-.5.5-.5h1c.2761 0 .5.22386.5.5M17.5 12c-.2761 0-.5-.2239-.5-.5v-1c0-.2762.2239-.50003.5-.50003s.5.22383.5.50003v1c0 .2761-.2239.5-.5.5m0 3c-.2761 0-.5-.2239-.5-.5v-1c0-.2762.2239-.5.5-.5s.5.2238.5.5v1c0 .2761-.2239.5-.5.5M16 17.5c0-.2762.2239-.5.5-.5s.5-.2239.5-.5c0-.2762.2239-.5.5-.5s.5.2238.5.5c0 .8284-.6716 1.5-1.5 1.5-.2761 0-.5-.2239-.5-.5m-3.3536-3.3536c-.1952.1953-.1952.5119 0 .7071l1 1c.1953.1953.5119.1953.7072 0 .1952-.1952.1952-.5118 0-.7071l-1-1c-.1953-.1952-.5119-.1952-.7072 0m1.7975-2.9952C14.3293 11.0367 14.162 11 14 11c-.5523 0-1-.4477-1-1.00003 0-.16197-.0367-.32932-.1513-.44385l-.0488-.04887c-.265-.26497-.7134-.20147-.7737.16837A2.016 2.016 0 0 0 12 9.99997C12 11.1045 12.8954 12 14 12c.1104 0 .2188-.009.3243-.0262.3699-.0603.4334-.5087.1684-.7737zm-.8886-2.30271c.1148.11474.2824.15148.4447.15148.5523 0 1 .44772 1 1 0 .16223.0367.32993.1515.44463l.0486.0487c.2649.2649.7132.2014.7736-.1683.0173-.1058.0263-.2143.0263-.32503 0-1.10457-.8954-2-2-2a2.015 2.015 0 0 0-.3251.02628c-.3697.06043-.4331.50872-.1682.77362z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-extend-image-small-24.js.map