The Wayback Machine - https://web.archive.org/web/20200708181632/https://github.com/topics/icons
Skip to content
#

icons

Here are 1,623 public repositories matching this topic...

MatthewDLudwig
MatthewDLudwig commented Apr 3, 2020

Previously when using material icons I used the <i> tag and I believe I recall that material.io suggested that tag as well. Having checked again today I'm now seeing material.io suggesting that a <span> tag be used (which according to a lot of highly debated stack overflow answers is the correct tag to use for icons).

The issue is that material.io and the github pages documentation are not

bootstrap-vue
MaterialDesign
ikonate
danielkov
danielkov commented May 14, 2019

Hello!

First of all great icon set. So great, that I decided to fork and create an easy to use solution for people using React.

I will try to keep it up to date with master on this repository. I gave you full credit for the icons in my README. Would you like to add my project to yours, so that people can see?

It is on NPM at react-ikonate

gamaralf
gamaralf commented May 23, 2019

Description

On the "Instalation" section of the README, it is written:
Install the patched fonts of powerline nerd-font and/or font-awesome. Have a look at the Nerd Font README for more installation instructions.

I have checked the linked page (https://github.com/ryanoasis/nerd-fonts/blob/master/readme.md) but found no downloads for "patched fonts of powerline nerd-font and/or font-awes

LukaszJaro
LukaszJaro commented May 14, 2019

Suggestion

WordPress core recently added this to the navwalker:
https://core.trac.wordpress.org/ticket/43290

Without adding these attributes google audit flags as a security risk, suggested change for class-wp-bootsrap-navwalker.php:

`//$atts['rel'] = ! empty( $item->xfn ) ? $item->xfn : '';

	if ( '_blank' === $item->target && empty( $item->xfn ) ) {
		$atts['rel'] = 'noopener 

Improve this page

Add a description, image, and links to the icons topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the icons topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.