JDS comes with its own SVG icon system and a comprehensive library, which comprises a growing number of elegant outline icons.
This component injects SVGs into the site, so that they adopt color and can be styled with CSS.
Use the css file link in your application HTML HEADER
githack CDN v1.5.4
https://rawcdn.githack.com/kiibriia/jds-ico/5905838ed287bdcfb4af303a0bade3643745e2b5/fonts.css
jsdelivr.net CDN with version main
https://cdn.jsdelivr.net/gh/kiibriia/jds-ico@main/fonts.css
jsdelivr.net CDN not select version
https://cdn.jsdelivr.net/gh/kiibriia/jds-ico/fonts.css
Pull CDN Icon from July server
https://www.julyservices.com/jds/icon/fonts.css
You can add this file into your CSS File
@import "https://www.julyservices.com/jds/icon/fonts.css";
@import "https://ryv.jre.mybluehost.me/jds/icon/fonts.css";
.searchbox .box::before {
font-size: 40px;
color: #999;
content: '\e990';
font-family: 'julyico' !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
}