@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.88 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CallPark28Regular',
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: 'M17.25 2a.75.75 0 0 0-.75.75v10.5a.75.75 0 0 0 1.5 0V10h3a4 4 0 1 0 0-8h-3.75zM21 8.5h-3v-5h3a2.5 2.5 0 0 1 0 5zM8.059 2.08c-1.415-.192-2.848.084-3.968.803c-1.135.729-1.934 1.91-2.021 3.441c-.151 2.655.338 6.321 2.78 10.551c2.407 4.169 5.349 6.764 7.743 8.33c2.806 1.837 6.114.324 7.563-2.401a2.75 2.75 0 0 0-.014-2.609l-1.264-2.317a3.75 3.75 0 0 0-4.53-1.744l-1.66.58c-.396.139-.734.059-.923-.127c-1.053-1.044-2.026-2.8-2.382-4.282c-.065-.271.043-.611.36-.882l1.263-1.083a3.25 3.25 0 0 0 .792-3.921l-1.405-2.81a2.75 2.75 0 0 0-2.088-1.495l-.246-.033zM3.567 6.41c.058-1.01.567-1.772 1.335-2.265c.783-.503 1.848-.729 2.954-.578l.246.033c.41.056.765.31.95.68l1.404 2.81a1.75 1.75 0 0 1-.426 2.11l-1.264 1.084c-.634.544-1.07 1.425-.842 2.371c.419 1.743 1.525 3.749 2.786 4.997c.7.693 1.69.753 2.473.479l1.66-.581a2.25 2.25 0 0 1 2.718 1.046l1.265 2.317c.2.37.203.815.006 1.186c-1.166 2.192-3.564 3.065-5.418 1.851c-2.227-1.457-4.992-3.889-7.264-7.825c-2.289-3.964-2.718-7.337-2.583-9.716z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})