This is a Dataloop created icon pack.
It contains both SVG files and font files generated using Icomoon tool
Our icons pack can be found in the public NPM registry and can be installed with the following command:
npm i @dataloop-ai/icons
You can use the icons in two main ways.
-
In order to load the CSS font files you can simply import the style
import '@dataloop-ai/icons/style.css'
This will make sure you have loaded the glpyh selectors
Next its simple way of using it in an
<i>
tag<i class="icon-dl-dot"></i>
-
Just load the svg file into an
<image>
tag and point to it.<img src="node_modules/@dataloop-ai/icons/assets/ai.svg" />