@ricons/ionicons5
Version:
React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
7 lines (6 loc) • 1.26 kB
JavaScript
'use strict'
Object.defineProperty(exports, '__esModule', { value: true })
const React = require('react')
exports.default = React.forwardRef(function ApertureSharp(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: 'M216 48l129.49 128.18V48H216z', fill: 'currentColor' }), React.createElement('path', { d: 'M181.47 58.38L80 134h176l-74.53-75.62z', fill: 'currentColor' }), React.createElement('path', { d: 'M336 344h128V216L336 344z', fill: 'currentColor' }), React.createElement('path', { d: 'M454 182L378 80v176l76-74z', fill: 'currentColor' }), React.createElement('path', { d: 'M48 166v128l128-128H48z', fill: 'currentColor' }), React.createElement('path', { d: 'M330 454l102-76H256l74 76z', fill: 'currentColor' }), React.createElement('path', { d: 'M58 330l76 102V256l-76 74z', fill: 'currentColor' }), React.createElement('path', { d: 'M345.49 222.12l-55.55-55.46h-67.88l-55.55 55.46v67.76l55.62 55.52c.44 0 .88-.06 1.33-.06h66.48l55.55-55.46z', fill: 'currentColor' }), React.createElement('path', { d: 'M165.98 336.09L166 464h128L165.98 336.09z', fill: 'currentColor' }))
})