PolymerElements / iron-icons

A set of icons for use with iron-icon
https://www.webcomponents.org/element/PolymerElements/iron-icons
105 stars 61 forks source link

icons don't appear in Firefox #28

Closed dfreedm closed 8 years ago

dfreedm commented 8 years ago

From @datasynth on July 28, 2015 16:19

These icons (at least) from the default and other sets don't appear in Firefox (39.0):

event-seat, icons-b, flight-land, icons-d, flight-takeoff, gif, indeterminate-check-box, av:airplay, av:b, av:d, av:forward-10, av:forward-30, av:forward-5...and more...from the iron-icons demo page (and other usages).

screen shot 2015-07-28 at 12 16 32 pm screen shot 2015-07-28 at 12 16 42 pm

Copied from original issue: PolymerElements/iron-icon#31

dfreedm commented 8 years ago

From @notwaldorf on October 19, 2015 23:3

This is a problem with the material design icon set. Turns out there's about 73 icons that use <use xlink:href, which isn't a thing we support, and needs to be fixed in the original sources. /cc @azakus who's investigating

notwaldorf commented 8 years ago

Fixed in https://github.com/PolymerElements/iron-icons/pull/45