import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M11 13a1 1 0 1 0 2 0v-3a1 1 0 1 0-2 0v3Zm2 2.989a1 1 0 1 0-2 0V16a1 1 0 1 0 2 0v-.011ZM9.377 4.66c1.143-2.057 4.102-2.057 5.245 0l6.601 11.882c1.111 2-.335 4.457-2.622 4.457H5.399c-2.288 0-3.734-2.457-2.623-4.457L9.377 4.661Z" clipRule="evenodd" /></svg>;
export default SvgComponent;