@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.09 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconUpdates24 = 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.02257 11.5254c.2621-2.749 2.70304-4.765 5.45203-4.5029 1.4579.13901 2.71.89066 3.5255 1.97743H14c-.2761 0-.5.22386-.5.5 0 .27615.2239.5.5.5h3.5c.2761 0 .5-.22385.5-.5v-3c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5v2.18308c-.9658-1.45398-2.556-2.47727-4.4305-2.656C9.27073 5.7125 6.3416 8.1317 6.02709 11.4304c-.02621.2749.17539.519.45028.5452.2749.0263.51899-.1753.5452-.4502m10.95033 1.044c.0262-.2749-.1754-.519-.4503-.5452s-.519.1754-.5452.4503c-.2621 2.7489-2.703 4.765-5.452 4.5029-1.4578-.139-2.70986-.8906-3.52536-1.9773H10c.2761 0 .5-.2238.5-.5 0-.2761-.2239-.5-.5-.5H6.5c-.27614 0-.5.2239-.5.5v3c0 .2762.22386.5.5.5s.5-.2238.5-.5v-2.1833c.96582 1.454 2.556 2.4773 4.4305 2.656 3.2988.3146 6.2279-2.1046 6.5424-5.4034", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-updates-24.js.map