@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.88 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 28 28'
}
export default defineComponent({
name: 'AnimalCat28Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8.523 26h11.852a2.574 2.574 0 0 0 2.573-2.574V12.01c2.413-.096 3.86-2.775 2.57-4.857l-.754-1.216a3.18 3.18 0 0 0-2.703-1.506h-2.152V3.48A1.48 1.48 0 0 0 18.43 2a3.668 3.668 0 0 0-3.667 3.669v5.185c-1.917.187-3.364 1.095-4.427 2.371c-1.174 1.41-1.865 3.248-2.277 5.013c-.413 1.775-.56 3.538-.603 4.85a28.575 28.575 0 0 0-.013 1.412h-.988a2.957 2.957 0 0 1-2.16-4.975l1.38-1.48a5.383 5.383 0 0 0-.13-7.477L4.192 9.213a.75.75 0 1 0-1.06 1.06l1.355 1.356a3.88 3.88 0 0 1 .093 5.392l-1.38 1.48A4.459 4.459 0 0 0 6.454 26h2.068zM18.41 3.5v1.682c0 .415.335.75.75.75h2.9c.583 0 1.123.301 1.43.796l.753 1.217c.695 1.12-.11 2.569-1.429 2.569h-.616a.75.75 0 0 0-.75.75v12.162c0 .593-.48 1.074-1.073 1.074h-1.074v-1.074a4.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.899V24.5h-8.86a27.01 27.01 0 0 1 .012-1.363c.042-1.254.181-2.912.565-4.558c.386-1.655 1.006-3.238 1.969-4.393c.94-1.129 2.217-1.868 4.025-1.868a.75.75 0 0 0 .75-.75v-5.9c0-1.19.959-2.157 2.147-2.168z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})