@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.87 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CallPark48Regular',
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: 'M14.01 3.75c-4.932 0-9.632 3.38-9.47 8.736c.135 4.505 1.208 10.533 4.878 16.889a39.984 39.984 0 0 0 12.047 13.04c4.494 3.074 10.007.937 12.644-3.378a5.166 5.166 0 0 0-.428-5.988l-2.64-3.188a5.25 5.25 0 0 0-5.237-1.766l-3.421.799c-.768.179-1.416.009-1.799-.377c-1.694-1.708-3.634-4.677-4.457-6.983c-.195-.545.008-1.27.718-1.861l2.324-1.937a5.25 5.25 0 0 0 1.595-5.767l-1.647-4.703a5.25 5.25 0 0 0-4.955-3.516h-.153zm-6.972 8.66c-.106-3.538 3.005-6.16 6.971-6.16h.153a2.75 2.75 0 0 1 2.596 1.842l1.646 4.703a2.75 2.75 0 0 1-.835 3.02l-2.324 1.937c-1.234 1.028-2.13 2.784-1.473 4.622c.957 2.681 3.107 5.958 5.037 7.904c1.157 1.165 2.78 1.368 4.142 1.05l3.421-.798a2.75 2.75 0 0 1 2.744.925l2.639 3.188c.726.878.814 2.119.22 3.09c-2.1 3.437-6.094 4.674-9.098 2.618a37.484 37.484 0 0 1-11.294-12.226c-3.426-5.933-4.42-11.54-4.545-15.714zM29.25 4C28.56 4 28 4.56 28 5.25v17.5a1.25 1.25 0 1 0 2.5 0V16.5h5.25a6.25 6.25 0 0 0 0-12.5h-6.5zm6.5 10H30.5V6.5h5.25a3.75 3.75 0 0 1 0 7.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})