react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 358 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.iosVolumeLow = void 0;
var iosVolumeLow = {
"viewBox": "0 0 512 512",
"children": [{
"name": "polygon",
"attribs": {
"points": "249.9,216 192,216 192,296 249.9,296 320,352 320,160 "
},
"children": []
}]
};
exports.iosVolumeLow = iosVolumeLow;
;