@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.34 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: 'CallPark16Filled',
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: 'M10.5 2a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0V6h1a2 2 0 1 0 0-4h-1.5zM12 5h-1V3h1a1 1 0 1 1 0 2zM4.374 2.12a1.75 1.75 0 0 1 2.196.886l.567 1.19a1.5 1.5 0 0 1-.249 1.658L5.572 7.291a4.913 4.913 0 0 0 .505 1.238a4.618 4.618 0 0 0 .848 1.046l1.877-.489a1.5 1.5 0 0 1 1.462.414l.775.809a1.75 1.75 0 0 1-.062 2.483l-.296.28c-1.126 1.063-2.88 1.29-4.135.247c-.94-.782-2.068-1.88-2.918-3.213c-.94-1.477-1.38-3.23-1.588-4.55c-.237-1.506.72-2.83 2.071-3.337l.263-.1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})