UNPKG

@icon-park/vue-next

Version:
36 lines (31 loc) 1.36 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)('three-triangles', false, 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": "M17.0001 7L24.0001 19.1244L29.9905 29.5H4.00977L17.0001 7Z", "fill": props.colors[1] }, null), (0, _vue.createVNode)("path", { "d": "M31.0001 7L43.9905 29.5H18.0098L24.0001 19.1244L31.0001 7Z", "fill": props.colors[1] }, null), (0, _vue.createVNode)("path", { "d": "M11.0098 41.5H36.9905L29.9905 29.5H18.0098L11.0098 41.5Z", "fill": props.colors[1] }, null), (0, _vue.createVNode)("path", { "d": "M29.9905 29.5L24.0001 19.1244M18.0098 29.5L11.0098 41.5H36.9905L29.9905 29.5H18.0098ZM18.0098 29.5H43.9905L31.0001 7L24.0001 19.1244L18.0098 29.5ZM18.0098 29.5L24.0001 19.1244L18.0098 29.5ZM18.0098 29.5H29.9905H18.0098ZM29.9905 29.5H4.00977L17.0001 7L24.0001 19.1244L29.9905 29.5Z", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]); }); exports.default = _default;