UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

6 lines 1.1 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconConstraintsSmallLeftRightTopBottom24 = 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: "M12 8.5c.2761 0 .5.22386.5.5v2.5H15c.2761 0 .5.2239.5.5s-.2239.5-.5.5h-2.5V15c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5v-2.5H9c-.27614 0-.5-.2239-.5-.5s.22386-.5.5-.5h2.5V9c0-.27614.2239-.5.5-.5", fill: "currentColor", "fill-rule": "evenodd", fillOpacity: "0.3" }), h("path", { "clip-rule": "evenodd", d: "M8.5 5.5c0-.27614.22386-.5.5-.5h6c.2762 0 .5.22386.5.5s-.2238.5-.5.5H9c-.27614 0-.5-.22386-.5-.5m-3 3c.27614 0 .5.22386.5.5v6c0 .2761-.22386.5-.5.5S5 15.2761 5 15V9c0-.27614.22386-.5.5-.5m13 0c.2761 0 .5.22386.5.5v6c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5V9c0-.27614.2239-.5.5-.5m-10 10c0-.2761.22386-.5.5-.5h6c.2761 0 .5.2239.5.5s-.2239.5-.5.5H9c-.27614 0-.5-.2239-.5-.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-constraints-small-left-right-top-bottom-24.js.map