import React from "react"; const LightningOutline = ({ width, height, color }) => ( ); export default LightningOutline;