Skip to content

MDI icons broken #70

Description

@NyxCode

The first icon I tried, md_action_icons::MdDeleteForever, seems to be broken.
It contains two paths:

rsx! {
    path {
        d: "M0 0h24v24H0V0z",
    }
    path {
        d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zm2.46-7.12l1.41-1.41L12 12.59l2.12-2.12 1.41 1.41L13.41 14l2.12 2.12-1.41 1.41L12 15.41l-2.12 2.12-1.41-1.41L10.59 14l-2.13-2.12zM15.5 4l-1-1h-5l-1 1H5v2h14V4z",
    }
}

The first one is an outline, which will be filled with the same color, covering the icon.
Here are the two paths, color-coded:

Image

I can only imagine this isn't the only broken icon, since it's literally the first I tried.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions