UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.16 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconActionConditionalSmall24 = 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 5c.2761 0 .5.22386.5.5V8H15c.8284 0 1.5.67157 1.5 1.5v2c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5v-2c0-.27614-.2239-.5-.5-.5H9c-.27614 0-.5.22386-.5.5v2c0 .2761-.22386.5-.5.5s-.5-.2239-.5-.5v-2C7.5 8.67157 8.17157 8 9 8h2.5V5.5c0-.27614.2239-.5.5-.5m-5.85355 9.1464c.19526-.1952.51184-.1952.7071 0L8 15.2929l1.14645-1.1465c.19526-.1952.51184-.1952.7071 0 .19525.1953.19525.5119 0 .7072L8.70711 16l1.14644 1.1464c.19525.1953.19525.5119 0 .7072-.19526.1952-.51184.1952-.7071 0L8 16.7071l-1.14645 1.1465c-.19526.1952-.51184.1952-.7071 0-.19527-.1953-.19527-.5119 0-.7072L7.29289 16l-1.14644-1.1464c-.19527-.1953-.19527-.5119 0-.7072M17 16c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1m1 0c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-action-conditional-small-24.js.map