@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
JavaScript
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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'AlertUrgent16Regular',
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.703 1.043a.5.5 0 0 0-.406.914c.008.004.113.053.283.153a7.213 7.213 0 0 1 2.49 2.476c1.02 1.709.946 3.522.932 3.864L14 8.5a.5.5 0 0 0 1 .001v.004l.001-.026a7.874 7.874 0 0 0-.065-1.433c-.11-.828-.375-1.914-1.006-2.972c-1.25-2.092-3.111-2.98-3.227-3.03zm.09 2.555a.5.5 0 1 0-.567.823a3.478 3.478 0 0 1 1.548 2.825v.004a.5.5 0 0 0 1 0v-.063a4.25 4.25 0 0 0-.06-.608a4.603 4.603 0 0 0-.479-1.394a4.512 4.512 0 0 0-.921-1.177c-.286-.262-.524-.412-.521-.41zm-8.255 7.108a4 4 0 0 1 6.927-4l.82 1.42l1.906 1.387a.5.5 0 0 1-.044.837l-2.53 1.461l.003.002l-2.738 1.581v-.004l-2.53 1.46a.5.5 0 0 1-.747-.38l-.247-2.343l-.82-1.42zm.866-.5l.873 1.513a.5.5 0 0 1 .064.197l.178 1.684l6.462-3.731l-1.37-.996a.5.5 0 0 1-.138-.154l-.874-1.512a3 3 0 0 0-5.195 3zm3.848 4.13a1.75 1.75 0 0 0 2.998-1.732l-2.998 1.731z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})