Socket
Socket
Sign inDemoInstall

@sanity/icons

Package Overview
Dependencies
Maintainers
39
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/icons - npm Package Compare versions

Comparing version 2.4.1 to 2.5.0

src/icons/cubeIcon.tsx

6

dist/index.cjs.js

@@ -54,2 +54,3 @@ import cjs from './index.cjs';

export const CropIcon = cjs.CropIcon;
export const CubeIcon = cjs.CubeIcon;
export const DashboardIcon = cjs.DashboardIcon;

@@ -127,2 +128,4 @@ export const DatabaseIcon = cjs.DatabaseIcon;

export const PackageIcon = cjs.PackageIcon;
export const PanelLeftIcon = cjs.PanelLeftIcon;
export const PanelRightIcon = cjs.PanelRightIcon;
export const PauseIcon = cjs.PauseIcon;

@@ -164,5 +167,7 @@ export const PinIcon = cjs.PinIcon;

export const SyncIcon = cjs.SyncIcon;
export const TabletDeviceIcon = cjs.TabletDeviceIcon;
export const TagIcon = cjs.TagIcon;
export const TagsIcon = cjs.TagsIcon;
export const TerminalIcon = cjs.TerminalIcon;
export const TextIcon = cjs.TextIcon;
export const ThLargeIcon = cjs.ThLargeIcon;

@@ -195,2 +200,1 @@ export const ThListIcon = cjs.ThListIcon;

export default cjs.default;

@@ -367,2 +367,9 @@ /// <reference types="react" />

*/
export declare const CubeIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
/**
* @public
*/
export declare const DashboardIcon: ForwardRefExoticComponent<

@@ -735,2 +742,3 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

crop: IconComponent
cube: IconComponent
dashboard: IconComponent

@@ -807,2 +815,4 @@ database: IconComponent

package: IconComponent
'panel-left': IconComponent
'panel-right': IconComponent
pause: IconComponent

@@ -844,5 +854,7 @@ pin: IconComponent

sync: IconComponent
'tablet-device': IconComponent
tag: IconComponent
tags: IconComponent
terminal: IconComponent
text: IconComponent
'th-large': IconComponent

@@ -942,2 +954,3 @@ 'th-list': IconComponent

| 'crop'
| 'cube'
| 'dashboard'

@@ -1014,2 +1027,4 @@ | 'database'

| 'package'
| 'panel-left'
| 'panel-right'
| 'pause'

@@ -1051,5 +1066,7 @@ | 'pin'

| 'sync'
| 'tablet-device'
| 'tag'
| 'tags'
| 'terminal'
| 'text'
| 'th-large'

@@ -1280,2 +1297,16 @@ | 'th-list'

*/
export declare const PanelLeftIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
/**
* @public
*/
export declare const PanelRightIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
/**
* @public
*/
export declare const PauseIcon: ForwardRefExoticComponent<

@@ -1533,2 +1564,9 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

*/
export declare const TabletDeviceIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
/**
* @public
*/
export declare const TagIcon: ForwardRefExoticComponent<

@@ -1555,2 +1593,9 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

*/
export declare const TextIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
/**
* @public
*/
export declare const ThLargeIcon: ForwardRefExoticComponent<

@@ -1557,0 +1602,0 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

87

package.json
{
"type": "module",
"name": "@sanity/icons",
"version": "2.4.1",
"version": "2.5.0",
"description": "The Sanity icons.",

@@ -17,4 +17,3 @@ "sideEffects": false,

"node": {
"import": "./dist/index.cjs.js",
"require": "./dist/index.cjs"
"import": "./dist/index.cjs.js"
},

@@ -37,3 +36,3 @@ "import": "./dist/index.js",

"format": "prettier --write --cache --ignore-unknown .",
"generate": "rimraf src/icons && node --loader esbuild-register/loader -r esbuild-register scripts/generate.ts",
"generate": "rimraf src/icons && node -r esbuild-register scripts/generate.ts",
"lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx --quiet",

@@ -52,53 +51,51 @@ "pkg:build": "pkg build --strict",

"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@sanity/pkg-utils": "^2.3.3",
"@sanity/semantic-release-preset": "^4.1.1",
"@sanity/ui": "^1.6.0",
"@sanity/ui-workshop": "^1.2.1",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@sanity/pkg-utils": "^2.4.9",
"@sanity/semantic-release-preset": "^4.1.4",
"@sanity/ui": "^1.8.2",
"@sanity/ui-workshop": "^1.2.11",
"@svgr/core": "^6.5.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.5.2",
"@types/mkdirp": "^1.0.2",
"@types/node": "^20.3.1",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@types/styled-components": "^5.1.26",
"@types/testing-library__jest-dom": "^5.14.6",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"camelcase": "^6.3.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.2",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@types/styled-components": "^5.1.28",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"camelcase": "^8.0.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.18.6",
"esbuild-register": "^3.4.2",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"esbuild": "^0.19.4",
"esbuild-register": "^3.5.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"globby": "^11.1.0",
"globby": "^13.2.2",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-axe": "^7.0.1",
"jest-environment-jsdom": "^29.5.0",
"lint-staged": "^13.2.2",
"mkdirp": "^2.1.6",
"jest": "^29.7.0",
"jest-axe": "^8.0.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^14.0.1",
"mkdirp": "^3.0.1",
"module-alias": "^2.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rimraf": "^4.4.1",
"semantic-release": "^20.1.3",
"styled-components": "^5.3.9",
"typescript": "^5.1.3"
"rimraf": "^5.0.5",
"semantic-release": "^21.1.2",
"styled-components": "^6.0.8",
"typescript": "^5.2.2"
},

