UNPKG

@vicons/fa

Version:

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

31 lines (30 loc) 1.29 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 448 512' } export default defineComponent({ name: 'Freebsd', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'path', { d: 'M303.7 96.2c11.1-11.1 115.5-77 139.2-53.2c23.7 23.7-42.1 128.1-53.2 139.2c-11.1 11.1-39.4.9-63.1-22.9c-23.8-23.7-34.1-52-22.9-63.1zM109.9 68.1C73.6 47.5 22 24.6 5.6 41.1c-16.6 16.6 7.1 69.4 27.9 105.7c18.5-32.2 44.8-59.3 76.4-78.7zM406.7 174c3.3 11.3 2.7 20.7-2.7 26.1c-20.3 20.3-87.5-27-109.3-70.1c-18-32.3-11.1-53.4 14.9-48.7c5.7-3.6 12.3-7.6 19.6-11.6c-29.8-15.5-63.6-24.3-99.5-24.3c-119.1 0-215.6 96.5-215.6 215.6c0 119 96.5 215.6 215.6 215.6S445.3 380.1 445.3 261c0-38.4-10.1-74.5-27.7-105.8c-3.9 7-7.6 13.3-10.9 18.8z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })