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.52 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'ShareIos28Regular', 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.25 13a.75.75 0 0 1 .743.648l.007.102v8.5a3.75 3.75 0 0 1-3.55 3.745l-.2.005H6.75a3.75 3.75 0 0 1-3.745-3.551l-.005-.2v-8.5a.75.75 0 0 1 1.493-.101l.007.102v8.5a2.25 2.25 0 0 0 2.096 2.245l.154.005h14.5a2.25 2.25 0 0 0 2.245-2.096l.005-.154v-8.5a.75.75 0 0 1 .75-.75zM13.864 2.262l.067-.009l.086-.003l.06.004l.094.016l.068.019l.06.022l.07.036l.051.032l.038.027l.072.063l6.364 6.364a.75.75 0 0 1-.976 1.134l-.084-.073L14.75 4.81v13.44a.75.75 0 0 1-.648.743L14 19a.75.75 0 0 1-.743-.648l-.007-.102V4.81L8.166 9.894a.75.75 0 0 1-.976.073l-.084-.073a.75.75 0 0 1-.073-.976l.073-.085L13.47 2.47l.11-.09l.095-.055l.086-.035l.103-.027z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })