import React from 'react';
import withIcon from '../lib/withIcon';
export const IconFlash = withIcon(function IconFlash(props) {
    return (<svg data-tag="IconFlash" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M5.872 8.785C8.652 4.669 10.171 2.42 11 2.259c.83-.161.971 1.763.995 5.992.001.257.06.444.183.567.123.123.31.181.567.181h2.67c3.456 0 5.183 0 5.522.777.34.777-.71 2.331-2.81 5.44C15.349 19.33 13.83 21.578 13 21.74c-.83.161-.97-1.763-.995-5.992-.001-.257-.06-.444-.183-.567-.123-.123-.31-.181-.567-.181h-2.67c-3.455 0-5.183 0-5.522-.777-.34-.777.71-2.331 2.81-5.44"/>
    </svg>);
});
//# sourceMappingURL=Flash.jsx.map