react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 396 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.volumeOff = void 0;
var volumeOff = {
"viewBox": "0 0 768 1792",
"children": [{
"name": "path",
"attribs": {
"d": "M768 352v1088q0 26-19 45t-45 19-45-19l-333-333h-262q-26 0-45-19t-19-45v-384q0-26 19-45t45-19h262l333-333q19-19 45-19t45 19 19 45z"
}
}]
};
exports.volumeOff = volumeOff;
;