@lordicon/element
Version:
This package offers developers a convenient method for embedding, controlling, and customizing animated icons from Lordicon within web projects.
19 lines (16 loc) • 525 B
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Current color</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="/main.css" />
<link rel="stylesheet" type="text/css" href="/05-current-color.css" />
<script type="module" src="/main.ts"></script>
</head>
<body>
<div class="btn">
<lord-icon trigger="hover" class="current-color" src="/icons/lock.json"></lord-icon>
</div>
</body>
</html>