https://github.com/gravity-ui/icons
https://github.com/gravity-ui/icons
icons
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gravity-ui/icons
- Owner: gravity-ui
- License: mit
- Created: 2022-11-14T14:04:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-15T01:58:23.000Z (7 months ago)
- Last Synced: 2025-11-15T03:37:33.556Z (7 months ago)
- Topics: icons
- Language: TypeScript
- Homepage: https://preview.gravity-ui.com/icons/
- Size: 1.89 MB
- Stars: 86
- Watchers: 0
- Forks: 12
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# @gravity-ui/icons · [](https://www.npmjs.com/package/@gravity-ui/icons) [](https://github.com/gravity-ui/icons/actions/workflows/ci.yml?query=branch:main) [](https://preview.gravity-ui.com/icons/)
A pack of Gravity UI icons. Icons have two sources, SVG and React. Have a look at [showcase](https://preview.gravity-ui.com/icons/) page.
## Install
```shell
npm install --save-dev @gravity-ui/icons
```
## Usage
### React
```js
import Cloud from '@gravity-ui/icons/Cloud';
```
or
```js
import {Cloud} from '@gravity-ui/icons';
```
### SVG
> You might need an appropriate loader for this
```js
import cloudIcon from '@gravity-ui/icons/svgs/cloud.svg';
```