@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 835 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconRestart24 = 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: "M8.85355 5.85355c.19527-.19526.19527-.51184 0-.7071-.19526-.19527-.51184-.19527-.7071 0l-3 3c-.19527.19526-.19527.51184 0 .7071l3 3.00005c.19526.1952.51184.1952.7071 0 .19527-.1953.19527-.5119 0-.7072L6.70711 9h7.29279c2.2092 0 4 1.7909 4 4s-1.7908 4-4 4c-1.7167 0-3.1808-1.0814-3.7482-2.6002-.0817-.2186-.28241-.3772-.51568-.3772-.32574 0-.57022.3005-.46401.6085C9.94825 16.5916 11.8096 18 13.9999 18c2.7615 0 5-2.2386 5-5 0-2.7609-2.2376-4.99909-4.9983-5H6.70711z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-restart-24.js.map