UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 858 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAutoLayoutHeightFill24 = 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: "M14.8536 14.1464c.1952.1953.1952.5119 0 .7071l-3 3c-.1953.1953-.5119.1953-.7072 0l-2.99995-3c-.19527-.1952-.19527-.5118 0-.7071.19526-.1952.51184-.1952.7071 0L11 16.2929V7.70711L8.85355 9.85355c-.19526.19525-.51184.19525-.7071 0-.19527-.19526-.19527-.51184 0-.7071l2.99995-3A.5002.5002 0 0 1 11.5 6c.1326 0 .2598.05268.3536.14645l3 3c.1952.19526.1952.51184 0 .7071-.1953.19525-.5119.19525-.7072 0L12 7.70711v8.58579l2.1464-2.1465c.1953-.1952.5119-.1952.7072 0", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-auto-layout-height-fill-24.js.map