UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.01 kB
'use strict'; 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 IdCard24 = (_a) => { var { fill, size = '1.5rem' } = _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 24 24" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M3 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H3Zm1 14V6h16v12H4Zm4.5-8a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm4 0a2.49 2.49 0 0 1-.8 1.832A4.502 4.502 0 0 1 14.5 16h-1a3.5 3.5 0 1 0-7 0h-1a4.502 4.502 0 0 1 2.8-4.168A2.5 2.5 0 1 1 12.5 10Zm2-1a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Z" }))); }; exports.default = IdCard24;