UNPKG

@ricons/ionicons5

Version:

React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)

7 lines (6 loc) 1.33 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const React = require('react') exports.default = React.forwardRef(function RainySharp(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: 'M364 336H130c-29.5 0-54.92-7.83-73.53-22.64C35.23 296.44 24 271.35 24 240.8c0-26.66 10.08-49.8 29.14-66.91c15.24-13.68 36.17-23.21 59-26.84c.06 0 .08 0 .09-.05c6.44-39 23.83-72.09 50.31-95.68A140.24 140.24 0 0 1 256 16c30.23 0 58.48 9.39 81.71 27.17a142.69 142.69 0 0 1 45.36 60.66c29.41 4.82 54.72 17.11 73.19 35.54C477 160.11 488 187.71 488 219.2c0 32.85-13.13 62.87-37 84.52c-22.89 20.82-53.8 32.28-87 32.28zm19-232.18z', fill: 'currentColor' }), React.createElement('path', { d: 'M93.82 430.422l49.75-74.626l26.626 17.75l-49.751 74.627z', fill: 'currentColor' }), React.createElement('path', { d: 'M141.816 478.429L223.568 355.8l26.625 17.75l-81.751 122.628z', fill: 'currentColor' }), React.createElement('path', { d: 'M253.811 430.424l49.751-74.626l26.626 17.75l-49.751 74.627z', fill: 'currentColor' }), React.createElement('path', { d: 'M301.808 478.43l81.752-122.627l26.625 17.75l-81.751 122.628z', fill: 'currentColor' })) })