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.53 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'FormNew24Filled', 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: 'M8.25 10.002a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5zM7.5 16.25a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0zM3 5.75A2.75 2.75 0 0 1 5.75 3h12.5A2.75 2.75 0 0 1 21 5.75v6.272a6.462 6.462 0 0 0-3.043-1.006a.749.749 0 0 0-.703-1.014H12.25a.75.75 0 0 0 0 1.5h2.742A6.502 6.502 0 0 0 12.021 21H5.75A2.75 2.75 0 0 1 3 18.25V5.75zm3 5.002a2.25 2.25 0 1 0 4.5 0a2.25 2.25 0 0 0-4.5 0zM8.25 14a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5zM6.755 7.5h10.5a.75.75 0 0 0 0-1.5h-10.5a.75.75 0 0 0 0 1.5zM23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0zm-4.999 3.003a.5.5 0 1 1-1 0V18h-2.505a.5.5 0 1 1 0-1H17v-2.5a.5.5 0 1 1 1 0V17h2.503a.5.5 0 1 1 0 1h-2.502v2.503z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })