UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.51 kB
'use strict' 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'AnimalCat28Filled', 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: 'M17.802 26H6.455a4.456 4.456 0 0 1-3.257-7.499l1.38-1.48a3.882 3.882 0 0 0-.092-5.392L3.13 10.274a.75.75 0 0 1 1.06-1.06l1.355 1.354a5.38 5.38 0 0 1 .129 7.477l-1.38 1.48a2.958 2.958 0 0 0 2.16 4.975h.988c-.006-.37-.006-.852.013-1.413c.044-1.311.19-3.074.603-4.849c.412-1.765 1.103-3.603 2.277-5.013c1.063-1.276 2.51-2.184 4.427-2.371V5.669A3.668 3.668 0 0 1 18.43 2a1.48 1.48 0 0 1 1.479 1.48v.952h2.152c1.1 0 2.123.57 2.703 1.506l.753 1.216c1.29 2.082-.156 4.761-2.57 4.857v11.415A2.574 2.574 0 0 1 20.376 26h-1.074v-2.574a4.397 4.397 0 0 0-4.396-4.399h-1.52a.75.75 0 0 0 0 1.5h1.52c1.6 0 2.897 1.298 2.897 2.899V26z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })