UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.14 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 32 32' } export default defineComponent({ name: 'Triangle32Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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 */ ) ]) ) ) } })