UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.12 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconMicMuteSmall24 = 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: "M13 7v1.87868l1-1V7c0-1.10457-.8954-2-2-2s-2 .89543-2 2v4.8787l1-1V7c0-.55228.4477-1 1-1s1 .44772 1 1m.9961 5.1252-1.8709 1.8709c1.0048-.062 1.8089-.8661 1.8709-1.8709M8.5 12c0 .4126.0714.8086.20253 1.1762l-.76397.7639C7.65743 13.3527 7.5 12.6947 7.5 12v-.5c0-.2761.22386-.5.5-.5s.5.2239.5.5zm2.3238 3.2975-.7639.7639c.4445.2128.9294.3547 1.4401.4111V18h-2c-.27614 0-.5.2239-.5.5s.22386.5.5.5h5c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5h-2v-1.5275c2.25-.2487 4-2.1562 4-4.4725v-.5c0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5v.5c0 1.933-1.567 3.5-3.5 3.5-.4126 0-.8086-.0714-1.1762-.2025m7.0298-8.44395c.1952-.19526.1952-.51184 0-.7071-.1953-.19527-.5119-.19527-.7072 0L6.14645 17.1464c-.19527.1953-.19527.5119 0 .7072.19526.1952.51184.1952.7071 0z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-mic-mute-small-24.js.map