{"id":20895026,"url":"https://github.com/upplication/icons","last_synced_at":"2025-10-14T08:39:17.125Z","repository":{"id":48030678,"uuid":"54110030","full_name":"Upplication/icons","owner":"Upplication","description":"Collection of icons used by Upplication in our dashboard and/or landing page.","archived":false,"fork":false,"pushed_at":"2022-12-08T00:35:35.000Z","size":1326,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-14T08:39:16.584Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Upplication.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":"2016-03-17T10:40:28.000Z","updated_at":"2020-07-29T09:52:11.000Z","dependencies_parsed_at":"2023-01-24T11:45:56.780Z","dependency_job_id":null,"html_url":"https://github.com/Upplication/icons","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/Upplication/icons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Upplication%2Ficons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Upplication%2Ficons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Upplication%2Ficons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Upplication%2Ficons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Upplication","download_url":"https://codeload.github.com/Upplication/icons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Upplication%2Ficons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018301,"owners_count":26086344,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-18T10:24:30.590Z","updated_at":"2025-10-14T08:39:17.102Z","avatar_url":"https://github.com/Upplication.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Upplication Icons\n\n  This is the collection of icons used by Upplication in our dashboard and/or landing page for Upplication and Wingu products.  \nLive demo available for Upplication icons: http://upplication.github.io/icons/upplication \nand for Wingu:  http://upplication.github.io/icons/wingu\n\n\n## Usage\n\n### Bower\n```\n$ bower install Upplication/icons\n```\n\n### Raw\n```html\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"//upplication.github.io/icons/upplication/upplication-icons.css\" /\u003e\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"//upplication.github.io/icons/wingu/wingu-icons.css\" /\u003e\n```\n\n## Gulp tasks\n\n### default\n```\ngulp\n```\nRuns webfont, demogen, demo tasks.\n\n### version\n```\ngulp version\n```\nRuns webfont, demogen and gitwork tasks.\n\n### webfont\n```\ngulp webfont\n```\nTakes all the icons available at `lib/icons`, checks them for correct size, generate the base64 version\nof a woff font that includes all of them and spit out the `dist/upplication-icons.css` file ready to use.\n\n### demogen\n**DO NOT RUN THIS TASK BY ITSELF**\n```\ngulp demogen\n```\nGiven the available glyphs, generate `index.html` for Upplication and Wingu, containing all of the available icons.\n\n### demo\n**DO NOT RUN THIS TASK BY ITSELF**\n```\ngulp demo\n```\nOpens the `index.html` files in the OS default browser\n\n### gitwork\n```\ngulp gitwork\n```\nIf new svg icons or updated ones are available at `lib/icons`:\n* Generate a commit mesage containing the list of new/updated icons\n* Adds `lib/icons/*.svg` `dist/*` to commit\n* Commit\n\n## Contributing\n\n### Icons\nThere is a really easy way to contribute with icons to this project\n* Clone the project\n* Run `npm install`\n* Add the new icons to `lib/icons` directory. Don't worry if you see icons with names like `uEA01-align-center.svg`.\nIt's normal and *automatic*. Add as many icons as you want with the name you want to give the glype. For example,\nyou would create a file named `align-center.svg` but later the script would rename it to `uEA01-align-center.svg`.\n* Run `gulp` as much as you need. This will generate the font and css files and open a live local demo with them.\n* When you are done, run `npm version patch`\n* Run `git push --follow-tags`\n* Done! :)\n\n```\n$ npm install\n$ gulp\n```\n\n### Code\nAs usual :)\n\n## How it works\nGiven a collecion of svg icons (located at `src/icons`), this repo has a set of scripts that\nallows us to:\n* Generate a webfont (woff) containing all those icons.\n* Generate a CSS file that embeds the woff webfont in base64 format.\n* Add each icon to the CSS file with its own class (based on the svg filename) and a common one.\n* Generate a html demo page with all the available icons.\n* Generate a JSON map of every icon name and their unicode\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupplication%2Ficons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fupplication%2Ficons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupplication%2Ficons/lists"}