@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.12 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const IdCard64 = (_a) => {
var { fill, size = '4rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M8 11.834a1.5 1.5 0 0 0-1.5 1.5v37.333a1.5 1.5 0 0 0 1.5 1.5h48a1.5 1.5 0 0 0 1.5-1.5V13.333a1.5 1.5 0 0 0-1.5-1.5H8Zm1.5 37.333V14.833h45v34.334h-45Zm12.833-22.5a4.333 4.333 0 1 1 8.667 0 4.333 4.333 0 0 1-8.667 0Zm4.334-6.334a6.333 6.333 0 0 0-3.89 11.332C18.245 33.267 15 37.588 15 42.667h2a9.667 9.667 0 1 1 19.333 0h2c0-5.08-3.245-9.4-7.776-11.002a6.333 6.333 0 0 0-3.89-11.331ZM39 24a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1Zm0 5.334a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1Z" })));
};
exports.default = IdCard64;