@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.08 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 IdCard32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M4 5.667a1 1 0 0 0-1 1v18.666a1 1 0 0 0 1 1h24a1 1 0 0 0 1-1V6.667a1 1 0 0 0-1-1H4Zm1 18.666V7.667h22v16.666H5Zm6.167-11a2.167 2.167 0 1 1 4.333 0 2.167 2.167 0 0 1-4.333 0Zm2.166-3.167a3.167 3.167 0 0 0-1.945 5.666A5.836 5.836 0 0 0 7.5 21.333h1a4.833 4.833 0 1 1 9.667 0h1c0-2.54-1.623-4.7-3.888-5.5a3.167 3.167 0 0 0-1.945-5.666ZM19.5 12a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5Zm0 2.666a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5Z" })));
};
exports.default = IdCard32;