UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

6 lines 1.42 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconConstraintsSmallScaleCenter24 = 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: "M15 6c.2761 0 .5-.22386.5-.5S15.2761 5 15 5H9c-.27614 0-.5.22386-.5.5s.22386.5.5.5h6m-3 12h3c.2761 0 .5.2239.5.5s-.2239.5-.5.5H9c-.27614 0-.5-.2239-.5-.5s.22386-.5.5-.5zm0-9.5c.2761 0 .5.22386.5.5v1c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5V9c0-.27614.2239-.5.5-.5m0 5c.2761 0 .5.2239.5.5v1c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5v-1c0-.2761.2239-.5.5-.5", fill: "currentColor", "fill-rule": "evenodd", fillOpacity: "0.3" }), h("path", { "clip-rule": "evenodd", d: "M19.8536 12.3536A.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 12zM15 12.5c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5H9c-.27614 0-.5.2239-.5.5s.22386.5.5.5z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-constraints-small-scale-center-24.js.map