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 fillRule="evenodd" d="M6.051 8.684c.543-1.629 2.95-1.238 2.95.478L9 20a2 2 0 0 1-2 2H5a2.442 2.442 0 0 1-2.316-3.214L6.05 8.684ZM17.949 8.684c-.543-1.629-2.95-1.238-2.95.478L15 20a2 2 0 0 0 2 2h2a2.442 2.442 0 0 0 2.316-3.214L17.95 8.684Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="M12 3v18M8 9.5v-.338C8 8.58 7.184 8.448 7 9l-3 9-.368 1.103A1.442 1.442 0 0 0 5 21h2a1 1 0 0 0 1-1V9.5ZM16 9.5v-.338c0-.582.816-.714 1-.162l3 9 .367 1.103A1.441 1.441 0 0 1 19 21h-2a1 1 0 0 1-1-1V9.5Z" /></svg>;
export default SvgComponent;