@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.1 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconRotateCcwSmall24 = 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: "M13.7678 6.47491c-.9763-.97631-2.5593-.97631-3.5356 0L8.70711 8.00003H10c.2761 0 .5.22386.5.5 0 .27615-.2239.5-.5.5H7.5c-.27614 0-.5-.22385-.5-.5v-2.5c0-.27614.22386-.5.5-.5s.5.22386.5.5v1.2929L9.52513 5.7678c1.36687-1.36683 3.58287-1.36683 4.94977 0l2.3787 2.37868c.1952.19526.1952.51185 0 .70711-.1953.19526-.5119.19526-.7072 0zm-2.8285 3.17157c.5858-.58578 1.5356-.58579 2.1214 0l3.2929 3.29292c.5857.5858.5857 1.5355 0 2.1213l-3.2929 3.2929c-.5858.5858-1.5356.5858-2.1214 0l-3.29285-3.2929c-.58579-.5858-.58579-1.5355 0-2.1213zm1.4143.70712c-.1953-.1953-.5119-.1953-.7072 0l-3.29285 3.2929c-.19526.1952-.19526.5118 0 .7071l3.29285 3.2929c.1953.1952.5119.1952.7072 0l3.2928-3.2929c.1953-.1953.1953-.5119 0-.7071z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-rotate-ccw-small-24.js.map