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="M21 12H3M14.5 8h.338c.582 0 .714-.816.162-1L6 4l-1.103-.368A1.442 1.442 0 0 0 3 5v2a1 1 0 0 0 1 1h10.5ZM14.5 16h.338c.582 0 .714.816.162 1l-9 3-1.103.367A1.441 1.441 0 0 1 3 19v-2a1 1 0 0 1 1-1h10.5Z" /></svg>;
export default SvgComponent;