UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconRotate180Small24 = 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: "M7.99998 11c0-2.20914 1.79086-4 4.00002-4 2.2091 0 4 1.79086 4 4v1.5c0 .2761.2238.5.5.5.2761 0 .5-.2239.5-.5V11c0-2.76142-2.2386-5-5-5-2.76145 0-5.00002 2.23858-5.00002 5v.2929l-1.14645-1.1465c-.19526-.19522-.51184-.19522-.70711 0-.19526.1953-.19526.5119 0 .7072l2 2c.19527.1952.51185.1952.70711 0l2-2c.19527-.1953.19527-.5119 0-.7072-.19526-.19522-.51184-.19522-.70711 0l-1.14644 1.1465zm9.14642 6.8536L12 12.7071l-5.14645 5.1465c-.19526.1952-.51184.1952-.7071 0-.19527-.1953-.19527-.5119 0-.7072l5.32325-5.3232c.2929-.2929.7677-.2929 1.0606 0l5.3233 5.3232c.1952.1953.1952.5119 0 .7072-.1953.1952-.5119.1952-.7072 0", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-rotate-180-small-24.js.map