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.69 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'AlertUrgent24Regular', 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: '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.515zm-1.584 7.088l1.372 3.083v2.277l9.616-4.255l-1.653-1.43l-1.417-3.183l-.085-.182a4.321 4.321 0 0 0-5.638-2.027a4.322 4.322 0 0 0-2.195 5.717zm10.497-7.908c.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 */ ) ]) ) ) } })