@ezuikit/icons
v0.1.0
Published
icon
Downloads
55
Readme
使用
umd
<body>
<div id="app"></div>
<script src="./index.umd.js"></script>
<script>
(function () {
const calendarIcon = Icons.calendarIcon
document.getElementById("app").appendChild(calendarIcon())
})()
</script>
</body>
npm
npm install @ezuikit/icons
import {calendarIcon} from '@ezuikit/icons'
document.getElementById("app").appendChild(calendarIcon())