import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrandLinkedin = withIcon(function IconBrandLinkedin(props) {
    return (<svg data-tag="IconBrandLinkedin" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M19.04 19.041h-2.962v-4.64c0-1.107-.02-2.532-1.542-2.532-1.543 0-1.78 1.206-1.78 2.45v4.722H9.794V9.497h2.845v1.305h.04a3.118 3.118 0 0 1 2.807-1.542c3.003 0 3.557 1.976 3.557 4.546zM6.45 8.193a1.72 1.72 0 1 1 0-3.44 1.72 1.72 0 0 1 0 3.44M7.93 19.04H4.965V9.497H7.93zM20.517 2H3.476A1.46 1.46 0 0 0 2 3.443v17.114A1.46 1.46 0 0 0 3.476 22h17.042A1.464 1.464 0 0 0 22 20.557V3.442A1.463 1.463 0 0 0 20.518 2"/>
    </svg>);
});
//# sourceMappingURL=BrandLinkedin.jsx.map