UNPKG

@icongo/vv

Version:
34 lines (33 loc) 1.59 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.VVVolumeHigh = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var VVVolumeHigh = function VVVolumeHigh(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M18.009 36.01 6 28V12l12.009-7.986z", style: { fillRule: "evenodd", fill: "#ff6e6e" }, transform: "translate(7 5)" }), /*#__PURE__*/(0, _jsxRuntime.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)" })] })); }; exports.VVVolumeHigh = VVVolumeHigh;