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="M12.333 3.63c.579-.884 1.953-.474 1.953.583V9.4h3.478c.896 0 1.434.996.943 1.746l-5.938 9.068c-.587.898-2.055.538-2.055-.611V14.6H7.19a1.102 1.102 0 0 1-.922-1.706l6.066-9.264Z" clipRule="evenodd" /></svg>;
export default SvgComponent;