@icon-park/vue-next
Version:
Vue3 Icons for IconPark
51 lines (46 loc) • 1.67 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)('injection', 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", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"d": "M38.1684 22.262L19.0766 41.3539L6.34863 28.626L25.4405 9.53409",
"fill": props.colors[1]
}, null), (0, _vue.createVNode)("path", {
"d": "M38.1684 22.262L19.0766 41.3539L6.34863 28.626L25.4405 9.53409",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linejoin": props.strokeLinejoin
}, null), (0, _vue.createVNode)("path", {
"d": "M21.9053 5.99854L41.7043 25.7975",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap
}, null), (0, _vue.createVNode)("path", {
"d": "M14.834 28.626L19.0766 32.8686",
"stroke": props.colors[2],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap
}, null), (0, _vue.createVNode)("path", {
"d": "M6.34961 41.353L12.7128 34.9898",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap
}, null), (0, _vue.createVNode)("path", {
"d": "M31.8047 15.8979L35.3394 12.3632",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap
}, null)]);
});
exports.default = _default;