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 16 16' } export default defineComponent({ name: 'AnimalCat16Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M4.66 15H3.641a2.641 2.641 0 0 1-1.93-4.445l.797-.855a2.176 2.176 0 0 0-.052-3.023l-.783-.783a.5.5 0 0 1 .707-.707l.782.783a3.176 3.176 0 0 1 .076 4.412l-.797.855A1.643 1.643 0 0 0 3.64 14h.503c-.002-.204-.001-.46.008-.752c.026-.76.11-1.783.35-2.814c.24-1.025.642-2.098 1.33-2.924c.613-.736 1.446-1.265 2.542-1.388V3.186C8.374 1.98 9.353 1 10.56 1c.508 0 .92.413.92.922v.483h1.177c.66 0 1.271.341 1.619.902l.435.702c.761 1.229-.068 2.804-1.475 2.905v6.532c0 .858-.695 1.554-1.553 1.554h-.553v-1.554a2.607 2.607 0 0 0-2.607-2.608h-.878a.5.5 0 0 0 0 1h.878c.887 0 1.607.72 1.607 1.608V15H4.66z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })