UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.48 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconUpdateTextStyleSmall24 = 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.4603 6.51918C9.43344 6.26492 6.77353 8.5126 6.51927 11.5395c-.02311.2752-.26492.4795-.5401.4564-.27517-.0231-.47951-.2649-.45639-.5401.30049-3.57726 3.44402-6.2336 7.02122-5.93311 1.8084.1519 3.3818 1.03091 4.456 2.32392V6.50027c0-.27614.2239-.5.5-.5s.5.22386.5.5v2.5c0 .27614-.2239.5-.5.5H15c-.2761 0-.5-.22386-.5-.5s.2239-.5.5-.5h1.2429c-.9101-1.10332-2.2457-1.85199-3.7826-1.98109m5.5605 5.48472c.2751.0231.4795.2649.4564.5401-.3005 3.5772-3.4441 6.2336-7.0213 5.9331C9.64756 18.3252 8.07419 17.4462 7 16.1532v1.3463c0 .2761-.22386.5-.5.5s-.5-.2239-.5-.5v-2.4991c0-.276.22374-.4998.4998-.5l2.5-.0009c.27615-.0001.50009.2236.5002.4998.00011.2761-.22366.5001-.49981.5002L7.75738 15.5c.91011 1.103 2.24552 1.8515 3.78222 1.9806 3.0269.2542 5.6868-1.9934 5.9411-5.0203.0231-.2752.2649-.4796.5401-.4564M10.5 9.99983c-.2762 0-.50003.22387-.50003.49997v.5c0 .2762.22383.5.50003.5.2761 0 .5-.2238.5-.5h.5v2H11c-.2762 0-.5.2239-.5.5 0 .2762.2238.5.5.5h2c.2761 0 .5-.2238.5-.5 0-.2761-.2239-.5-.5-.5h-.5v-2h.5c0 .2762.2238.5.5.5.2761 0 .5-.2238.5-.5v-.5c0-.2761-.2239-.49997-.5-.49997h-3", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-update-text-style-small-24.js.map