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.29 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'ApprovalsApp28Filled', 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: 'M12.293 2.293a1 1 0 0 1 1.414 0l3.005 3.002a1 1 0 0 1-.001 1.415l-3.005 2.998a1 1 0 1 1-1.412-1.416l1.284-1.282a8.5 8.5 0 1 0 8.91 8.941a1 1 0 1 1 1.997.105C24.196 21.596 19.613 26 14 26C8.201 26 3.5 21.299 3.5 15.5c0-5.663 4.483-10.28 10.095-10.492l-1.302-1.3a1 1 0 0 1 0-1.415zm5.914 10a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 1 1 1.414-1.414l1.293 1.293l4.293-4.293a1 1 0 0 1 1.414 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })