UNPKG

@ricons/tabler

Version:

React SVG icon components integrated from [`tabler`](https://github.com/tabler/tabler-icons)

5 lines (4 loc) 817 B
import * as React from 'react' export default React.forwardRef(function Lemon(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 24 24' }, props, { ref: ref }), React.createElement('g', { fill: 'none', stroke: 'currentColor', 'stroke-width': '2', 'stroke-linecap': 'round', 'stroke-linejoin': 'round' }, React.createElement('path', { d: 'M17.536 3.393c3.905 3.906 3.905 10.237 0 14.143c-3.906 3.905-10.237 3.905-14.143 0L17.536 3.393' }), React.createElement('path', { d: 'M5.868 15.06a6.5 6.5 0 0 0 9.193-9.192' }), React.createElement('path', { d: 'M10.464 10.464l4.597 4.597' }), React.createElement('path', { d: 'M10.464 10.464v6.364' }), React.createElement('path', { d: 'M10.464 10.464h6.364' }))) })