UNPKG

@vicons/fa

Version:

Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)

33 lines (32 loc) 1.77 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 512 512' } exports.default = (0, vue_1.defineComponent)({ name: 'UniversalAccess', 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)( 'path', { d: 'M256 48c114.953 0 208 93.029 208 208c0 114.953-93.029 208-208 208c-114.953 0-208-93.029-208-208c0-114.953 93.029-208 208-208m0-40C119.033 8 8 119.033 8 256s111.033 248 248 248s248-111.033 248-248S392.967 8 256 8zm0 56C149.961 64 64 149.961 64 256s85.961 192 192 192s192-85.961 192-192S362.039 64 256 64zm0 44c19.882 0 36 16.118 36 36s-16.118 36-36 36s-36-16.118-36-36s16.118-36 36-36zm117.741 98.023c-28.712 6.779-55.511 12.748-82.14 15.807c.851 101.023 12.306 123.052 25.037 155.621c3.617 9.26-.957 19.698-10.217 23.315c-9.261 3.617-19.699-.957-23.316-10.217c-8.705-22.308-17.086-40.636-22.261-78.549h-9.686c-5.167 37.851-13.534 56.208-22.262 78.549c-3.615 9.255-14.05 13.836-23.315 10.217c-9.26-3.617-13.834-14.056-10.217-23.315c12.713-32.541 24.185-54.541 25.037-155.621c-26.629-3.058-53.428-9.027-82.141-15.807c-8.6-2.031-13.926-10.648-11.895-19.249s10.647-13.926 19.249-11.895c96.686 22.829 124.283 22.783 220.775 0c8.599-2.03 17.218 3.294 19.249 11.895c2.029 8.601-3.297 17.219-11.897 19.249z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })