UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

6 lines 1.37 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconConstraintsSmallCenterScale24 = 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: "M5.5 8.5c.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-8.5 3c.2761 0 .5.2239.5.5s-.2239.5-.5.5H9c-.27614 0-.5-.2239-.5-.5s.22386-.5.5-.5zm4 1c-.2761 0-.5-.2239-.5-.5s.2239-.5.5-.5h1c.2761 0 .5.2239.5.5s-.2239.5-.5.5z", fill: "currentColor", "fill-rule": "evenodd", fillOpacity: "0.3" }), h("path", { "clip-rule": "evenodd", d: "M12.3536 4.14645c-.1953-.19527-.5119-.19527-.7072 0l-1.99995 2c-.19527.19526-.19527.51184 0 .7071.19526.19527.51185.19527.70715 0L12 5.20711l1.6464 1.64644c.1953.19527.5119.19527.7072 0 .1952-.19526.1952-.51184 0-.7071zm-2 12.99995c-.1953-.1952-.51189-.1952-.70715 0-.19527.1953-.19527.5119 0 .7072l1.99995 2c.1953.1952.5119.1952.7072 0l2-2c.1952-.1953.1952-.5119 0-.7072-.1953-.1952-.5119-.1952-.7072 0L12 18.7929zM12.5 15V9c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5v6c0 .2761.2239.5.5.5s.5-.2239.5-.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-constraints-small-center-scale-24.js.map