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.66 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: 'Accessibility32Regular', 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: 'M13.5 6.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0zM16 2a4.5 4.5 0 0 0-4.323 5.753L7.074 6.168a3.073 3.073 0 0 0-2 5.81L11 14.02v3.758a1 1 0 0 1-.101.439L7.307 25.58a3.073 3.073 0 0 0 5.524 2.694l3.167-6.494l3.167 6.494a3.073 3.073 0 1 0 5.523-2.694l-3.587-7.355a1 1 0 0 1-.101-.438V14.02l5.927-2.041a3.073 3.073 0 0 0-2-5.81l-4.604 1.584A4.5 4.5 0 0 0 16 2zM5.06 8.724c.192-.56.803-.857 1.363-.665l7.624 2.626a6 6 0 0 0 3.906 0l7.624-2.626a1.073 1.073 0 0 1 .699 2.029l-6.264 2.157A1.5 1.5 0 0 0 19 13.663v4.124a3 3 0 0 0 .304 1.315l3.587 7.355a1.073 1.073 0 1 1-1.928.94l-3.168-6.493c-.73-1.498-2.864-1.498-3.595 0l-3.167 6.493a1.073 1.073 0 1 1-1.928-.94l3.591-7.364A3 3 0 0 0 13 17.778v-4.115a1.5 1.5 0 0 0-1.012-1.418l-6.264-2.157a1.073 1.073 0 0 1-.665-1.364z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })