UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.36 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'ShareIos24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M18.996 11a1 1 0 0 1 .993.883l.007.117v6a4 4 0 0 1-3.8 3.995l-.2.005H8a4 4 0 0 1-3.995-3.8L4 18v-6a1 1 0 0 1 1.993-.117L6 12v6a2 2 0 0 0 1.85 1.994L8 20h7.996a2 2 0 0 0 1.994-1.85l.006-.15v-6a1 1 0 0 1 1-1zM6.289 7.29l4.997-4.997a1 1 0 0 1 1.32-.084l.094.083l5.003 4.997a1 1 0 0 1-1.319 1.498l-.094-.083l-3.294-3.289v9.84a1 1 0 0 1-.883.993l-.117.007a1 1 0 0 1-.993-.883l-.007-.117V5.41L7.703 8.704a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1-.083-1.32l.083-.095l4.997-4.996L6.29 7.289z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })