coonlink-telegramicons
v26.1.25
Published
A lightweight React icon library providing Telegram-style UI icons for modern web apps.
Maintainers
Readme
coonlink-telegramicons
A lightweight React icon library providing Telegram-style UI icons for modern web apps. The library currently offers 856 icons, and we plan to expand and regularly update the set.
![]()
Usage
Icon Example:
import { CoonDevIcon } from 'coonlink-telegramicons'
export default function App() {
return (
<div>
<CoonDevIcon.I232654 className="" />
</div>
);
}Gift Symbol Example:
import { CoonDevIcon } from 'coonlink-telegramicons'
export default function App() {
return (
<div>
<CoonDevIcon.GS030210 className="" />
</div>
);
}Rating Level Example:
import { CoonDevIcon } from 'coonlink-telegramicons'
export default function App() {
return (
<div>
<CoonDevIcon.R031519 className="" />
<CoonDevIcon.R031519WN className="" />
</div>
);
}