{"id":21710964,"url":"https://github.com/darosh/material-icons-bundle","last_synced_at":"2025-04-12T17:30:32.258Z","repository":{"id":54224458,"uuid":"109011005","full_name":"darosh/material-icons-bundle","owner":"darosh","description":"Material Design SVG icons as ES modules","archived":false,"fork":false,"pushed_at":"2023-11-16T18:02:47.000Z","size":3129,"stargazers_count":10,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T11:51:07.250Z","etag":null,"topics":["esmodules","icons"],"latest_commit_sha":null,"homepage":"https://darosh.github.io/material-icons-bundle/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darosh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-31T14:54:44.000Z","updated_at":"2022-02-08T07:22:44.000Z","dependencies_parsed_at":"2022-08-13T09:31:20.174Z","dependency_job_id":null,"html_url":"https://github.com/darosh/material-icons-bundle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darosh%2Fmaterial-icons-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darosh%2Fmaterial-icons-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darosh%2Fmaterial-icons-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darosh%2Fmaterial-icons-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darosh","download_url":"https://codeload.github.com/darosh/material-icons-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248604875,"owners_count":21132066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["esmodules","icons"],"created_at":"2024-11-25T23:18:37.292Z","updated_at":"2025-04-12T17:30:32.224Z","avatar_url":"https://github.com/darosh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Material Icons Bundle\n\n_Material Design SVG icons as ES modules_\n\n[![](./meta/poster.svg)](https://darosh.github.io/material-icons-bundle/)\n\n## Browse Icons\n\nVisit [Icon Browser](https://darosh.github.io/material-icons-bundle/) featuring:\n\n- **Visually similar icons** (using per pixel compare)\n- Simple bundle (icon selection) copy/paste editor\n- Various view, filtering and grouping options\n- Large preview with various 24\u0026times;24 grids and keyline blueprints (click preview to switch backgrounds)\n- Full screen preview (press \u003ckbd\u003eEsc\u003c/kbd\u003e to open/close)\n- Hold \u003ckbd\u003eCtrl\u003c/kbd\u003e to compare with previously selected icon\n- Instant search\n\n## Install\n\n```bash\n$ yarn add github:darosh/material-icons-bundle\n```\n\n## Usage\n\n```javascript\nexport {\n  signal_cellular_connected_no_internet_0_bar,\n  keyboard_arrow_left,\n  keyboard_arrow_right,\n  keyboard_arrow_up\n} from 'material-icons-bundle'\n```\n\nwill produce object like:\n\n```javascript\n{\n  signal_cellular_connected_no_internet_0_bar: '\u003cpath fill-opacity=\".3\" d=\"M22 8V2L2 22h16V8z\"\u003e\u003c/path\u003e...',\n  keyboard_arrow_left: 'M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z',\n  ...\n}\n```\n\nwhere most of values are `\u003cpath\u003e` `d` attribute data. Some data starting with `\u003c` are svg inner elements, such icons are tagged as `multi-shape` in the [browser](https://darosh.github.io/material-icons-bundle/#/?group=All\u0026search=multi-shape).\n\nIcon aliases points to same `*.js` file for minimal build.\n\nTree-shaking [rollup.js](https://rollupjs.org/#tree-shaking) or [webpack](https://webpack.js.org/guides/tree-shaking/) recommended.\n\n_Here is some real usage [example](https://github.com/darosh/oax/commit/9856e4a2583871fc91ea6b62d2ec991b19b4cfa5#diff-72b3431e98e067995f113fd82497deae) (and previous _re-exporting version_ using another icon package.)_\n\n## Sources\n\n- Google icons [material.io/icons](https://material.io/icons/) from [google/material-design-icons](https://github.com/google/material-design-icons/)\n- Community icons [materialdesignicons.com](https://materialdesignicons.com/) from [Templarian/MaterialDesign-SVG](https://github.com/Templarian/MaterialDesign-SVG) and [API](https://github.com/Templarian/MaterialDesign-Site/blob/master/src/content/api.md)\n\nSources are merged comparing rendered pixel with some additional auto tagging.\nSee [compare](https://darosh.github.io/material-icons-bundle/#/compare) table for more information.\n\n## Metadata\n\nUsed by [Icon Browser](https://darosh.github.io/material-icons-bundle/):\n\n- [meta.json](https://darosh.github.io/material-icons-bundle/meta.json)\n- [similar.json](https://darosh.github.io/material-icons-bundle/similar.json)\n\n## Poster generator\n\nLeverages `pixels` and `frame` metadata in [meta.json](https://darosh.github.io/material-icons-bundle/meta.json).\n\n- [online](https://darosh.github.io/material-icons-bundle/poster.html)\n- [source](./meta/poster.html)\n\n## Development\n\n__Note__: you may experience issues with installing material-design-icons package, it may be easier to download \u0026 unpack it manually\n\n```text\nnpm install --ignore-scripts\nnpm run install\nyarn build\nyarn export\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarosh%2Fmaterial-icons-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarosh%2Fmaterial-icons-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarosh%2Fmaterial-icons-bundle/lists"}