UNPKG

@vicons/fa

Version:

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

33 lines (32 loc) 1.26 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 448 512' } exports.default = (0, vue_1.defineComponent)({ name: 'Vimeo', 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: 'M403.2 32H44.8C20.1 32 0 52.1 0 76.8v358.4C0 459.9 20.1 480 44.8 480h358.4c24.7 0 44.8-20.1 44.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8zM377 180.8c-1.4 31.5-23.4 74.7-66 129.4c-44 57.2-81.3 85.8-111.7 85.8c-18.9 0-34.8-17.4-47.9-52.3c-25.5-93.3-36.4-148-57.4-148c-2.4 0-10.9 5.1-25.4 15.2l-15.2-19.6c37.3-32.8 72.9-69.2 95.2-71.2c25.2-2.4 40.7 14.8 46.5 51.7c20.7 131.2 29.9 151 67.6 91.6c13.5-21.4 20.8-37.7 21.8-48.9c3.5-33.2-25.9-30.9-45.8-22.4c15.9-52.1 46.3-77.4 91.2-76c33.3.9 49 22.5 47.1 64.7z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })