@icongo/vv
Version:
Vivid Icons
26 lines • 1.05 kB
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 VVVolumeMedium = 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: "M20.174 29.025v-2.124c4.639-1.745 7.953-6.191 7.953-11.403 0-5.212-3.314-9.659-7.953-11.403V1.97c5.77 1.827 9.963 7.199 9.963 13.528 0 6.329-4.193 11.7-9.963 13.527ZM.994 8.001h5.012v15.991H.994V8.001Zm23.811 7.497c0 3.348-1.873 6.267-4.631 7.787v-2.396a6.871 6.871 0 0 0 2.621-5.391 6.873 6.873 0 0 0-2.621-5.392V7.711c2.758 1.519 4.631 4.438 4.631 7.787Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
},
transform: "translate(9 8)"
})]
}));
export { VVVolumeMedium };