@icongo/vv
Version:
Vivid Icons
26 lines • 1.2 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 VVVolumeHigh = 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 36.01 6 28V12l12.009-7.986z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
},
transform: "translate(7 5)"
}), /*#__PURE__*/_jsx("path", {
d: "M20.174 38v-2.06c7.352-1.912 12.8-8.549 12.8-16.442 0-7.894-5.448-14.53-12.8-16.442V.996c8.472 1.957 14.81 9.501 14.81 18.502S28.646 36.043 20.174 38ZM.994 12.001h5.012v15.991H.994V12.001Zm29.143 7.497c0 6.329-4.193 11.7-9.963 13.527v-2.124c4.639-1.745 7.953-6.191 7.953-11.403 0-5.212-3.314-9.659-7.953-11.403V5.97c5.77 1.827 9.963 7.199 9.963 13.528Zm-5.332 0c0 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.392v-2.395c2.758 1.519 4.631 4.438 4.631 7.787Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
},
transform: "translate(7 5)"
})]
}));
export { VVVolumeHigh };