@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 976 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconEmoji24 = 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: "M18 12c0 3.3137-2.6863 6-6 6-3.31371 0-6-2.6863-6-6 0-3.31371 2.68629-6 6-6 3.3137 0 6 2.68629 6 6m1 0c0 3.866-3.134 7-7 7-3.86599 0-7-3.134-7-7 0-3.86599 3.13401-7 7-7 3.866 0 7 3.13401 7 7M8.83684 13a.5.5 0 0 0-.42266.2329.4998.4998 0 0 0-.02897.4816C9.02663 15.0648 10.4036 16 12 16s2.9734-.9352 3.6148-2.2855a.4999.4999 0 0 0-.0289-.4816.5001.5001 0 0 0-.4227-.2329zM12 15c-.8881 0-1.6866-.3859-2.2362-1h4.4724c-.5496.6141-1.3481 1-2.2362 1m-1-5c0 .5523-.4477 1-1 1-.55228 0-1-.4477-1-1 0-.55228.44772-1 1-1 .5523 0 1 .44772 1 1m3 1c.5523 0 1-.4477 1-1 0-.55228-.4477-1-1-1s-1 .44772-1 1c0 .5523.4477 1 1 1", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-emoji-24.js.map