@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.17 kB
JavaScript
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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'AnimalRabbit24Regular',
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: 'M7.75 19a2.75 2.75 0 0 1-2.745-2.582L5 16.25V15a3 3 0 1 1 2.562-4.56a4.452 4.452 0 0 1 1.68-.432L9.5 10h4l.248.007l.245.02l.127.017l.11-.167l.131-.178l-1.777-1.777c-.7-.7-.773-1.788-.22-2.57l.103-.134l.117-.128c.74-.74 1.918-.78 2.705-.117l.127.117l5.412 5.413a4 4 0 0 1-2.642 6.824l-.225.004l-.182-.007l-.026.064a2.751 2.751 0 0 1-2.138 1.588l-.192.019l-.174.005H7.75zm6.605-12.849a.502.502 0 0 0-.768.641l.058.07l2.808 2.808l-.638.642c-.21.21-.385.444-.523.696l-.097.192l-.266.584l-.618-.173a2.984 2.984 0 0 0-.604-.104l-.208-.007H9.5c-.7 0-1.343.24-1.853.64l-.143.12l-.165.16l-.093.1l-.111.134l-.121.167l-.042.064c-.041.063-.08.129-.115.196l-.058.112l-.062.137l-.034.084l-.051.142l-.055.184a2.983 2.983 0 0 0-.062.297l-.011.083l-.018.189l-.006.191v1.75c0 .648.492 1.18 1.122 1.244l.128.006h4.251v-.246a1.25 1.25 0 0 0-1.121-1.244l-.128-.006h-1a.75.75 0 0 1-.102-1.494l.102-.006h1a2.75 2.75 0 0 1 2.745 2.582l.005.168l-.001.246h1.748c.592 0 1.095-.414 1.219-.975l.02-.122l.1-.84l.822.198a2.5 2.5 0 0 0 2.48-4.067l-.122-.13l-5.413-5.413zM5 10.501a1.5 1.5 0 0 0-.145 2.992l.145.006l.114-.005l.005-.025c.035-.15.077-.295.126-.438l.097-.255l.106-.236l.057-.113l.13-.234l.088-.14l.145-.21l.074-.098l.108-.134l.129-.147l.15-.157c-.21-.4-.59-.69-1.037-.778l-.151-.022L5 10.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})