UNPKG

@ricons/ionicons5

Version:

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

7 lines (6 loc) 681 B
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const React = require('react') exports.default = React.forwardRef(function FlashOutline(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: 'M315.27 33L96 304h128l-31.51 173.23a2.36 2.36 0 0 0 2.33 2.77h0a2.36 2.36 0 0 0 1.89-.95L416 208H288l31.66-173.25a2.45 2.45 0 0 0-2.44-2.75h0a2.42 2.42 0 0 0-1.95 1z', fill: 'none', stroke: 'currentColor', 'stroke-linecap': 'round', 'stroke-linejoin': 'round', 'stroke-width': '32' })) })