UNPKG

@icon-park/vue-next

Version:
48 lines (43 loc) 1.39 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)('key-two', 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 + '517f6b4b' + ')' }, [(0, _vue.createVNode)("circle", { "cx": "15", "cy": "33", "r": "8", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth }, null), (0, _vue.createVNode)("path", { "d": "M29 16L36 22", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("path", { "d": "M20 26L36 8L43 14", "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 + '517f6b4b' }, [(0, _vue.createVNode)("rect", { "width": "48", "height": "48", "fill": props.colors[2] }, null)])])]); }); exports.default = _default;