{"id":26210152,"url":"https://github.com/procode-software/proicons-figma","last_synced_at":"2026-04-08T16:32:22.645Z","repository":{"id":267898310,"uuid":"902663202","full_name":"ProCode-Software/proicons-figma","owner":"ProCode-Software","description":"The official Figma plugin for the ProIcons icon library","archived":false,"fork":false,"pushed_at":"2025-08-09T21:37:30.000Z","size":966,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T17:32:11.767Z","etag":null,"topics":["figma","figma-plugin","figma-svelte","icon-library","icon-pack","icons","scss","svelte","typescript","vite"],"latest_commit_sha":null,"homepage":"","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProCode-Software.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-13T02:42:19.000Z","updated_at":"2025-08-09T21:37:33.000Z","dependencies_parsed_at":"2024-12-13T05:24:39.631Z","dependency_job_id":"b4bd420e-c84a-409c-8cd9-63cbb9fecb9c","html_url":"https://github.com/ProCode-Software/proicons-figma","commit_stats":null,"previous_names":["procode-software/proicons-figma"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ProCode-Software/proicons-figma","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProCode-Software%2Fproicons-figma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProCode-Software%2Fproicons-figma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProCode-Software%2Fproicons-figma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProCode-Software%2Fproicons-figma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProCode-Software","download_url":"https://codeload.github.com/ProCode-Software/proicons-figma/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProCode-Software%2Fproicons-figma/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31564899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["figma","figma-plugin","figma-svelte","icon-library","icon-pack","icons","scss","svelte","typescript","vite"],"created_at":"2025-03-12T07:19:43.954Z","updated_at":"2026-04-08T16:32:22.615Z","avatar_url":"https://github.com/ProCode-Software.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ProIcons Figma Plugin\n![Figma](https://img.shields.io/badge/Figma-F24E1E?logo=figma\u0026logoColor=white\u0026style=for-the-badge)\n![Sass](https://img.shields.io/badge/Sass-C69?logo=sass\u0026logoColor=fff\u0026style=for-the-badge)\n![Svelte](https://img.shields.io/badge/Svelte-%23f1413d.svg?logo=svelte\u0026logoColor=white\u0026style=for-the-badge)\n![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript\u0026logoColor=fff\u0026style=for-the-badge)\n![Vite](https://img.shields.io/badge/Vite-646CFF?logo=vite\u0026logoColor=fff\u0026style=for-the-badge)\n\n\u003e [!NOTE]\n\u003e This plugin is still a work in progress in active development. You can still use it right now, but not all features have been completed.\n\nThe official Figma plugin for the [ProIcons icon library](https://github.com/ProCode-Software/proicons). Built with [Svelte](https://svelte.dev), [Vite](https://vite.dev), Sass and TypeScript.\n\n\u003cimg src=\".github/preview-light.png#gh-light-mode-only\" alt=\"Preview\" height=\"500\"\u003e\n\u003cimg src=\".github/preview-dark.png#gh-dark-mode-only\" alt=\"Preview\" height=\"500\"\u003e\n\n## Features\n- 🔣 Use the latest ProIcons in your design\n- 🎨 Customize the icons before adding\n- 📐 Modern, Figma UI3-based interface\n- ✏️ Works with Figma and FigJam\n\n## Community Page\nComing Soon\n\n## Building from Source\n1. Clone the repository\n```shell\ngit clone https://github.com/ProCode-Software/proicons-figma.git\n```\n2. Install dependencies ([PNPM](https://pnpm.io) is required)\n```shell\npnpm install\n```\n3. Run `pnpm run build` to build the plugin into `dist` folder\n\n### Development\nIf you want to make changes to the plugin in development, you can run `pnpm run dev` instead. This builds the plugin in development mode, rebuilding as changes are made.\n\n- The UI is bundled in `dist/index.html`. The CSS and JavaScript are inlined by [`vite-plugin-singlefile`](https://npmjs.com/package/vite-plugin-singlefile) due to Figma plugin limitations.\n- The plugin code is available in `dist/index.js`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprocode-software%2Fproicons-figma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprocode-software%2Fproicons-figma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprocode-software%2Fproicons-figma/lists"}