UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.08 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconRotate24 = 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: "M10.2322 6.47491c.9763-.97631 2.5593-.97631 3.5356 0l1.5251 1.52512H14c-.2761 0-.5.22386-.5.5 0 .27615.2239.5.5.5h2.5c.2761 0 .5-.22385.5-.5v-2.5c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5v1.2929L14.4749 5.7678c-1.3669-1.36683-3.5829-1.36683-4.94977 0L7.14645 8.14648c-.19527.19526-.19527.51185 0 .70711.19526.19526.51184.19526.7071 0zm2.8285 3.17157c-.5858-.58578-1.5356-.58579-2.1214 0L7.64645 12.9394c-.58579.5858-.58579 1.5355 0 2.1213l3.29285 3.2929c.5858.5858 1.5356.5858 2.1214 0l3.2929-3.2929c.5857-.5858.5857-1.5355 0-2.1213zm-1.4143.70712c.1953-.1953.5119-.1953.7072 0l3.2928 3.2929c.1953.1952.1953.5118 0 .7071l-3.2928 3.2929c-.1953.1952-.5119.1952-.7072 0l-3.29285-3.2929c-.19526-.1953-.19526-.5119 0-.7071z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-rotate-24.js.map