UNPKG

@vicons/fa

Version:

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

33 lines (32 loc) 1.18 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 496 512' } exports.default = (0, vue_1.defineComponent)({ name: 'Opera', 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: 'M313.9 32.7c-170.2 0-252.6 223.8-147.5 355.1c36.5 45.4 88.6 75.6 147.5 75.6c36.3 0 70.3-11.1 99.4-30.4c-43.8 39.2-101.9 63-165.3 63c-3.9 0-8 0-11.9-.3C104.6 489.6 0 381.1 0 248C0 111 111 0 248 0h.8c63.1.3 120.7 24.1 164.4 63.1c-29-19.4-63.1-30.4-99.3-30.4zm101.8 397.7c-40.9 24.7-90.7 23.6-132-5.8c56.2-20.5 97.7-91.6 97.7-176.6c0-84.7-41.2-155.8-97.4-176.6c41.8-29.2 91.2-30.3 132.9-5c105.9 98.7 105.5 265.7-1.2 364z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })