react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 385 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.volume = void 0;
var volume = {
"viewBox": "0 0 20 20",
"children": [{
"name": "path",
"attribs": {
"d": "M19,13.805C19,14.462,18.462,15,17.805,15H1.533c-0.88,0-0.982-0.371-0.229-0.822l16.323-9.055C18.382,4.67,19,5.019,19,5.9\r\n\tV13.805z"
}
}]
};
exports.volume = volume;
;