Code Monkey home page Code Monkey logo

Comments (6)

liamdebeasi avatar liamdebeasi commented on September 26, 2024

Do you have a runnable sample that can be used to reproduce the issue? Also make sure you are using the latest version of Ionicons.

from ionicons.

manubravo avatar manubravo commented on September 26, 2024

hi, i've the same problem. How does it update? im using Angular 18.0.0, ionic 8.0.0 & "ionicons": "^7.2.1".
I have followed the official docs to start my first application in Ionic with angular .... but the icons do not work.
I've executed the last version (npm install ionicons@latest) & still not working with 7.4.0

from ionicons.

liamdebeasi avatar liamdebeasi commented on September 26, 2024

The team needs a runnable sample in order to reproduce the issue. If one is not provided, then the team may close this as they will be unable to reproduce the problem.

from ionicons.

manubravo avatar manubravo commented on September 26, 2024

Ok, I'll attach screenshots later, maybe I'm missing something, but I'm following the official documentation which makes a simple app to take pictures

from ionicons.

hbapps20 avatar hbapps20 commented on September 26, 2024

@manubravo what I did was to download the svg icon from ionic icon's library icons and download it in my assets folder, then use it like this:

html - icon_whatsaap.svg

<ion-row class="ion-no-margin ion-no-padding">
              <ion-list style="margin-left:22px;margin-right: 25px; width: 100%;">
                <ion-item lines="full" (click)="onShareContentWa()" style="--border-color:rgba(0, 0, 0, 0.03);">
                  <ion-icon color="medium" src="../../../../assets/icons/icon_whatsaap.svg"></ion-icon>
                  <ion-label>
                    <h3 style="margin-left:40.5px;color:var(--ion-color-medium,lightgrey);">Enviar Whatsaap</h3>
                  </ion-label>
                </ion-item>      
              </ion-list>
            </ion-row>

This would provide you with the same ion-icon properties. However, I still believe there is a bug with the ionic-icons.

from ionicons.

liamdebeasi avatar liamdebeasi commented on September 26, 2024

A runnable sample (such as an app in a GitHub repo) would be better instead of screenshots because it ensures the team can reproduce the issue on their computers.

from ionicons.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.