@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.69 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 20 20'
}
export default defineComponent({
name: 'EmojiAngry20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8.5 8.5a1 1 0 1 1-1.54-.842l-1.217-.73a.5.5 0 0 1 .514-.857l2.502 1.5a.5.5 0 0 1-.259.93zm5 0a1 1 0 1 1-2 0a.5.5 0 0 1-.256-.929l2.498-1.5a.5.5 0 0 1 .515.858l-1.216.73a1 1 0 0 1 .459.841zm.062 4.89a.5.5 0 0 1-.7-.075l-.003-.003a1.942 1.942 0 0 0-.137-.137a3.075 3.075 0 0 0-.507-.37c-.461-.27-1.187-.555-2.213-.555s-1.753.284-2.216.556a3.088 3.088 0 0 0-.508.37a1.92 1.92 0 0 0-.138.137l-.003.003a.5.5 0 0 1-.777-.63l.39.314l-.39-.313v-.001l.002-.001l.002-.002l.005-.006l.014-.018l.049-.054c.04-.043.098-.102.174-.17c.152-.138.375-.315.674-.491c.6-.353 1.5-.694 2.722-.694c1.221 0 2.12.34 2.72.694c.3.176.522.353.673.49a2.877 2.877 0 0 1 .222.226l.015.017l.005.006l.002.003c0 .001.001.002-.389.314l.39-.312a.5.5 0 0 1-.078.702zM10 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16zm-7 8a7 7 0 1 1 14 0a7 7 0 0 1-14 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})