@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 842 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const id_card = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _path || (_path = React.createElement("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"
})));
export default id_card;
//# sourceMappingURL=id_card.js.map