@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
16 lines (12 loc) • 1.4 kB
JavaScript
;
var React = require('react');
var SvgIdentityCardFilledIcon = function SvgIdentityCardFilledIcon(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M8.518 4h2.964c.813 0 1.469 0 2 .043.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.639c.226.444.32.924.365 1.47.043.531.043 1.187.043 2v.964c0 .813 0 1.469-.043 2-.045.546-.14 1.026-.366 1.47a3.75 3.75 0 0 1-1.639 1.64c-.444.226-.924.32-1.47.365-.531.043-1.187.043-2 .043h-2.964c-.813 0-1.469 0-2-.043-.546-.045-1.026-.14-1.47-.366a3.75 3.75 0 0 1-1.64-1.638c-.226-.445-.32-.925-.365-1.471-.043-.531-.043-1.187-.043-2v-.964c0-.813 0-1.469.043-2 .045-.546.14-1.026.366-1.47a3.75 3.75 0 0 1 1.639-1.64c.444-.226.924-.32 1.47-.365.531-.043 1.187-.043 2-.043Zm-2.643 5a2.125 2.125 0 1 1 4.25 0 2.125 2.125 0 0 1-4.25 0Zm-1.12 4.284c.018.035.037.073.058.111.217.367.534.665.916.86.197.1.458.17.912.207.443.036 1.007.038 1.804.038h3.961c.292 0 .45-.331.246-.54a6.503 6.503 0 0 0-7.709-1.196c-.192.102-.282.325-.187.52Zm6.995-2.284a.75.75 0 0 1 .75-.75h1.25a.75.75 0 0 1 0 1.5h-1.25a.75.75 0 0 1-.75-.75Zm.75-3a.75.75 0 0 0 0 1.5h1.25a.75.75 0 0 0 0-1.5h-1.25Z"
}));
};
SvgIdentityCardFilledIcon.displayName = "IdentityCardFilledIcon";
exports.SvgIdentityCardFilledIcon = SvgIdentityCardFilledIcon;