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.49 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'ShareIos48Regular', 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: 'M37.75 20.75c.647 0 1.18.492 1.243 1.122L39 22v14.75a5.25 5.25 0 0 1-5.034 5.246L33.75 42h-19.5a5.25 5.25 0 0 1-5.246-5.034L9 36.75V22a1.25 1.25 0 0 1 2.493-.128L11.5 22v14.75a2.75 2.75 0 0 0 2.582 2.745l.168.005h19.5a2.75 2.75 0 0 0 2.745-2.583l.005-.167V22c0-.69.56-1.25 1.25-1.25zm-22.66-6.606l7.779-7.778a1.25 1.25 0 0 1 1.666-.091l.101.091l7.778 7.778a1.25 1.25 0 0 1-1.666 1.86l-.101-.092L25 10.265V30.5a1.25 1.25 0 0 1-1.122 1.244l-.128.006a1.25 1.25 0 0 1-1.244-1.122L22.5 30.5V10.269l-5.642 5.643a1.25 1.25 0 0 1-1.666.091l-.102-.09a1.25 1.25 0 0 1-.09-1.667l.09-.102l7.779-7.778l-7.779 7.778z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })