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 d="M6.569 3.886A3 3 0 0 1 9.354 2h5.292a3 3 0 0 1 2.785 1.886l2.4 6c.789 1.97-.663 4.114-2.785 4.114H13v6h3a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h3v-6H6.954C4.832 14 3.38 11.856 4.17 9.886l2.4-6Z" /></svg>;
export default SvgComponent;