@ricons/ionicons5
Version:
React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
7 lines (6 loc) • 1.26 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const React = require('react')
exports.default = React.forwardRef(function LogoVimeo(props, ref) {
return React.createElement('svg', Object.assign({ xmlns: 'http://www.w3.org/2000/svg', xmlnsXlink: 'http://www.w3.org/1999/xlink', viewBox: '0 0 512 512' }, props, { ref: ref }), React.createElement('path', { d: 'M476.9 114c-5-23.39-17.51-38.78-40.61-46.27s-64.92-4.5-94.12 16.79c-26.79 19.51-46.26 54.42-54 78.28a4 4 0 0 0 5.13 5c10.77-3.8 21.72-7.1 34-6.45c15 .8 24.51 12 24.91 25.29c.3 9.79-.2 18.69-3.6 27.68c-10.74 28.68-27.61 56.46-47.55 80.75a72.49 72.49 0 0 1-10 9.89c-10.21 8.29-18.81 6.1-25.41-5.2c-5.4-9.29-9-18.88-12.2-29.08c-12.4-39.67-16.81-80.84-23.81-121.52c-3.3-19.48-7-39.77-18-56.86c-11.6-17.79-28.61-24.58-50-22c-14.7 1.8-36.91 17.49-47.81 26.39c0 0-56 46.87-81.82 71.35l21.2 27s17.91-12.49 27.51-18.29c5.7-3.39 12.4-4.09 17.2.2c4.51 3.9 9.61 9 12.31 14.1c5.7 10.69 11.2 21.88 14.7 33.37c13.2 44.27 25.51 88.64 37.81 133.22c6.3 22.78 13.9 44.17 28 63.55c19.31 26.59 39.61 32.68 70.92 21.49c25.41-9.09 46.61-26.18 66-43.87c33.11-30.18 59.12-65.36 85.52-101.14c20.41-27.67 37.31-55.67 51.41-86.95C478.5 179.74 484 147.26 476.9 114z', fill: 'currentColor' }))
})