UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.38 kB
'use strict' 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: 'ShareIos20Regular', 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: 'M16 9.5a.5.5 0 0 1 .492.41l.008.09v6a2.5 2.5 0 0 1-2.336 2.495L14 18.5H6a2.5 2.5 0 0 1-2.495-2.336L3.5 16v-6a.5.5 0 0 1 .992-.09L4.5 10v6a1.5 1.5 0 0 0 1.356 1.493L6 17.5h8a1.5 1.5 0 0 0 1.493-1.355L15.5 16v-6a.5.5 0 0 1 .5-.5zM5.404 6.39l4.242-4.244a.5.5 0 0 1 .638-.057l.07.057l4.242 4.243a.5.5 0 0 1-.638.765l-.069-.058L10.5 3.707V13a.5.5 0 0 1-.41.492L10 13.5a.5.5 0 0 1-.492-.41L9.5 13V3.707l-3.39 3.39a.5.5 0 0 1-.637.057l-.07-.058a.5.5 0 0 1-.057-.638l.058-.069l4.242-4.243L5.404 6.39z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })