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.73 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'AnimalRabbit20Regular', 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.512 15.01h2.123a2.12 2.12 0 0 0 1.981-1.367c.883.07 1.79-.234 2.466-.912a3.15 3.15 0 0 0 0-4.444l-4.22-4.213a1.513 1.513 0 0 0-2.143 0a1.521 1.521 0 0 0 0 2.147l1.342 1.33a3.524 3.524 0 0 0-.307.492a3.554 3.554 0 0 0-.538-.041H7.54c-.329 0-.647.045-.949.128A2.5 2.5 0 1 0 4 11.95v.934c0 1.174.948 2.127 2.122 2.127H10.512zm1.643-10.23v.001l4.22 4.212a2.15 2.15 0 0 1-.001 3.032a2.128 2.128 0 0 1-2.013.568l-.549-.133l-.065.56c-.066.559-.54.99-1.112.99h-1.626v-.1c0-1.127-1.02-1.91-2.122-1.91H7.5a.5.5 0 0 0 0 1h1.387c.69 0 1.122.464 1.122.91v.1H6.122A1.124 1.124 0 0 1 5 12.883v-1.33c0-1.41 1.139-2.551 2.54-2.551h3.676c.238 0 .469.033.686.094l.423.119l.172-.404c.111-.26.265-.567.472-.788l.503-.482l-2.045-2.026a.521.521 0 0 1 0-.735a.513.513 0 0 1 .728 0zM5.657 8.545a3.554 3.554 0 0 0-1.603 2.387a1.5 1.5 0 1 1 1.603-2.387z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })