import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M22 12a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h18a1 1 0 0 1 1 1ZM15.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" /></svg>;
export default SvgComponent;