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.25 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 28 28' } export default defineComponent({ name: 'Shapes28Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M2 10a8.001 8.001 0 0 0 7 7.938v-1.514A6.502 6.502 0 0 1 10 3.5a6.501 6.501 0 0 1 6.457 5.75h1.508A8 8 0 0 0 2 10zm11.75.25A3.75 3.75 0 0 0 10 14v8.5a3.75 3.75 0 0 0 3.75 3.75h8.5A3.75 3.75 0 0 0 26 22.5V14a3.75 3.75 0 0 0-3.75-3.75h-8.5zM11.5 14a2.25 2.25 0 0 1 2.25-2.25h8.5A2.25 2.25 0 0 1 24.5 14v8.5a2.25 2.25 0 0 1-2.25 2.25h-8.5a2.25 2.25 0 0 1-2.25-2.25V14z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })