{"id":20322689,"url":"https://github.com/opensource-paper/papericons","last_synced_at":"2026-01-04T05:38:56.185Z","repository":{"id":241584343,"uuid":"806983623","full_name":"Opensource-Paper/PaperIcons","owner":"Opensource-Paper","description":"Paper Icons is a modern and beautiful icon library built to seamlessly integrate with Paper UI.","archived":false,"fork":false,"pushed_at":"2024-05-28T22:36:18.000Z","size":423,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-29T06:12:25.824Z","etag":null,"topics":["documentation","figma","html","icon","icon-pack","icons","javascript","js","npm","open-source","paper","paper-icons","paper-ui","paperui","svg","svg-icons","svgs","ui-components","ui-library"],"latest_commit_sha":null,"homepage":"https://icons.paperui.com","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/Opensource-Paper.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-28T09:13:59.000Z","updated_at":"2024-05-29T06:12:31.544Z","dependencies_parsed_at":"2024-05-29T06:12:29.518Z","dependency_job_id":"8780d15d-a3d8-4088-8c4b-39974d54b00e","html_url":"https://github.com/Opensource-Paper/PaperIcons","commit_stats":null,"previous_names":["opensource-paper/papericons"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Opensource-Paper%2FPaperIcons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Opensource-Paper%2FPaperIcons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Opensource-Paper%2FPaperIcons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Opensource-Paper%2FPaperIcons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Opensource-Paper","download_url":"https://codeload.github.com/Opensource-Paper/PaperIcons/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244531013,"owners_count":20467391,"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":["documentation","figma","html","icon","icon-pack","icons","javascript","js","npm","open-source","paper","paper-icons","paper-ui","paperui","svg","svg-icons","svgs","ui-components","ui-library"],"created_at":"2024-11-14T19:24:18.180Z","updated_at":"2026-01-04T05:38:56.132Z","avatar_url":"https://github.com/Opensource-Paper.png","language":"JavaScript","funding_links":["https://opencollective.com/bootstrap"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg alt=\"Logo Banner\" src=\"https://github.com/Opensource-Paper/PaperIcons/blob/ce8c90655dcdc2e201e44f501841fff9db7e7512/banner/banner.png?sanitize=true\"/\u003e\n\u003cbr/\u003e\n\n\u003cdiv align=\"left\"\u003ePaper Icons is a modern and beautiful icon library built to seamlessly integrate with Paper UI.\u003c/div\u003e\n\u003cdiv align=\"left\"\u003e\n\n[Documentation](https://icons.paperui.com/)\n\n\u003c/div\u003e\n\n## Installation\n\n### CDN\n\nImport Paper Icons using CDN. The import.min.js file will automatically import all styles and JavaScript files into the ```\u003chead\u003e```.\n\n```html\n\u003cscript type=\"module\" src=\"https://unpkg.com/papericons\"\u003e\u003c/script\u003e\n```\n\n#### 🚧 Specific Version\n```html\n\u003cscript type=\"module\" src=\"https://unpkg.com/papericons@latest\"\u003e\u003c/script\u003e\n```\n\n\u003c!--#### 🚧 Development\n```html\n\u003cscript type=\"module\" src=\"https://unpkg.com/papericons@latest\"\u003e\u003c/script\u003e\n```--\u003e\n\n### NPM\n\nInstall Paper Icons using [npm and node](https://nodejs.org/en).\n\n```bash\nnpm install papericons\n```\n\n## Import\n\nImport icon definitions from ```papericons```.\n\n```index.js```\n\n```js\nimport paperIcons from 'papericons';\n\ndocument.addEventListener('DOMContentLoaded', () =\u003e {\n  paperIcons.replaceIcons();\n});\n```\n\n## Usage\n\nUse the ```\u003cicon-name\u003e``` tag in HTML markup. Refer to the [Icon Docs](https://icons.paperui.com) for more guidance on using each icon. That's it 🎉.\n\n```HTML```\n\n```html\n\u003c!-- example icon --\u003e\n\u003ci paper-icon=\"disc\"\u003e\u003c/i\u003e\n\n\u003c!-- using vanilla js with no framework --\u003e\n\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', () =\u003e {\n    window.PaperIcons.replaceIcons();\n  });\n\u003c/script\u003e\n```\n\nCheck out the demo on [codepen](https://codepen.io/GreenestGoat/pen/YzbpOBv).\n\n\u003c!--## Backers\n\nThank you to all our backers! 🙏.\n\n[![Backers](https://opencollective.com/bootstrap/backers.svg?width=890)](https://opencollective.com/bootstrap#backers)--\u003e\n\n\n## Copyright and license\n\nLicensed under the MIT License, Copyright © 2024-present Opensource-Paper.\n\nSee [LICENSE](https://github.com/Opensource-Paper/PaperIcons/blob/main/LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensource-paper%2Fpapericons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensource-paper%2Fpapericons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensource-paper%2Fpapericons/lists"}