import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M14.646 3H9.354a2 2 0 0 0-1.857 1.257l-2.4 6A2 2 0 0 0 6.954 13h10.092a2 2 0 0 0 1.857-2.743l-2.4-6A2 2 0 0 0 14.646 3Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M14.646 3H9.354a2 2 0 0 0-1.857 1.257l-2.4 6A2 2 0 0 0 6.954 13h10.092a2 2 0 0 0 1.857-2.743l-2.4-6A2 2 0 0 0 14.646 3ZM8 21h8M12 21v-7.5" /></svg>;
export default SvgComponent;