UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.15 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'Triangle32Regular', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M13.154 4.683c1.236-2.242 4.458-2.241 5.693 0l10.742 19.5C30.783 26.347 29.216 29 26.743 29H5.25c-2.474 0-4.04-2.653-2.846-4.819l10.75-19.498zm3.941.966a1.25 1.25 0 0 0-2.19 0L4.157 25.146A1.25 1.25 0 0 0 5.251 27h21.492a1.25 1.25 0 0 0 1.095-1.853L17.094 5.65z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })