UNPKG

@ricons/ionicons5

Version:

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

7 lines (6 loc) 716 B
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const React = require('react') exports.default = React.forwardRef(function FlashOffSharp(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: 'M80 304h144l-32 192l108.18-129.82l-148.36-148.36L80 304z', fill: 'currentColor' }), React.createElement('path', { d: 'M432 208H288l32-192l-108.18 129.82l148.36 148.36L432 208z', fill: 'currentColor' })) })