@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.44 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ShareIos20Filled',
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: 'M15.75 9.25a.75.75 0 0 1 .743.648L16.5 10v5.25a2.75 2.75 0 0 1-2.582 2.745L13.75 18h-7.5a2.75 2.75 0 0 1-2.745-2.582L3.5 15.25V10a.75.75 0 0 1 1.493-.102L5 10v5.25c0 .647.492 1.18 1.122 1.244l.128.006h7.5a1.25 1.25 0 0 0 1.243-1.122L15 15.25V10a.75.75 0 0 1 .75-.75zM5.227 6.462L9.47 2.22a.75.75 0 0 1 .976-.073l.084.073l4.243 4.242a.75.75 0 0 1-.977 1.134l-.084-.073L10.75 4.56v7.69a.75.75 0 0 1-.648.743L10 13a.75.75 0 0 1-.743-.648l-.007-.102V4.56L6.288 7.523a.75.75 0 0 1-.977.073l-.084-.073a.75.75 0 0 1-.073-.977l.073-.084L9.47 2.22L5.227 6.462z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})