@ricons/ionicons5
Version:
React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
7 lines (6 loc) • 1.67 kB
JavaScript
'use strict'
Object.defineProperty(exports, '__esModule', { value: true })
const React = require('react')
exports.default = React.forwardRef(function Sunny(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: 'M256 118a22 22 0 0 1-22-22V48a22 22 0 0 1 44 0v48a22 22 0 0 1-22 22z', fill: 'currentColor' }), React.createElement('path', { d: 'M256 486a22 22 0 0 1-22-22v-48a22 22 0 0 1 44 0v48a22 22 0 0 1-22 22z', fill: 'currentColor' }), React.createElement('path', { d: 'M369.14 164.86a22 22 0 0 1-15.56-37.55l33.94-33.94a22 22 0 0 1 31.11 31.11l-33.94 33.94a21.93 21.93 0 0 1-15.55 6.44z', fill: 'currentColor' }), React.createElement('path', { d: 'M108.92 425.08a22 22 0 0 1-15.55-37.56l33.94-33.94a22 22 0 1 1 31.11 31.11l-33.94 33.94a21.94 21.94 0 0 1-15.56 6.45z', fill: 'currentColor' }), React.createElement('path', { d: 'M464 278h-48a22 22 0 0 1 0-44h48a22 22 0 0 1 0 44z', fill: 'currentColor' }), React.createElement('path', { d: 'M96 278H48a22 22 0 0 1 0-44h48a22 22 0 0 1 0 44z', fill: 'currentColor' }), React.createElement('path', { d: 'M403.08 425.08a21.94 21.94 0 0 1-15.56-6.45l-33.94-33.94a22 22 0 0 1 31.11-31.11l33.94 33.94a22 22 0 0 1-15.55 37.56z', fill: 'currentColor' }), React.createElement('path', { d: 'M142.86 164.86a21.89 21.89 0 0 1-15.55-6.44l-33.94-33.94a22 22 0 0 1 31.11-31.11l33.94 33.94a22 22 0 0 1-15.56 37.55z', fill: 'currentColor' }), React.createElement('path', { d: 'M256 358a102 102 0 1 1 102-102a102.12 102.12 0 0 1-102 102z', fill: 'currentColor' }))
})