UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.02 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAutoLayoutWidthMax24 = 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: "M19 6.5c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5v10c0 .2761.2239.5.5.5s.5-.2239.5-.5zm-13 0c0-.27614-.22386-.5-.5-.5s-.5.22386-.5.5v10c0 .2761.22386.5.5.5s.5-.2239.5-.5zm10.8536 4.6464c.1952.1953.1952.5119 0 .7072l-2.5 2.5c-.1953.1952-.5119.1952-.7072 0-.1952-.1953-.1952-.5119 0-.7072L15.2929 12H8.70711l1.64649 1.6464c.1952.1953.1952.5119 0 .7072-.1953.1952-.51189.1952-.70715 0l-2.5-2.5A.5002.5002 0 0 1 7 11.5c0-.1326.05268-.2598.14645-.3536l2.5-2.49995c.19526-.19527.51185-.19527.70715 0 .1952.19526.1952.51184 0 .7071L8.70711 11h6.58579l-1.6465-1.64645c-.1952-.19526-.1952-.51184 0-.7071.1953-.19527.5119-.19527.7072 0z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-auto-layout-width-max-24.js.map