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.32 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: 'ApprovalsApp32Filled', 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: 'M15.629.512a1.5 1.5 0 1 0-2.258 1.976l1.375 1.572C8.155 4.69 3 10.243 3 17c0 7.18 5.82 13 13 13s13-5.82 13-13v-.5a1.5 1.5 0 1 0-3 0v.5c0 5.523-4.477 10-10 10S6 22.523 6 17c0-5.051 3.745-9.228 8.61-9.904l-1.239 1.416a1.5 1.5 0 1 0 2.258 1.976l3.5-4a1.5 1.5 0 0 0 0-1.976l-3.5-4zm6.98 11.979a1.5 1.5 0 0 1-.1 2.119l-5.5 5a1.5 1.5 0 0 1-2.07-.05l-2.5-2.5a1.5 1.5 0 0 1 2.122-2.12l1.488 1.488l4.442-4.038a1.5 1.5 0 0 1 2.119.101z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })