Skip to content

Commit

Permalink
More Icons (#44)
Browse files Browse the repository at this point in the history
* chore: github, linkedin and x

* chore: person

* makefile
  • Loading branch information
echarles authored Sep 1, 2024
1 parent cd8c91c commit 55265ea
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dev: ## start
($(CONDA_ACTIVATE) ${ENV_NAME}; \
yarn dev )

publish: clean build ## publish to npm
publish-npm: clean build ## publish to npm
@exec echo PUBLISH NPM
($(CONDA_ACTIVATE) ${ENV_NAME}; \
cd react && \
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@babel/plugin-transform-react-jsx": "^7.12.12",
"@primer/brand-primitives": "^0.29.1",
"@primer/octicons-react": "^19.6.0",
"@primer/react": "^36.6.0",
"@primer/react-brand": "0.32.0",
"@primer/react": "^36.25.0",
"@primer/react-brand": "0.37.0-rc.ab1bfc11",
"@svgr/core": "^5.5.0",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@datalayer/icons-react",
"license": "MIT",
"version": "0.3.1",
"version": "0.3.2",
"description": "",
"keywords": [],
"homepage": "https://github.com/datalayer/icons",
Expand Down
1 change: 1 addition & 0 deletions svg/data1/github-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions svg/data1/linked-in-grey.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions svg/data1/x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions svg/data2/person.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55265ea

Please sign in to comment.