UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.13 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconActionOverlayOpenSmall24 = 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: "M8 7h7c.5523 0 1 .44772 1 1v3.126c-.3196-.0822-.6547-.126-1-.126-2.2091 0-4 1.7909-4 4 0 .3453.0438.6804.126 1H8c-.55228 0-1-.4477-1-1V8c0-.55228.44772-1 1-1m9 1v3.5351c1.1956.6916 2 1.9843 2 3.4649 0 2.2091-1.7909 4-4 4-1.4806 0-2.7733-.8044-3.4649-2H8c-1.10457 0-2-.8954-2-2V8c0-1.10457.89543-2 2-2h7c1.1046 0 2 .89543 2 2m-1 4.1707c.3726.1317.7115.3349 1 .5932.6137.5493 1 1.3476 1 2.2361 0 1.6569-1.3431 3-3 3-.8885 0-1.6868-.3863-2.2361-1-.2583-.2885-.4615-.6274-.5932-1-.1105-.3128-.1707-.6494-.1707-1 0-1.6569 1.3431-3 3-3 .3506 0 .6872.0602 1 .1707M15.5 13.5c0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5v1h-1c-.2761 0-.5.2239-.5.5s.2239.5.5.5h1v1c0 .2761.2239.5.5.5s.5-.2239.5-.5v-1h1c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5h-1z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-action-overlay-open-small-24.js.map