Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

icon request: Ordered List #503

Open
JadedBlueEyes opened this issue Nov 23, 2018 · 3 comments · Fixed by lucide-icons/lucide#43
Open

icon request: Ordered List #503

JadedBlueEyes opened this issue Nov 23, 2018 · 3 comments · Fixed by lucide-icons/lucide#43

Comments

@JadedBlueEyes
Copy link

Icon Request

  • Icon name: Ordered List
  • Use case: WYSIWYG editors
  • Screenshots of similar icons:
    img_9488 from github editor
@horacioh
Copy link

@colebemis are you accepting help? I'm using the Icon Library and I'm creating some Icons that I need. This for example is one that I made myself. don't mind to contrubite back!

@ahtohbi4
Copy link
Contributor

ahtohbi4 commented Jul 1, 2019

From #504

Снимок экрана 2019-07-01 в 16 14 18

Снимок экрана 2019-07-01 в 16 14 45

@smatjes
Copy link

smatjes commented Jun 3, 2021

I currently develop a rich text editor for a project I work on where we use the (great) Feather icons.
For the matter I need an ordered list icon and stumbled upon this ticket(s). Though I find the solution @ahtohbi4 proposed pretty compelling, I understand it was never merged due to legibility or scalability reasons.

So I've developed a solution myself, shamelessly inspired by the icon Figma uses for that matter.

If the solution is sufficient I'd gladly contribute it. Also everybody who might find this useful is free to use it as is.

Please see examples and the SVG code below:

Different sizes

list-ordered-sizes

Icon with grid

list-ordered-grid

Example usage in my editor

list-ordered-example

Figma's text options with icon

list-ordered-figma

SVG source

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M8 6H21" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
    <path d="M8 12H21" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
    <path d="M8 18H21" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
    <path d="M2 6L3 5V10" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
    <path d="M4 19H2L4 14.998C4 14.4447 3.55141 13.9961 2.99805 13.9961C2.44468 13.9961 1.99609 14.4447 1.99609 14.998" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg>

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

Successfully merging a pull request may close this issue.

5 participants