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.32 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: 'SwipeUp24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M12 18.003a.75.75 0 0 0 .743-.647l.007-.102V4.56l2.22 2.216a.75.75 0 0 0 .976.073l.084-.073a.749.749 0 0 0 .073-.975l-.073-.084l-3.5-3.498a.75.75 0 0 0-.976-.072l-.084.072l-3.5 3.498a.749.749 0 0 0 .976 1.132l.084-.073l2.22-2.216v12.694c0 .414.336.75.75.75zM12 22c2.761 0 5-2.237 5-4.996a4.998 4.998 0 0 0-3.25-4.68v1.651A3.499 3.499 0 0 1 12 20.501a3.499 3.499 0 0 1-1.75-6.526v-1.652A4.998 4.998 0 0 0 7 17.004A4.998 4.998 0 0 0 12 22z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })