UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

6 lines 1.38 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconTintSmall24 = 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: "M11.2601 4.32733 12 5c-.7399-.67267-.7401-.67253-.7402-.67238l-.0004.00041-.0011.00122-.0036.00394-.0124.01379-.0454.05073c-.039.04386-.0953.10757-.1664.18928-.142.16333-.3434.39896-.5843.69211-.48099.5852-1.12416 1.40506-1.76941 2.34067-.64314.93255-1.30142 1.9989-1.80226 3.07563C6.3813 11.7559 6 12.9116 6 14c0 3.3137 2.68629 6 6 6 3.3137 0 6-2.6863 6-6 0-1.0884-.3813-2.2441-.8745-3.3046-.5009-1.07673-1.1591-2.14308-1.8023-3.07563-.6452-.93561-1.2884-1.75547-1.7694-2.34067-.2409-.29315-.4423-.52878-.5843-.69211a24 24 0 0 0-.1664-.18928l-.0454-.05073-.0124-.01379-.0036-.00394-.0011-.00122-.0004-.00041C12.7401 4.32747 12.7399 4.32733 12 5l.7399-.67267a.99993.99993 0 0 0-1.4798 0M16.8832 13c-.564-2.5915-3.0281-5.79494-4.2254-7.23531C12.2584 5.28427 12 5 12 5s-.2584.28427-.6578.76469C10.1449 7.20506 7.68083 10.4085 7.11678 13zM17 14H7c0 2.7614 2.23857 5 5 5 2.7614 0 5-2.2386 5-5", fill: "currentColor", "fill-rule": "evenodd" }), h("path", { d: "M12 19c2.7614 0 5-2.2386 5-5H7c0 2.7614 2.23858 5 5 5", fill: "currentColor", fillOpacity: "0.3" }))); //# sourceMappingURL=icon-tint-small-24.js.map