@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.24 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconAudio24 = 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: "m4.94353 11.9316 1.23706-.1768c1.23829-.1769 2.38314.6902 2.54846 1.9301l.50361 3.7771C9.41185 18.8059 8.36637 20 7.01058 20c-1.1156 0-2.06144-.8203-2.21921-1.9247L4.005 12.5707l-.00124-.0087h.00008l-.01647-.1317C3.42782 7.95386 6.91821 4 11.4295 4h1.141c4.5112 0 8.0016 3.95386 7.4421 8.4303l-.0165.1317-.0011.0087h-.0001l-.7863 5.5046C19.0508 19.1797 18.105 20 16.9894 20c-1.3558 0-2.4013-1.1941-2.2221-2.538l.5036-3.7771c.1653-1.2399 1.3102-2.107 2.5485-1.9301l1.237.1768C19.3088 8.20874 16.3539 5 12.5705 5h-1.141c-3.78342 0-6.73832 3.20874-6.48597 6.9316m13.99077.9927-.7157 5.0096C18.1312 18.5456 17.6073 19 16.9894 19c-.751 0-1.3301-.6615-1.2309-1.4059l.5036-3.7771c.0919-.6888.7279-1.1705 1.4158-1.0722zm-13.86864 0 .71566 5.0096C5.86871 18.5456 6.39263 19 7.01058 19c.751 0 1.33011-.6615 1.23086-1.4059l-.50362-3.7771c-.09185-.6888-.72787-1.1705-1.41581-1.0722z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-audio-24.js.map