@icon-park/vue-next
Version:
Vue3 Icons for IconPark
75 lines (70 loc) • 2.55 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)('selfie', 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 + 'e325e213' + ')'
}, [(0, _vue.createVNode)("path", {
"d": "M29.2336 6.97919C32.9477 5.4122 40.5099 4.51028 43.0279 12.8715C45.5458 21.2327 34.7205 27.4827 35.0016 20.9696C35.2827 14.4564 42.9968 19.8176 42.8317 24.5317C42.6666 29.2458 37.7695 29.7638 37.7695 29.7638",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), (0, _vue.createVNode)("rect", {
"x": "4.24121",
"y": "15.7776",
"width": "26",
"height": "12",
"rx": "2",
"transform": "rotate(-30 4.24121 15.7776)",
"fill": props.colors[1],
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linejoin": props.strokeLinejoin
}, null), (0, _vue.createVNode)("path", {
"d": "M21.5 19.6699L29 32.6603",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), (0, _vue.createVNode)("rect", {
"x": "26.4014",
"y": "34.1602",
"width": "6",
"height": "10",
"rx": "3",
"transform": "rotate(-30 26.4014 34.1602)",
"fill": props.colors[1],
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linejoin": props.strokeLinejoin
}, null), (0, _vue.createVNode)("path", {
"d": "M11.4014 8.1795L16.5975 5.1795",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), (0, _vue.createVNode)("path", {
"d": "M21.9014 26.366L27.0975 23.366",
"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 + 'e325e213'
}, [(0, _vue.createVNode)("rect", {
"width": "48",
"height": "48",
"fill": props.colors[2]
}, null)])])]);
});
exports.default = _default;