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.47 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: 'EmojiAngry24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M12 2.004c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10s4.477-10 10-10zm0 1.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17zm0 9.993c1.631 0 3.16.655 4.281 1.796a.75.75 0 1 1-1.07 1.051A4.485 4.485 0 0 0 12 14.997a4.485 4.485 0 0 0-3.217 1.352a.75.75 0 1 1-1.071-1.049A5.985 5.985 0 0 1 12 13.497zM7.164 6.781a.75.75 0 0 1 .963-.18l.092.063l2.5 2a.75.75 0 0 1-.47 1.335a1.25 1.25 0 1 1-1.712-1.16L7.28 7.835a.75.75 0 0 1-.117-1.054zm6.119 1.883l2.498-2a.75.75 0 0 1 1.02 1.095l-.082.076l-1.256 1.004a1.25 1.25 0 1 1-1.705 1.288l-.007-.13a.75.75 0 0 1-.55-1.258l.082-.075l2.498-2l-2.498 2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })