@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.36 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconCommunity24 = 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.9184 16.759c-.237.2216-.3796.241-.4184.241s-.1814-.0194-.4184-.241c-.2344-.2194-.4964-.5808-.7419-1.0942-.43998-.92-.76738-2.204-.82916-3.6648h3.97896c-.0618 1.4608-.3892 2.7448-.8292 3.6648-.2455.5134-.5075.8748-.7419 1.0942M13.4895 11H9.51054c.06178-1.46079.38918-2.74482.82916-3.66478.2455-.51337.5075-.87484.7419-1.09418C11.3186 6.01935 11.4612 6 11.5 6s.1814.01935.4184.24104c.2344.21934.4964.58081.7419 1.09418.44.91996.7674 2.20399.8292 3.66478m1.0008 1c-.0755 1.9365-.5835 3.6359-1.2743 4.727 2.0454-.6711 3.5617-2.5092 3.7616-4.727zm2.4873-1h-2.4873c-.0755-1.93653-.5835-3.63588-1.2743-4.72702 2.0454.67108 3.5617 2.50924 3.7616 4.72702m1.0035 0c-.2554-3.35622-3.0595-6-6.4811-6C7.91015 5 5 7.91015 5 11.5c0 3.5899 2.91015 6.5 6.5 6.5 3.4216 0 6.2257-2.6438 6.4811-6H18v-1zm-9.47137 0c.07551-1.93653.58343-3.63587 1.27427-4.72702C7.73863 6.94406 6.22228 8.78222 6.02242 11zm-2.48731 1c.19986 2.2178 1.71621 4.0559 3.76159 4.727-.69084-1.0911-1.19877-2.7905-1.27428-4.727z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-community-24.js.map