@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.78 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'AnimalDog16Regular',
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.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 1 0a.5.5 0 0 1 1 0a1.5 1.5 0 0 1-2.08 1.384a8.055 8.055 0 0 1-.609 2.297C7.9 8.12 7.36 8.79 6.873 9.333c-.348.389-.573.947-.706 1.611C6.034 11.604 6 12.325 6 13c0 .303-.11.669-.31 1h4.225A1.505 1.505 0 0 0 8.5 13H8a.5.5 0 0 1 0-1h.5c.171 0 .338.017.5.05V10.5a.5.5 0 0 1 1 0v2c.48.36.826.89.95 1.5h1.965a1.5 1.5 0 0 0-1.415-1a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5h1a.5.5 0 0 0 .5-.5v-.934a.5.5 0 0 0-.243-.429L10.98 2.071A.5.5 0 0 0 10.723 2H9.5zM4 14c.314 0 .556-.152.735-.375c.19-.239.265-.507.265-.625c0-.7.035-1.497.186-2.253c.151-.75.427-1.505.941-2.08c.457-.51.918-1.09 1.27-1.889C7.746 5.981 8 4.938 8 3.5v-1A1.5 1.5 0 0 1 9.5 1h1.223a1.5 1.5 0 0 1 .772.214l1.777 1.066A1.5 1.5 0 0 1 14 3.566V4.5A1.5 1.5 0 0 1 12.5 6H12v6.05a2.5 2.5 0 0 1 2 2.45a.5.5 0 0 1-.5.5H3.75a2.75 2.75 0 0 1-1.528-5.037a.5.5 0 1 1 .556.831A1.75 1.75 0 0 0 3.75 14H4z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})