@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.21 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconMicMute24 = 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: "M14 6v1.87868l1-1V6c0-1.65685-1.3431-3-3-3S9 4.34315 9 6v5c0 .5405.14294 1.0476.39307 1.4856l.74753-.7475C10.0499 11.5097 10 11.2607 10 11V6c0-1.10457.8954-2 2-2s2 .89543 2 2m.9975 5.1238-2.8737 2.8737c1.5584-.0633 2.8104-1.3153 2.8737-2.8737M7 11.1667c0 1.0484.33384 2.0189.90102 2.811l-.71508.715C6.44172 13.7134 6 12.4916 6 11.1667V11c0-.2761.22386-.5.5-.5s.5.2239.5.5zm3.3524 4.6022-.77771.7777c.59761.2512 1.24591.4058 1.92531.444V20h-3c-.27614 0-.5.2239-.5.5s.22386.5.5.5h7c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5h-3v-3.0094c3.0666-.1727 5.5-2.7141 5.5-5.8239V11c0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5v.1667C17 13.836 14.836 16 12.1667 16h-.3334c-.5165 0-1.0142-.081-1.4809-.2311m9.5012-10.91535c.1952-.19526.1952-.51184 0-.7071-.1953-.19527-.5119-.19527-.7072 0L4.14645 19.1464c-.19527.1953-.19527.5119 0 .7072.19526.1952.51184.1952.7071 0z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-mic-mute-24.js.map