@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.57 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: 'CallForward24Filled',
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: 'M9.925 2.05l1.037.198c.972.185 1.625 1.093 1.525 2.122l-.198 2.047c-.086.893-.72 1.653-1.566 1.88l-2.357.631c-.383.935-.559 1.966-.526 3.092a8.107 8.107 0 0 0 .708 3.142l2.206.392c.836.148 1.46.838 1.548 1.712l.205 2.035c.102 1.016-.544 1.99-1.512 2.279l-1.038.31c-1.032.307-2.119.032-2.852-.722c-1.731-1.782-2.6-4.753-2.605-8.913c-.005-4.165.858-7.229 2.59-9.19c.728-.824 1.807-1.21 2.835-1.015zm6.771 5.097l.084.072l3.997 3.998a.75.75 0 0 1 .073.976l-.073.084l-3.996 4.004a.75.75 0 0 1-1.134-.976l.072-.084l2.712-2.717H12a.75.75 0 0 1-.744-.648l-.006-.101a.75.75 0 0 1 .648-.744l.102-.006l6.44-.001L15.72 8.28a.75.75 0 0 1-.073-.977l.073-.084a.75.75 0 0 1 .874-.136l.102.064z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})