@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
6 lines • 1.57 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconConstraintsSmallScaleScale24 = 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.5 9c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5v2.5H9c-.27614 0-.5.2239-.5.5s.22386.5.5.5h2.5V15c0 .2761.2239.5.5.5s.5-.2239.5-.5v-2.5H15c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5h-2.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.7929zm9.5-4.7928A.5004.5004 0 0 0 20 12a.5004.5004 0 0 0-.1464-.3536l-2-1.99995c-.1953-.19527-.5119-.19527-.7072 0-.1952.19526-.1952.51185 0 .70715L18.7929 12l-1.6465 1.6464c-.1952.1953-.1952.5119 0 .7072.1953.1952.5119.1952.7072 0zm-13.00005-2c.19527-.1953.19527-.51189 0-.70715-.19526-.19527-.51184-.19527-.7071 0l-2 1.99995A.5002.5002 0 0 0 4 12c0 .1326.05268.2598.14645.3536l2 2c.19526.1952.51184.1952.7071 0 .19527-.1953.19527-.5119 0-.7072L5.20711 12z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-constraints-small-scale-scale-24.js.map