import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPassport = withIcon(function IconPassport(props) {
    return (<svg data-tag="IconPassport" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M9.02 3c-.242 0-.276-.349-.04-.396l6.787-1.357c.34-.068.67.039.901.253.203.187.332.454.332.757V2.8a.2.2 0 0 1-.2.2zM7 4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm4.123 12.757c-.49-.583-.859-1.468-1.025-2.507H8.75c-.017 0-.034 0-.051-.002a4.01 4.01 0 0 0 2.424 2.509m.92-1.304a4.265 4.265 0 0 1-.421-1.203h1.756a4.265 4.265 0 0 1-.421 1.204c-.222.399-.395.509-.457.538-.062-.03-.235-.14-.457-.539m0-4.906c-.281.507-.504 1.277-.538 2.203h1.99c-.034-.926-.257-1.696-.538-2.203-.222-.4-.395-.51-.457-.539-.062.03-.235.14-.457.539m1.834 6.21c.49-.583.859-1.468 1.025-2.507h1.348c.017 0 .034 0 .051-.002a4.01 4.01 0 0 1-2.424 2.509m2.373-4.007a.75.75 0 0 1 .245.04 4.002 4.002 0 0 0-2.618-3.547c.64.762 1.075 2.041 1.12 3.507zm-7.5 0h1.254c.044-1.466.479-2.745 1.12-3.507a4.002 4.002 0 0 0-2.619 3.548.75.75 0 0 1 .245-.041M18 13a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=Passport.jsx.map