UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 713 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAutoLayoutLayoutVerticalUp24 = 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 16c-.2762 0-.5-.2239-.5-.5V8.71098L9.61168 11.1101c-.19482.1957-.5114.1964-.70711.0016-.1957-.1948-.19642-.5114-.0016-.7071l3.24263-3.25735A.5.5 0 0 1 12.5 7c.133 0 .2605.05299.3543.14725l3.2427 3.25735c.1948.1957.1941.5123-.0016.7071s-.5123.1941-.7071-.0016L13 8.71098V15.5c0 .2761-.2239.5-.5.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-auto-layout-layout-vertical-up-24.js.map