@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.41 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 24 24'
}
export default defineComponent({
name: 'Teddy24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3.207 10.271a4 4 0 0 1 6.251-4.964c-2.833.703-5.144 2.55-6.251 4.964zm11.335-4.963a4 4 0 0 1 6.251 4.964c-1.107-2.415-3.418-4.262-6.251-4.964zM6.628 19.313C4.72 17.938 3.5 15.844 3.5 13.5C3.5 9.358 7.306 6 12 6s8.5 3.358 8.5 7.5c0 2.344-1.22 4.438-3.128 5.813a5.496 5.496 0 0 0-1.707-2.914a5.502 5.502 0 0 0-9.037 2.914zm8.37-2.168a4.487 4.487 0 0 0-1.542-.904c-.161.436-.752.759-1.456.759s-1.294-.323-1.456-.76a4.505 4.505 0 0 0-3.003 3.647A9.315 9.315 0 0 0 12 21a9.316 9.316 0 0 0 4.459-1.113a4.485 4.485 0 0 0-1.46-2.742z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})