Skip to content

Commit

Permalink
More Icons (#51)
Browse files Browse the repository at this point in the history
* docs: readme

* chore: datalayer logo

* chore: draft

* chore: signpost

* chore: zed icon

* chore: magnet icons

* chore: makefile

* chore: waving hand

* chore: alien and lizard

* chore: bluesky

* icons: null

* chore: pen

* chore: sparkle

* chore: tiktok

* chore: more icons
  • Loading branch information
echarles authored Jan 2, 2025
1 parent 864d9db commit 95e4723
Show file tree
Hide file tree
Showing 45 changed files with 1,129 additions and 17 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ dev: ## start
($(CONDA_ACTIVATE) ${ENV_NAME}; \
yarn dev )

start: ## start
($(CONDA_ACTIVATE) ${ENV_NAME}; \
yarn start )

publish-npm: clean build ## publish to npm
@exec echo PUBLISH NPM
($(CONDA_ACTIVATE) ${ENV_NAME}; \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ These are useful places for open-source SVGs.
- Icons.js https://github.com/antfu/icones https://icones.js.org
- Lucide https://github.com/lucide-icons/lucide https://lucide.dev
- OpenMoji https://github.com/hfg-gmuend/openmoji https://openmoji.org
- Primer Octicons https://github.com/primer/octicons https://primer.style/foundations/icons
- Radix UI Icons https://github.com/radix-ui/icons https://icons.radix-ui.com
- React Icons https://github.com/react-icons/react-icons https://react-icons.github.io/react-icons
- SVG Repo https://www.svgrepo.com
Expand Down
2 changes: 1 addition & 1 deletion icons-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.4",
"version": "0.3.5",
"description": "React.js and JupyterLab icons for data products.",
"keywords": [
"icons",
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.25.0",
"@primer/react-brand": "0.37.0-rc.ab1bfc11",
"@primer/react": "^36.27.0",
"@primer/react-brand": "^0.44.1",
"@svgr/core": "^5.5.0",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
Expand Down
18 changes: 9 additions & 9 deletions src/footer/MinimalFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,34 +157,34 @@ function SocialLogomarks({socialLinks, logoHref}: SocialLogomarksProps) {

const socialLinkData = [
{
name: 'x',
fullName: 'X',
url: 'https://x.com/datalayerio',
icon: 'https://github.githubassets.com/images/modules/site/icons/footer/x.svg',
iconWidth: 22,
iconHeight: 18
name: 'bluesky',
fullName: 'Bluesky',
url: 'https://bsky.app/profile/datalayer.io',
icon: 'https://assets.datalayer.tech/logos-social-grey/bluesky.svg',
iconWidth: 24,
iconHeight: 24
},
{
name: 'github',
fullName: 'GitHub',
url: 'https://github.com/datalayer',
icon: 'https://github.githubassets.com/images/modules/site/icons/footer/github-mark.svg',
icon: 'https://assets.datalayer.tech/logos-social-grey/github.svg',
iconWidth: 20,
iconHeight: 20
},
{
name: 'linkedin',
fullName: 'LinkedIn',
url: 'https://www.linkedin.com/company/datalayer',
icon: 'https://github.githubassets.com/images/modules/site/icons/footer/linkedin.svg',
icon: 'https://assets.datalayer.tech/logos-social-grey/linkedin.svg',
iconWidth: 19,
iconHeight: 18
},
{
name: 'youtube',
fullName: 'YouTube',
url: 'https://www.youtube.com/@datalayer',
icon: 'https://github.githubassets.com/images/modules/site/icons/footer/youtube.svg',
icon: 'https://assets.datalayer.tech/logos-social-grey/youtube.svg',
iconWidth: 23,
iconHeight: 16
},
Expand Down
3 changes: 3 additions & 0 deletions svg/data1/bluesky-grey.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions svg/data1/bluesky.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions svg/data1/datalayer-variant.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
164 changes: 159 additions & 5 deletions svg/data1/datalayer.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions svg/data1/draft.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/data1/null-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions svg/data1/null-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions svg/data1/null-3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions svg/data1/null-4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions svg/data1/null-5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions svg/data1/null-6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions svg/data1/tiktok.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 95e4723

Please sign in to comment.