@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.74 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Predictions24Filled',
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: 'M16.683 14.926l1.284 3.854a1.75 1.75 0 0 1-.81 2.083C15.786 21.626 14.064 22 12 22s-3.786-.374-5.157-1.137a1.75 1.75 0 0 1-.81-2.083l1.285-3.854A7.716 7.716 0 0 0 12 16.5c1.76 0 3.382-.586 4.683-1.574zM12 2c1.337 0 2.582.388 3.63 1.059c-.082.313-.208.544-.367.704c-.253.252-.683.42-1.325.47l-.222.013l-.379.01c-2.169.159-2.115 3.494.163 3.494c.89 0 1.457.181 1.763.487c.252.253.42.683.47 1.325l.013.222l.01.379c.096 1.314 1.358 1.812 2.338 1.494A6.751 6.751 0 0 1 5.25 8.75A6.75 6.75 0 0 1 12 2zm6.25 0c0 1.15.27 1.96.78 2.47c.471.47 1.198.737 2.21.775l.26.005c.958 0 .998 1.378.12 1.492l-.12.008c-1.15 0-1.96.27-2.47.78c-.47.472-.737 1.198-.775 2.21l-.005.26c0 1-1.5 1-1.5 0c0-1.15-.27-1.96-.78-2.47c-.472-.47-1.198-.737-2.21-.775l-.26-.005c-.958 0-.998-1.378-.12-1.492l.12-.008c1.15 0 1.96-.27 2.47-.78c.51-.51.78-1.32.78-2.47c0-1 1.5-1 1.5 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})