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="M15.316 6.051c1.629.543 1.239 2.95-.478 2.95L4 9a2 2 0 0 1-2-2V5a2.442 2.442 0 0 1 3.214-2.316L15.316 6.05ZM15.316 17.949c1.629-.543 1.239-2.95-.478-2.95L4 15a2 2 0 0 0-2 2v2a2.442 2.442 0 0 0 3.214 2.316l10.102-3.367Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><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;