{"id":18556752,"url":"https://github.com/coreui/coreui-icons-vue","last_synced_at":"2025-08-03T12:03:54.695Z","repository":{"id":36464307,"uuid":"219747473","full_name":"coreui/coreui-icons-vue","owner":"coreui","description":"CoreUI Icons for Vue.js. Dedicated component used to implement CoreUI Icons SVG set in Vue.js.","archived":false,"fork":false,"pushed_at":"2024-09-14T10:59:49.000Z","size":1838,"stargazers_count":13,"open_issues_count":27,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-03T06:28:47.511Z","etag":null,"topics":["coreui-icons-free","icons","icons-packaged","iconset","vue","vue-icons"],"latest_commit_sha":null,"homepage":"https://coreui.io/icons/","language":"TypeScript","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/coreui.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,"zenodo":null}},"created_at":"2019-11-05T13:08:06.000Z","updated_at":"2024-09-14T10:59:52.000Z","dependencies_parsed_at":"2024-04-13T19:44:45.899Z","dependency_job_id":"26d8a916-f4e8-4743-a6d0-96ff96da5ebe","html_url":"https://github.com/coreui/coreui-icons-vue","commit_stats":{"total_commits":53,"total_committers":5,"mean_commits":10.6,"dds":"0.30188679245283023","last_synced_commit":"9de09384e7b0ece5196adf30b0f5e25cee77975c"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/coreui/coreui-icons-vue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreui%2Fcoreui-icons-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreui%2Fcoreui-icons-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreui%2Fcoreui-icons-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreui%2Fcoreui-icons-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coreui","download_url":"https://codeload.github.com/coreui/coreui-icons-vue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreui%2Fcoreui-icons-vue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264197549,"owners_count":23571701,"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":["coreui-icons-free","icons","icons-packaged","iconset","vue","vue-icons"],"created_at":"2024-11-06T21:33:09.926Z","updated_at":"2025-08-03T12:03:54.640Z","avatar_url":"https://github.com/coreui.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://coreui.io/\"\u003e\n    \u003cimg src=\"https://coreui.io/images/brand/coreui-icons.svg\" alt=\"CoreUI Icons logo\" height=\"50\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Official Vue.js component for CoreUI Icons and CoreUI Icons PRO.\n  \u003cbr\u003e\n  \u003ca href=\"https://coreui.io/vue/docs/components/icon.html\"\u003e\u003cstrong\u003eExplore CoreUI Icons for Vue docs »\u003c/strong\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/coreui/coreui-icons/issues/new?template=bug_report.md\"\u003eReport bug\u003c/a\u003e\n  ·\n  \u003ca href=\"https://github.com/coreui/coreui-icons/issues/new?template=feature_request.md\"\u003eRequest feature\u003c/a\u003e\n  ·\n  \u003ca href=\"https://blog.coreui.io/\"\u003eBlog\u003c/a\u003e\n\u003c/p\u003e\n\n\n\n## Status\n\n[![NPM](https://img.shields.io/npm/v/@coreui/icons-vue/latest?style=flat-square\u0026color=brightgreen)][coreui]\n[![Downloads](https://img.shields.io/npm/dm/@coreui/icons-vue.svg?style=flat-square)][coreui]\n[![License](https://img.shields.io/npm/l/@coreui/vue?style=flat-square)][coreui]\n\n[coreui]: https://coreui.io/icons\n\n\n## Installation\n\n```bash\nnpm install @coreui/icons\nnpm install @coreui/icons-vue\n```\n\nor\n\n```bash\nyarn add @coreui/icons\nyarn add @coreui/icons-vue\n```\n\n## Use\n\n### Single icon\n\n```jsx\nimport { CIcon } from '@coreui/icons-vue';\nimport { cifAu } from '@coreui/icons';\n\n...\n\u003cCIcon :icon=\"cilAu\" size=\"xxl\"/\u003e\n...\n```\n\n### All icons\n\n```jsx\nimport { CIcon } from '@coreui/icons-vue';\nimport * as icon from '@coreui/icons';\n\n...\n\u003cCIcon :icon=\"icon.cilList\" size=\"xxl\"/\u003e\n...\n```\n\n## API\n\n| property | type | description |\n| --- | --- | --- |\n| customClassName | `string` \\| `object` \\| `string[]` | Use for replacing default CIcon component classes. Prop is overriding the 'size' prop. |\n| icon | `string` \\| `string[]` | Name of the icon placed in React object or SVG content. |\n| height | `number` | The height attribute defines the vertical length of an icon. |\n| size | `sm` \\| `md` \\|`lg` \\| `xl` \\| `xxl` \\| `3xl` \\| `4xl` \\| `5xl` \\| `6xl` \\| `7xl` \\| `8xl` \\| `9xl` | Size of the icon. |\n| use | `string` | If defined component will be rendered using `use` tag. |\n| title | `string` | Title tag content. |\n| width | `number` | The width attribute defines the horizontal length of an icon. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreui%2Fcoreui-icons-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoreui%2Fcoreui-icons-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreui%2Fcoreui-icons-vue/lists"}