@icongo/vv
Version:
Vivid Icons
26 lines • 876 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var VVMute = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M18.009 32.01 6 24V8L18.009.014z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
},
transform: "translate(9 8)"
}), /*#__PURE__*/_jsx("path", {
d: "m27.447 15.759 2.723 2.723-1.321 1.322-2.723-2.724-2.724 2.724-1.321-1.321 2.724-2.724-2.724-2.723 1.322-1.321 2.723 2.723 2.723-2.724 1.322 1.322-2.724 2.723ZM.994 8.001h5.012v15.991H.994V8.001Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
},
transform: "translate(9 8)"
})]
}));
export { VVMute };