@icongo/mc
Version:
Micon Icons
13 lines • 456 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlDullSound = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 717 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M166 80q87 175 198 554l-175 60Q98 342 0 131zM528 0q113 222 189 541l-170 54Q469 279 364 49z"
})
}));
export { MCMdlDullSound };