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.31 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'AnimalRabbit16Filled', 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: 'M10.202 4.004l3.185 3.185a2.092 2.092 0 0 1-1.962 3.515v.12c0 .648-.525 1.174-1.174 1.174H8.063v-.499c0-.8-.64-1.499-1.563-1.499h-1a.5.5 0 1 0 0 1h1c.373 0 .563.253.563.5v.498h-2.89A1.174 1.174 0 0 1 3 10.824v-1.53c0-.036 0-.07.002-.105A1.783 1.783 0 1 1 5.43 7.008c.078-.005.157-.008.237-.008H8.81c.355 0 .693.057 1.001.183c.04-.066.078-.183.12-.309c.059-.182.124-.382.206-.465l-1.17-1.17a.874.874 0 0 1 1.236-1.235z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })