@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.58 kB
JavaScript
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 16 16'
}
export default defineComponent({
name: 'AlertUrgent16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M10.043 1.297a.5.5 0 0 1 .66-.254c.116.052 1.978.939 3.227 3.03c.631 1.06.897 2.145 1.006 2.973a8.447 8.447 0 0 1 .065 1.433v.026v-.004a.5.5 0 0 1-1 0v-.05c.015-.343.09-2.156-.93-3.865a7.213 7.213 0 0 0-2.49-2.476c-.171-.1-.276-.15-.284-.153a.5.5 0 0 1-.254-.66zm.052 2.413a.5.5 0 0 1 .698-.112c-.003-.002.236.148.52.41c.287.262.64.653.922 1.177a4.603 4.603 0 0 1 .533 1.858c.004.06.005.107.006.144v.063a.5.5 0 0 1-1 0v-.003a3.478 3.478 0 0 0-1.567-2.839a.5.5 0 0 1-.112-.698zm-7.558 6.997a4 4 0 0 1 6.927-4l.82 1.42l1.906 1.387a.5.5 0 0 1-.044.837l-2.53 1.46l.004.003l-2.738 1.58v-.003l-2.53 1.46a.5.5 0 0 1-.748-.38l-.247-2.343l-.82-1.421zm7.713 1.898l-2.998 1.73a1.75 1.75 0 0 0 2.998-1.73z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})