@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.13 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 IdCard20 = (_a) => {
var { fill, size = '1.25rem' } = _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 20 20" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M2.5 3.417a.75.75 0 0 0-.75.75v11.666c0 .414.336.75.75.75h15a.75.75 0 0 0 .75-.75V4.167a.75.75 0 0 0-.75-.75h-15Zm.75 11.666V4.916h13.5v10.167H3.25Zm3.917-6.75a1.167 1.167 0 1 1 2.333 0 1.167 1.167 0 0 1-2.333 0Zm1.166-2.167A2.167 2.167 0 0 0 6.77 9.832a3.834 3.834 0 0 0-2.27 3.501h1a2.833 2.833 0 1 1 5.667 0h1c0-1.56-.932-2.902-2.27-3.5a2.167 2.167 0 0 0-1.564-3.666ZM12 7.5a.5.5 0 0 1 .5-.5H15a.5.5 0 0 1 0 1h-2.5a.5.5 0 0 1-.5-.5Zm0 1.666a.5.5 0 0 1 .5-.5H15a.5.5 0 0 1 0 1h-2.5a.5.5 0 0 1-.5-.5Z" })));
};
exports.default = IdCard20;