UNPKG

@lordicon/element

Version:

This package offers developers a convenient method for embedding, controlling, and customizing animated icons from Lordicon within web projects.

16 lines (13 loc) 388 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Release</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/main.css" /> <script type="module" src="/main.ts"></script> </head> <body> <lord-icon trigger="loop" src="/icons/lock-alt.json"></lord-icon> </body> </html>