webdlh-net/publish/wwwroot/lib/lucide/dist/esm/icons/id-card.js

31 lines
678 B
JavaScript

/**
* @license lucide-static v0.511.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const IdCard = `
<svg
class="lucide lucide-id-card"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M16 10h2" />
<path d="M16 14h2" />
<path d="M6.17 15a3 3 0 0 1 5.66 0" />
<circle cx="9" cy="11" r="2" />
<rect x="2" y="5" width="20" height="14" rx="2" />
</svg>
`;
export { IdCard as default };
//# sourceMappingURL=id-card.js.map