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="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;