@@ -135,3 +132,3 @@ "peerDependencies": {

},
"packageManager": "pnpm@8.2.0",
"packageManager": "pnpm@8.8.0",
"publishConfig": {

@@ -138,0 +135,0 @@ "access": "public"

@@ -58,2 +58,3 @@ /* THIS FILE IS AUTO-GENERATED – DO NOT EDIT */

import {CropIcon} from './cropIcon'
import {CubeIcon} from './cubeIcon'
import {DashboardIcon} from './dashboardIcon'

@@ -130,2 +131,4 @@ import {DatabaseIcon} from './databaseIcon'

import {PackageIcon} from './packageIcon'
import {PanelLeftIcon} from './panelLeftIcon'
import {PanelRightIcon} from './panelRightIcon'
import {PauseIcon} from './pauseIcon'

@@ -167,5 +170,7 @@ import {PinIcon} from './pinIcon'

import {SyncIcon} from './syncIcon'
import {TabletDeviceIcon} from './tabletDeviceIcon'
import {TagIcon} from './tagIcon'
import {TagsIcon} from './tagsIcon'
import {TerminalIcon} from './terminalIcon'
import {TextIcon} from './textIcon'
import {ThLargeIcon} from './thLargeIcon'

@@ -252,2 +257,3 @@ import {ThListIcon} from './thListIcon'

| 'crop'
| 'cube'
| 'dashboard'

@@ -324,2 +330,4 @@ | 'database'

| 'package'
| 'panel-left'
| 'panel-right'
| 'pause'

@@ -361,5 +369,7 @@ | 'pin'

| 'sync'
| 'tablet-device'
| 'tag'
| 'tags'
| 'terminal'
| 'text'
| 'th-large'

@@ -443,2 +453,3 @@ | 'th-list'

CropIcon,
CubeIcon,
DashboardIcon,

@@ -515,2 +526,4 @@ DatabaseIcon,

PackageIcon,
PanelLeftIcon,
PanelRightIcon,
PauseIcon,

@@ -552,5 +565,7 @@ PinIcon,

SyncIcon,
TabletDeviceIcon,
TagIcon,
TagsIcon,
TerminalIcon,
TextIcon,
ThLargeIcon,

@@ -638,2 +653,3 @@ ThListIcon,

crop: IconComponent
cube: IconComponent
dashboard: IconComponent

@@ -710,2 +726,4 @@ database: IconComponent

package: IconComponent
'panel-left': IconComponent
'panel-right': IconComponent
pause: IconComponent

@@ -747,5 +765,7 @@ pin: IconComponent

sync: IconComponent
'tablet-device': IconComponent
tag: IconComponent
tags: IconComponent
terminal: IconComponent
text: IconComponent
'th-large': IconComponent

@@ -833,2 +853,3 @@ 'th-list': IconComponent

crop: CropIcon,
cube: CubeIcon,
dashboard: DashboardIcon,

@@ -905,2 +926,4 @@ database: DatabaseIcon,

package: PackageIcon,
'panel-left': PanelLeftIcon,
'panel-right': PanelRightIcon,
pause: PauseIcon,

@@ -942,5 +965,7 @@ pin: PinIcon,

sync: SyncIcon,
'tablet-device': TabletDeviceIcon,
tag: TagIcon,
tags: TagsIcon,
terminal: TerminalIcon,
text: TextIcon,
'th-large': ThLargeIcon,

@@ -947,0 +972,0 @@ 'th-list': ThListIcon,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc