react-icons-kit
Version:
React Icons Kit using various Svg Icon set
31 lines (30 loc) • 820 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_volume_up_twotone = void 0;
var ic_volume_up_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M5 13h2.83L10 15.17V8.83L7.83 11H5z",
"opacity": ".3"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M3 9v6h4l5 5V4L7 9H3zm7-.17v6.34L7.83 13H5v-2h2.83L10 8.83zm4-.86v8.05c1.48-.73 2.5-2.25 2.5-4.02 0-1.77-1.02-3.29-2.5-4.03zm0-4.74v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77 0-4.28-2.99-7.86-7-8.77z"
},
"children": []
}]
};
exports.ic_volume_up_twotone = ic_volume_up_twotone;
;