UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

27 lines (26 loc) 1.08 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _jsxRuntime = require("react/jsx-runtime"); var _path; function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const id_card = props => (0, _jsxRuntime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: _path || (_path = (0, _jsxRuntime.jsx)("path", { stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M6.6 3.867H1.933A.933.933 0 0 0 1 4.8v8.4a.934.934 0 0 0 .933.933h12.134A.933.933 0 0 0 15 13.2V4.8a.933.933 0 0 0-.933-.933H9.4m.6 4.666h2.2M10 10.4h2.2m-2.8-7a1.4 1.4 0 0 0-2.8 0v1.867a.467.467 0 0 0 .467.466h1.866a.467.467 0 0 0 .467-.466V3.4ZM7.3 9.233a1.633 1.633 0 1 1-3.267 0 1.633 1.633 0 0 1 3.267 0Zm-4.433 4.9a2.8 2.8 0 0 1 5.6 0h-5.6Z" })) }); var _default = exports.default = id_card; //# sourceMappingURL=id_card.js.map