timmaffett / material_symbols_icons

Complete Flutter support for google's Material DesignMaterial Symbols Icons
Apache License 2.0
32 stars 5 forks source link

Absence of Material Symbol for 'Page Info' #4

Closed nTerior closed 11 months ago

nTerior commented 12 months ago

Missing Material Symbol: Page Info Code Point: f614

timmaffett commented 12 months ago

Thank you for reporting this!

I see that the page_info icon is missing - https://fonts.google.com/icons?icon.style=Outlined&selected=Material+Symbols+Outlined:pip:FILL@0;wght@400;GRAD@0;opsz@48&icon.query=page+info

The page_info icon is missing from the codepoint and ttf fonts found on the official google repo that the packages uses as the the source of the icon fonts. I have created a Issue #1517 at the material-design-icons github repo

As soon as the official fonts are updated with the missing icons I will release a package update!

timmaffett commented 12 months ago

It may help to go to the Issue #1517 and give it a thumbs up.

timmaffett commented 12 months ago

I have added code to the example app so that when it is running as a web app it places state references into the app url as query parameters so that a URL can be used to bring up the app in the state a user has left it.

Here is the URL to look at the icons containing the string page

timmaffett commented 11 months ago

@nTerior The https://github.com/google/material-design-icons repo was updated yesterday and the new fonts are now incorporated in the new 4.2659.0 version of the material_symbols_icons package.

show page_info icon is now included

(The middle 2659 number now corresponds to the 2.659 version of the variable fonts being used).