@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.06 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconRefresh16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" },
h("path", { "clip-rule": "evenodd", d: "M3.52735 7.5008C3.77571 5.25044 5.68343 3.5 7.99998 3.5c1.33275 0 2.53022.57938 3.35412 1.5H10c-.27614 0-.5.22386-.5.5s.22386.5.5.5h2.5c.2761 0 .5-.22386.5-.5V3c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5v1.22509C10.9972 3.1629 9.57602 2.5 7.99998 2.5c-2.86915 0-5.22518 2.19694-5.47761 5.00037C2.4976 7.7754 2.72384 8 2.99998 8s.49708-.22472.52737-.4992M4.64582 11H6c.27614 0 .5-.2239.5-.5S6.27614 10 6 10H3.5c-.27614 0-.5.2239-.5.5V13c0 .2761.22386.5.5.5s.5-.2239.5-.5v-1.225C5.00277 12.8371 6.42396 13.5 7.99998 13.5c2.86912 0 5.22522-2.1969 5.47762-5.00037C13.5024 8.2246 13.2761 8 13 8c-.2762 0-.4971.22472-.5274.4992-.2484 2.2504-2.1561 4.0008-4.47262 4.0008-1.33275 0-2.53018-.5794-3.35416-1.5", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-refresh-16.js.map