UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.26 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconUpdateTextStyle24 = 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: "M12 4.5c-3.97408 0-7.22624 3.09093-7.48358 6.9999-.01814.2755-.24027.5001-.51641.5001s-.50153-.2244-.48554-.5c.25884-4.46171 3.95898-8 8.48553-8 2.9033 0 5.4666 1.45558 7 3.67678V5.5c0-.27614.2239-.5.5-.5s.5.22386.5.5v3c0 .27614-.2239.5-.5.5h-3c-.2761 0-.5-.22386-.5-.5s.2239-.5.5-.5h1.8454C17.0169 5.89683 14.6716 4.5 12 4.5M7.5 16H5.65457C6.98314 18.1032 9.32845 19.5 12 19.5c3.9741 0 7.2263-3.0909 7.4836-6.9999.0181-.2755.2403-.5001.5164-.5001.2762 0 .5015.2244.4855.5-.2588 4.4617-3.9589 8-8.4855 8-2.90329 0-5.46661-1.4556-7-3.6768V18.5c0 .2761-.22386.5-.5.5s-.5-.2239-.5-.5v-3c0-.2761.22386-.5.5-.5h3c.27614 0 .5.2239.5.5s-.22386.5-.5.5m2-7c-.27614 0-.5.22386-.5.5v1c0 .2761.22386.5.5.5s.5-.2239.5-.5V10h1.5v4H11c-.2761 0-.5.2239-.5.5s.2239.5.5.5h2c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5h-.5v-4H14v.5c0 .2761.2239.5.5.5s.5-.2239.5-.5v-1c0-.27614-.2239-.5-.5-.5h-5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-update-text-style-24.js.map