element-plus / element-plus-icons

Main package for storing Element Plus icon resources.
MIT License
138 stars 100 forks source link

[Bug Report] [Component] [icon] Icons missing "Left" #42

Open dellow opened 2 years ago

dellow commented 2 years ago

Bug Type: Component

Environment

Reproduction

Related Component

Reproduction Link

Element Plus Playground

Steps to reproduce

Try to import the "Left" icon from the set.

What is Expected?

A "Left" icon should exist.

What is actually happening?

No exist error

Additional comments

There is an icon for Top, TopRight, Top Left, Right, Bottom, BottomRight, BottomLeft but no icon just for "Left".

btea commented 2 years ago

You can use Back instead. link

calumk commented 2 years ago

@btea this is a solution, but really not a very clear one

I would consider renaming or duplicating this icon, especially as "BottomLeft" works.

Otherwise we should expect "BottomBack"