Icon Library
Place scalable vector icons anywhere in your content.
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.
Find Full Icon LibraryIcon Library Installation
Use the css file in your application HTML
https://www.julyservices.com/jds/icon/fonts.css
or
https://cdn.jsdelivr.net/gh/kiibriia/jds-ico@main/fonts.css
You can add this file into your CSS File
@import "https://www.julyservices.com/jds/icon/fonts.css";
Icon Library Regular
Icon Library Solid
Using in html
Using CSS Content Icons
.iconClass::before {
content: '\e990';
font-family: 'julyico' !important;
/* common property */
font-size: 40px;
color: #999;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
}
Account jdsi-account
Find all Icon's togather
Find Full Icon Library