@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.8 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: 'CallPark16Regular',
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 2zM6.57 3.006a1.75 1.75 0 0 0-2.196-.886l-.263.099c-1.35.507-2.308 1.83-2.07 3.336c.207 1.32.646 3.074 1.587 4.55c.85 1.334 1.978 2.432 2.918 3.214c1.255 1.043 3.009.816 4.135-.247l.296-.28a1.75 1.75 0 0 0 .062-2.483l-.809-.844a1.5 1.5 0 0 0-1.354-.437l-1.506.276a4.134 4.134 0 0 1-.876-1.04a4.13 4.13 0 0 1-.476-1.278l.945-1.16a1.5 1.5 0 0 0 .192-1.592L6.57 3.006zm.376 7.238l.001.001a.5.5 0 0 0 .38.084l1.73-.318a.5.5 0 0 1 .451.146l.809.844a.75.75 0 0 1-.027 1.064l-.296.28c-.82.774-2.005.872-2.809.204c-.896-.744-1.94-1.767-2.713-2.98c-.835-1.31-1.245-2.909-1.444-4.17c-.151-.958.45-1.874 1.435-2.244l.263-.1a.75.75 0 0 1 .941.38l.585 1.228a.5.5 0 0 1-.064.531L5.102 6.528c-.084.103-.11.367-.11.367v.006l.002.01a2.222 2.222 0 0 0 .024.161A5.128 5.128 0 0 0 5.63 8.77a5.132 5.132 0 0 0 1.303 1.466l.009.007l.003.002z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})