@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.35 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ShareIos28Filled',
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: 'M24 13a1 1 0 0 1 .993.883L25 14v8a4 4 0 0 1-3.8 3.995L21 26H7a4 4 0 0 1-3.995-3.8L3 22v-8a1 1 0 0 1 1.993-.117L5 14v8a2 2 0 0 0 1.85 1.994L7 24h14a2 2 0 0 0 1.994-1.85L23 22v-8a1 1 0 0 1 1-1zM6.929 8.657l6.364-6.364a1 1 0 0 1 1.32-.083l.094.083l6.364 6.364a1 1 0 0 1-1.32 1.497l-.094-.083L15 5.414V18a1 1 0 0 1-.883.993L14 19a1 1 0 0 1-.993-.883L13 18V5.414l-4.657 4.657a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1-.083-1.32l.083-.094l6.364-6.364l-6.364 6.364z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})