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="M9.242 3.895c1.04-2.424 4.476-2.424 5.515 0l5.967 13.923c.849 1.98-.603 4.182-2.757 4.182H6.033c-2.154 0-3.606-2.202-2.757-4.182L9.242 3.895ZM8 13a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2H8Zm-1 3a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2H7Z" clipRule="evenodd" /></svg>;
export default SvgComponent;