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.54 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 24 24' } export default defineComponent({ name: 'AlertUrgent24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M10.429 19.924l3.562-1.512a1.999 1.999 0 0 1-3.562 1.512zm5.432-17.83c2.086 1.14 3.652 2.603 4.682 4.387c1.03 1.784 1.515 3.872 1.459 6.248a.75.75 0 0 1-1.5-.035c.05-2.112-.372-3.928-1.258-5.463c-.886-1.535-2.249-2.808-4.102-3.82a.75.75 0 1 1 .72-1.317zm-9.15 4.421a5.824 5.824 0 0 1 7.6 2.746l.098.21l1.288 2.891l1.698 1.47c.093.08.173.174.266.325l.059.114a1.25 1.25 0 0 1-.637 1.65L6.755 20.49A1.25 1.25 0 0 1 5 19.347l-.001-2.343l-1.242-2.792A5.822 5.822 0 0 1 6.71 6.515zm8.913-.82c.967.527 1.742 1.294 2.316 2.289c.574.995.851 2.05.824 3.15a.75.75 0 1 1-1.5-.036c.02-.822-.185-1.605-.623-2.364c-.438-.76-1.014-1.33-1.735-1.722a.75.75 0 0 1 .718-1.317z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })