UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.29 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconSoundOffToggleSmall24 = 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 7.87871V6.00003c0-.40446-.2436-.7691-.6173-.92388s-.8038-.06923-1.0898.21677L9.58579 8.00003H6.5c-.82843 0-1.5.67157-1.5 1.5V14.5c0 .6432.40485 1.1919.97363 1.4051L6.87868 15H6.5c-.27614 0-.5-.2238-.5-.5V9.50003c0-.27614.22386-.5.5-.5H10l2-2 1-1v2.87868zm0 4.24259-1 1.0001V18l-1-1-1.4393-1.4393-.70715.7071 2.43935 2.4393c.286.286.7161.3716 1.0898.2168S14 18.4045 14 18zm3.8536-5.97482c.1952.19526.1952.51184 0 .7071L6.85355 17.8536c-.19526.1952-.51184.1952-.7071 0-.19527-.1953-.19527-.5119 0-.7071L17.1464 6.14648c.1953-.19527.5119-.19527.7072 0M15.5 10.6773v-.056l.681-.68099c.5077.53739.819 1.26229.819 2.05989 0 1.1105-.6033 2.08-1.5 2.5987v-1.2758c.3112-.3525.5-.8156.5-1.3229 0-.5072-.1888-.9703-.5-1.3229m2.5 1.3229c0-1.0737-.4231-2.0487-1.1117-2.76721l.7073-.70724C18.465 9.42534 19 10.6503 19 12.0002c0 2.2389-1.4714 4.134-3.5 4.7711v-1.0618c1.4659-.5934 2.5-2.0306 2.5-3.7093", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-sound-off-toggle-small-24.js.map