@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.36 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Teddy20Filled',
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: 'M5.5 3a3.5 3.5 0 0 0-2.853 5.528c.998-2.171 3.055-3.775 5.496-4.323A3.491 3.491 0 0 0 5.5 3zm12.498 3.5c0 .756-.24 1.455-.646 2.027c-.998-2.171-3.055-3.775-5.496-4.322A3.5 3.5 0 0 1 17.999 6.5zM3 11.5C3 7.873 6.172 5 10 5s7 2.873 7 6.5c0 1.665-.669 3.172-1.763 4.314a5.503 5.503 0 0 0-10.474 0C3.67 14.672 3 13.165 3 11.5zm8.328 1.699a4.508 4.508 0 0 1 3.073 3.356A7.326 7.326 0 0 1 10 18a7.326 7.326 0 0 1-4.4-1.445a4.508 4.508 0 0 1 3.072-3.356a1.5 1.5 0 0 0 2.655 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})