UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 950 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconSoundOffSmall24 = 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: "M15 6.00003v.87889l-1 1V6.00003l-1 1-2.0002 2.00024H7.5c-.27614 0-.5.22386-.5.5v5.00003c0 .1071.03366.2063.09099.2876l-.7106.7106C6.1438 15.2334 6 14.8836 6 14.5003V9.50027c0-.82842.67157-1.5 1.5-1.5h3.0855l2.7074-2.70735c.286-.286.7161-.37155 1.0898-.21677S15 5.59557 15 6.00003m-1 6.12157 1-1V18c0 .4045-.2436.7691-.6173.9239s-.8038.0692-1.0898-.2168l-2.7069-2.7068h-.4647l.9395-.9395L13 17l1 1v-5.8784m3.8536-5.26781c.1952-.19526.1952-.51185 0-.70711-.1953-.19526-.5119-.19526-.7072 0L6.14645 17.1467c-.19527.1952-.19527.5118 0 .7071.19526.1953.51184.1953.7071 0z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-sound-off-small-24.js.map