@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.73 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: 'AnimalRabbit28Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M16.996 10.771l-1.917-1.89a2.27 2.27 0 0 1 0-3.214a2.274 2.274 0 0 1 3.214 0l6.33 6.292a4.696 4.696 0 0 1 0 6.646a4.695 4.695 0 0 1-3.7 1.36a3.18 3.18 0 0 1-2.971 2.044H9.191A3.189 3.189 0 0 1 6 18.829v-1.864a3.5 3.5 0 1 1 2.548-5.185a5.302 5.302 0 0 1 2.771-.778h4.505c.306 0 .608.027.901.077c.082-.104.173-.208.27-.308zm.238-4.043a.774.774 0 0 0-1.094 0a.77.77 0 0 0-.002 1.09l.002.001L19.362 11l-1.004.577c-.246.159-.51.468-.648.713l-.289.513l-.567-.159a3.822 3.822 0 0 0-1.03-.14h-4.505A3.816 3.816 0 0 0 7.5 16.308v2.52c0 .923.758 1.68 1.69 1.68H14v-.327c0-.927-.753-1.68-1.683-1.68h-1.571a.75.75 0 0 1 0-1.5h1.571a3.181 3.181 0 0 1 3.182 3.18v.327h2.453c.861 0 1.57-.647 1.668-1.477l.099-.84l.822.199a3.203 3.203 0 0 0 3.021-.848a3.196 3.196 0 0 0 .001-4.522v-.001l-6.33-6.292zM7.36 12.766a2 2 0 1 0-1.286 2.65a5.282 5.282 0 0 1 1.286-2.65z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})