@icon-park/vue-next
Version:
Vue3 Icons for IconPark
46 lines (41 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)('lark-one', true, function (props) {
return (0, _vue.createVNode)("svg", {
"width": props.size,
"height": props.size,
"viewBox": "0 0 48 48",
"fill": "none"
}, [(0, _vue.createVNode)("g", {
"clip-path": 'url(#' + props.id + 'b3bf43e7' + ')'
}, [(0, _vue.createVNode)("path", {
"d": "M3.49381 17.7193L41.6776 6.32232L30.3639 44.5893L21.4834 35.7089L21.5251 26.4749L11.9791 26.2045L3.49381 17.7193Z",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), (0, _vue.createVNode)("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"d": "M27.5352 14.8908C25.9731 16.4529 25.9731 18.9856 27.5352 20.5477C29.0973 22.1098 31.63 22.1098 33.1921 20.5477C34.7542 18.9856 34.7542 16.4529 33.1921 14.8908C31.63 13.3287 29.0973 13.3287 27.5352 14.8908Z",
"fill": props.colors[0]
}, null), (0, _vue.createVNode)("path", {
"d": "M41.6777 6.40558L30.364 17.7193",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null)]), (0, _vue.createVNode)("defs", null, [(0, _vue.createVNode)("clipPath", {
"id": props.id + 'b3bf43e7'
}, [(0, _vue.createVNode)("rect", {
"width": "48",
"height": "48",
"fill": props.colors[2]
}, null)])])]);
});
exports.default = _default;