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.72 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: 'AnimalRabbit16Regular', 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: 'M9.328 6.403l-.895-.887a1.25 1.25 0 0 1 0-1.763a1.243 1.243 0 0 1 1.761 0l3.095 3.09a2.445 2.445 0 0 1 0 3.45c-.5.501-1.163.739-1.817.713a1.687 1.687 0 0 1-1.54.998H4.69c-.935 0-1.69-.76-1.69-1.694V9.244c0-.298.048-.586.136-.855a1.75 1.75 0 1 1 2.348-1.878a2.75 2.75 0 0 1 .246-.01h3.163c.119 0 .235.008.347.023c.028-.04.058-.08.089-.121zm.158-1.944a.243.243 0 0 0-.345 0a.25.25 0 0 0 0 .35l1.596 1.583l-.465.446c-.172.182-.264.32-.318.446l-.172.404l-.423-.119a1.727 1.727 0 0 0-.467-.069H5.729C4.777 7.5 4 8.28 4 9.244v1.066c0 .385.311.694.69.694h2.316v-.444c0-.25-.255-.56-.69-.56h-.818a.5.5 0 0 1 0-1h.819c.88 0 1.689.656 1.689 1.56v.444h1.927a.69.69 0 0 0 .684-.609l.065-.56l.549.133c.47.114.984-.014 1.35-.381c.56-.562.56-1.475 0-2.037L9.488 4.46v-.001zM3.63 7.49c.238-.288.533-.526.868-.696L4.5 6.75a.75.75 0 1 0-.87.74z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })