UNPKG

@icon-park/vue-next

Version:
45 lines (40 loc) 1.51 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _vue = require("vue"); var _runtime = require("../runtime"); var _default = (0, _runtime.IconWrapper)('music', true, function (props) { return (0, _vue.createVNode)("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [(0, _vue.createVNode)("path", { "d": "M30 34.5C30 32.567 31.567 31 33.5 31H41V34.4C41 36.3882 39.3882 38 37.4 38H33.5C31.567 38 30 36.433 30 34.5Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("path", { "d": "M6 38.5C6 36.567 7.567 35 9.5 35H16V38.4C16 40.3882 14.3882 42 12.4 42H9.5C7.567 42 6 40.433 6 38.5Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("path", { "d": "M16 18.044V18.044L41 12.125", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("path", { "d": "M16 38V10L41 4V33.6924", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]); }); exports.default = _default;