@mynaui/icons-react
Version:
1180+ beautifully crafted open source icons for your next project.
11 lines (7 loc) • 562 B
JavaScript
/**
* @mynaui/icons-react v0.3.2 - MIT
*/
import createReactComponent from '../createReactComponent.js';
var Speaker = createReactComponent("speaker", "Speaker", [["path", { "d": "M9 14a3 3 0 1 0 6 0 3 3 0 0 0-6 0m2.5-7h1", "key": "svg-0" }], ["path", { "d": "M12 3c3.418 0 5.127 0 6.188 1.318C19.25 5.636 19.25 7.758 19.25 12s0 6.364-1.062 7.682C17.127 21 15.418 21 12 21s-5.127 0-6.188-1.318C4.75 18.364 4.75 16.242 4.75 12s0-6.364 1.062-7.682C6.873 3 8.582 3 12 3", "key": "svg-1" }]]);
export { Speaker as default };
//# sourceMappingURL=Speaker.js.map