@icon-park/vue-next
Version:
Vue3 Icons for IconPark
64 lines (59 loc) • 1.9 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _vue = require("vue");
var _runtime = require("../runtime");
var _default = (0, _runtime.IconWrapper)('volume-mute', true, function (props) {
return (0, _vue.createVNode)("svg", {
"width": props.size,
"height": props.size,
"viewBox": "0 0 48 48",
"fill": "none"
}, [(0, _vue.createVNode)("rect", {
"opacity": "0.01",
"x": "30",
"y": "18",
"width": "13",
"height": "13",
"fill": props.colors[2]
}, null), (0, _vue.createVNode)("mask", {
"id": props.id + '603476ab',
"maskUnits": "userSpaceOnUse",
"x": "30",
"y": "18",
"width": "13",
"height": "13",
"style": {
maskType: 'alpha'
}
}, [(0, _vue.createVNode)("rect", {
"x": "30",
"y": "18",
"width": "13",
"height": "13",
"fill": props.colors[2]
}, null)]), (0, _vue.createVNode)("g", {
"mask": 'url(#' + props.id + '603476ab' + ')'
}, [(0, _vue.createVNode)("path", {
"d": "M40.7348 20.2858L32.2495 28.7711",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), (0, _vue.createVNode)("path", {
"d": "M32.2496 20.2858L40.7349 28.7711",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null)]), (0, _vue.createVNode)("path", {
"d": "M24 6V42C17 42 11.7985 32.8391 11.7985 32.8391H6C4.89543 32.8391 4 31.9437 4 30.8391V17.0108C4 15.9062 4.89543 15.0108 6 15.0108H11.7985C11.7985 15.0108 17 6 24 6Z",
"fill": props.colors[1],
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linejoin": props.strokeLinejoin
}, null)]);
});
exports.default = _default;