@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
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 24 24'
}
export default defineComponent({
name: 'AnimalRabbit24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M15.53 5.437l5.426 5.437a3.576 3.576 0 0 1 0 5.049a3.556 3.556 0 0 1-3.342.95v.124a2.001 2.001 0 0 1-2 2.003h-2.11l.001-.748l-.005-.168a2.752 2.752 0 0 0-2.57-2.58l-.174-.006h-1l-.101.007a.751.751 0 0 0 0 1.488l.102.007h1l.127.007c.588.06 1.056.528 1.115 1.117l.007.128l-.001.748h-5c-1.103 0-1.998-.897-1.998-2.003v-2.504c0-.19.012-.378.034-.562A2.502 2.502 0 0 1 2 11.488a2.502 2.502 0 0 1 2.499-2.504a2.5 2.5 0 0 1 2.407 1.83a4.462 4.462 0 0 1 2.599-.829h3.611c.603 0 1.179.12 1.705.335a4.19 4.19 0 0 1 .597-.779l-1.992-1.995a1.494 1.494 0 0 1 0-2.11a1.486 1.486 0 0 1 2.105 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})