@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.11 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconAudioSmall24 = 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: "M6.94238 12h1.65261c.77063 0 1.41591.5839 1.49251 1.3507l.2459 2.4585C10.4507 16.9822 9.52956 18 8.35072 18c-1.02368 0-1.88081-.7757-1.98267-1.7943l-.364-3.64C5.44101 9.12658 8.09519 6 11.5827 6h.8345c3.4876 0 6.1417 3.12657 5.5787 6.5657l-.364 3.64C17.53 17.2243 16.6729 18 15.6492 18c-1.1788 0-2.0999-1.0178-1.9826-2.1908l.2458-2.4585C13.9891 12.5839 14.6343 12 15.405 12h1.6526c.2043-2.66684-1.9071-5-4.6404-5h-.8345c-2.73324 0-4.84464 2.33316-4.64032 5m10.00512 1H15.405c-.2569 0-.472.1946-.4976.4502l-.2458 2.4585c-.0584.5843.4004 1.0913.9876 1.0913.51 0 .9369-.3864.9877-.8938zm-9.89503 0 .31062 3.1062c.05074.5074.4777.8938.98763.8938.58722 0 1.04606-.507.98763-1.0913l-.24584-2.4585C9.06695 13.1946 8.85186 13 8.59499 13z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-audio-small-24.js.map