UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.02 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 IdCard48 = (_a) => { var { fill, size = '3rem' } = _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 48 48" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M6 8.5A1.5 1.5 0 0 0 4.5 10v28A1.5 1.5 0 0 0 6 39.5h36a1.5 1.5 0 0 0 1.5-1.5V10A1.5 1.5 0 0 0 42 8.5H6Zm1.5 28v-25h33v25h-33ZM17 20a3 3 0 1 1 6 0 3 3 0 0 1-6 0Zm8 0a4.986 4.986 0 0 1-1.599 3.665A9.003 9.003 0 0 1 29 32h-2a7 7 0 1 0-14 0h-2a9.003 9.003 0 0 1 5.599-8.335A5 5 0 1 1 25 20Zm4-2a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1Zm0 4a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1Z" }))); }; exports.default = IdCard48;