@ricons/ionicons5
Version:
React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
7 lines (6 loc) • 1.27 kB
JavaScript
'use strict'
Object.defineProperty(exports, '__esModule', { value: true })
const React = require('react')
exports.default = React.forwardRef(function EyeOffSharp(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: 'M63.998 86.004l21.998-21.998L448 426.01l-21.998 21.998z', fill: 'currentColor' }), React.createElement('path', { d: 'M259.34 192.09l60.57 60.57a64.07 64.07 0 0 0-60.57-60.57z', fill: 'currentColor' }), React.createElement('path', { d: 'M252.66 319.91l-60.57-60.57a64.07 64.07 0 0 0 60.57 60.57z', fill: 'currentColor' }), React.createElement('path', { d: 'M256 352a96 96 0 0 1-92.6-121.34l-69.07-69.08C66.12 187.42 39.24 221.14 16 256c26.42 44 62.56 89.24 100.2 115.18C159.38 400.92 206.33 416 255.76 416A233.47 233.47 0 0 0 335 402.2l-53.61-53.6A95.84 95.84 0 0 1 256 352z', fill: 'currentColor' }), React.createElement('path', { d: 'M256 160a96 96 0 0 1 92.6 121.34L419.26 352c29.15-26.25 56.07-61.56 76.74-96c-26.38-43.43-62.9-88.56-101.18-114.82C351.1 111.2 304.31 96 255.76 96a222.92 222.92 0 0 0-78.21 14.29l53.11 53.11A95.84 95.84 0 0 1 256 160z', fill: 'currentColor' }))
})