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.3 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'ApprovalsApp32Regular', 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: 'M14.707.293a1 1 0 1 0-1.414 1.414l2.3 2.3C8.6 4.221 3 9.956 3 17c0 7.18 5.82 13 13 13s13-5.82 13-13v-.08c-.003-.52-.439-.92-.958-.92h-.086c-.537 0-.956.462-.956 1c0 6.075-4.925 11-11 11S5 23.075 5 17C5 11.066 9.698 6.23 15.578 6.008l-2.285 2.285a1 1 0 0 0 1.414 1.414l4-4a1 1 0 0 0 0-1.414l-4-4zm8 12a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1-1.414 0l-3-3a1 1 0 0 1 1.414-1.414L16 17.586l5.293-5.293a1 1 0 0 1 1.414 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })