UNPKG

@ricons/ionicons5

Version:

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

7 lines (6 loc) 905 B
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const React = require('react') exports.default = React.forwardRef(function CreateSharp(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: 'M464.37 49.2a22.07 22.07 0 0 0-31.88-.76l-18.31 18.25l31.18 31.1l18-17.91a22.16 22.16 0 0 0 1.01-30.68z', fill: 'currentColor' }), React.createElement('path', { d: 'M252.76 336H176V259.24l9.4-9.38L323.54 112H48v352h352V188.46L262.14 326.6l-9.38 9.4z', fill: 'currentColor' }), React.createElement('path', { d: 'M400 143.16l32.79-32.86l-31.09-31.09L368.85 112H400v31.16z', fill: 'currentColor' }), React.createElement('path', { d: 'M208 304h31.49L400 143.16V112h-31.15L208 272.51V304z', fill: 'currentColor' })) })