dangnelson / car-makes-icons

SVG Icons / Font for Cars Makes to match Edmunds API
MIT License
89 stars 32 forks source link

Some icons don't appear #9

Open DevMammadov opened 2 years ago

DevMammadov commented 2 years ago

Citreon, Dacia, Opel, Peugeot, Renault, Rover, Seat, Skoda

for ex: <i className="car-dacia"></i> - did not worked for me

emsy commented 1 year ago

Make sure you are using the latest version. Both npm and yarn are currently at version 1.0.0 which does not contian mentioned icons. I had the same problem. Install yarn package directly from git

yarn add <git url>
npm install <git url>