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.31 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: 'SwipeDown24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M12 5.997a.75.75 0 0 1 .743.647l.007.102V19.44l2.22-2.216a.75.75 0 0 1 .976-.073l.084.073c.267.266.29.682.073.975l-.073.084l-3.5 3.497a.75.75 0 0 1-.976.073l-.084-.073l-3.5-3.497a.749.749 0 0 1 .976-1.132l.084.073l2.22 2.216V6.746a.75.75 0 0 1 .75-.75zM12 2c2.761 0 5 2.237 5 4.996a4.998 4.998 0 0 1-3.25 4.68v-1.651A3.499 3.499 0 0 0 12 3.499a3.499 3.499 0 0 0-1.75 6.526v1.652A4.998 4.998 0 0 1 7 6.996A4.998 4.998 0 0 1 12 2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })