Socket
Socket
Sign inDemoInstall

@sanity/icons

Package Overview
Dependencies
Maintainers
38
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.0.0 to 2.4.1

dist/index.cjs

110

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

@@ -8,4 +9,4 @@ "sideEffects": false,

"source": "./src/index.ts",
"module": "./dist/index.esm.js",
"main": "./dist/index.js",
"module": "./dist/index.js",
"main": "./dist/index.cjs",
"exports": {

@@ -15,5 +16,9 @@ ".": {

"source": "./src/index.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.js",
"default": "./dist/index.esm.js"
"require": "./dist/index.cjs",
"node": {
"import": "./dist/index.cjs.js",
"require": "./dist/index.cjs"
},
"import": "./dist/index.js",
"default": "./dist/index.js"
},

@@ -28,12 +33,12 @@ "./package.json": "./package.json"

"scripts": {
"build": "run-s clean generate build:pkg check:pkg",
"build:pkg": "pkg build --strict",
"check:pkg": "pkg --strict",
"check:types": "tsc",
"build": "run-s clean generate pkg:build pkg:check",
"clean": "rimraf .workshop dist",
"commit": "cz",
"dev": "workshop dev",
"dev": "run-p workshop:dev",
"format": "prettier --write --cache --ignore-unknown .",
"generate": "rimraf src/icons && node -r esbuild-register scripts/generate.ts",
"generate": "rimraf src/icons && node --loader esbuild-register/loader -r esbuild-register scripts/generate.ts",
"lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx --quiet",
"pkg:build": "pkg build --strict",
"pkg:check": "pkg --strict",
"pkg:watch": "pkg watch --strict",
"prepare": "husky install",

@@ -43,55 +48,58 @@ "prepublishOnly": "pnpm build",

"test": "jest",
"watch": "pkg watch --strict"
"ts:check": "tsc",
"workshop:build": "workshop build",
"workshop:dev": "workshop dev"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@sanity/icons": "^1.3.6",
"@sanity/pkg-utils": "^1.18.0",
"@sanity/semantic-release-preset": "^2.0.2",
"@sanity/ui": "1.0.0-beta.33",
"@sanity/ui-workshop": "1.0.0-beta.5",
"@svgr/core": "^6.4.0",
"@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",
"@svgr/core": "^6.5.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.3",
"@types/jest": "^29.5.2",
"@types/mkdirp": "^1.0.2",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@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.5",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@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",
"commitizen": "^4.2.5",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.15.15",
"esbuild-register": "^3.4.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"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",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"globby": "^11.1.0",
"husky": "^8.0.2",
"jest": "^29.3.1",
"jest-axe": "^7.0.0",
"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^13.0.3",
"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",
"module-alias": "^2.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.0",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rimraf": "^3.0.2",
"semantic-release": "^19.0.5",
"styled-components": "^5.3.6",
"typescript": "^4.9.3"
"rimraf": "^4.4.1",
"semantic-release": "^20.1.3",
"styled-components": "^5.3.9",
"typescript": "^5.1.3"
},

@@ -128,3 +136,3 @@ "peerDependencies": {

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

@@ -131,0 +139,0 @@ "access": "public"

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

import {BinaryDocumentIcon} from './binaryDocumentIcon'
import {BlockContentIcon} from './blockContentIcon'
import {BlockElementIcon} from './blockElementIcon'

@@ -50,2 +51,3 @@ import {BlockquoteIcon} from './blockquoteIcon'

import {CollapseIcon} from './collapseIcon'
import {ColorWheelIcon} from './colorWheelIcon'
import {CommentIcon} from './commentIcon'

@@ -83,2 +85,4 @@ import {ComponentIcon} from './componentIcon'

import {EllipsisVerticalIcon} from './ellipsisVerticalIcon'
import {EnterIcon} from './enterIcon'
import {EnterRightIcon} from './enterRightIcon'
import {EnvelopeIcon} from './envelopeIcon'

@@ -94,2 +98,3 @@ import {EqualIcon} from './equalIcon'

import {GenerateIcon} from './generateIcon'
import {GroqIcon} from './groqIcon'
import {HeartFilledIcon} from './heartFilledIcon'

@@ -123,2 +128,3 @@ import {HeartIcon} from './heartIcon'

import {MoonIcon} from './moonIcon'
import {NumberIcon} from './numberIcon'
import {OkHandIcon} from './okHandIcon'

@@ -141,8 +147,13 @@ import {OlistIcon} from './olistIcon'

import {RetrieveIcon} from './retrieveIcon'
import {RetryIcon} from './retryIcon'
import {RevertIcon} from './revertIcon'
import {RobotIcon} from './robotIcon'
import {RocketIcon} from './rocketIcon'
import {SchemaIcon} from './schemaIcon'
import {SearchIcon} from './searchIcon'
import {SelectIcon} from './selectIcon'
import {ShareIcon} from './shareIcon'
import {SortIcon} from './sortIcon'
import {SparkleIcon} from './sparkleIcon'
import {SparklesIcon} from './sparklesIcon'
import {SpinnerIcon} from './spinnerIcon'

@@ -157,5 +168,7 @@ import {SplitHorizontalIcon} from './splitHorizontalIcon'

import {StrikethroughIcon} from './strikethroughIcon'
import {StringIcon} from './stringIcon'
import {SunIcon} from './sunIcon'
import {SyncIcon} from './syncIcon'
import {TagIcon} from './tagIcon'
import {TagsIcon} from './tagsIcon'
import {TerminalIcon} from './terminalIcon'

@@ -174,2 +187,3 @@ import {ThLargeIcon} from './thLargeIcon'

import {TruncateIcon} from './truncateIcon'
import {TwitterIcon} from './twitterIcon'
import {UlistIcon} from './ulistIcon'

@@ -186,2 +200,3 @@ import {UnderlineIcon} from './underlineIcon'

import {WarningOutlineIcon} from './warningOutlineIcon'
import {WrenchIcon} from './wrenchIcon'

@@ -208,2 +223,3 @@ /**

| 'binary-document'
| 'block-content'
| 'block-element'

@@ -235,2 +251,3 @@ | 'blockquote'

| 'collapse'
| 'color-wheel'
| 'comment'

@@ -268,2 +285,4 @@ | 'component'

| 'ellipsis-vertical'
| 'enter'
| 'enter-right'
| 'envelope'

@@ -279,2 +298,3 @@ | 'equal'

| 'generate'
| 'groq'
| 'heart-filled'

@@ -308,2 +328,3 @@ | 'heart'

| 'moon'
| 'number'
| 'ok-hand'

@@ -326,8 +347,13 @@ | 'olist'

| 'retrieve'
| 'retry'
| 'revert'
| 'robot'
| 'rocket'
| 'schema'
| 'search'
| 'select'
| 'share'
| 'sort'
| 'sparkle'
| 'sparkles'
| 'spinner'

@@ -342,5 +368,7 @@ | 'split-horizontal'

| 'strikethrough'
| 'string'
| 'sun'
| 'sync'
| 'tag'
| 'tags'
| 'terminal'

@@ -359,2 +387,3 @@ | 'th-large'

| 'truncate'
| 'twitter'
| 'ulist'

@@ -371,2 +400,3 @@ | 'underline'

| 'warning-outline'
| 'wrench'

@@ -390,2 +420,3 @@ export {

BinaryDocumentIcon,
BlockContentIcon,
BlockElementIcon,

@@ -417,2 +448,3 @@ BlockquoteIcon,

CollapseIcon,
ColorWheelIcon,
CommentIcon,

@@ -450,2 +482,4 @@ ComponentIcon,

EllipsisVerticalIcon,
EnterIcon,
EnterRightIcon,
EnvelopeIcon,

@@ -461,2 +495,3 @@ EqualIcon,

GenerateIcon,
GroqIcon,
HeartFilledIcon,

@@ -490,2 +525,3 @@ HeartIcon,

MoonIcon,
NumberIcon,
OkHandIcon,

@@ -508,8 +544,13 @@ OlistIcon,

RetrieveIcon,
RetryIcon,
RevertIcon,
RobotIcon,
RocketIcon,
SchemaIcon,
SearchIcon,
SelectIcon,
ShareIcon,
SortIcon,
SparkleIcon,
SparklesIcon,
SpinnerIcon,

@@ -524,5 +565,7 @@ SplitHorizontalIcon,

StrikethroughIcon,
StringIcon,
SunIcon,
SyncIcon,
TagIcon,
TagsIcon,
TerminalIcon,

@@ -541,2 +584,3 @@ ThLargeIcon,

TruncateIcon,
TwitterIcon,
UlistIcon,

@@ -553,2 +597,3 @@ UnderlineIcon,

WarningOutlineIcon,
WrenchIcon,
}

@@ -576,2 +621,3 @@

'binary-document': IconComponent
'block-content': IconComponent
'block-element': IconComponent

@@ -603,2 +649,3 @@ blockquote: IconComponent

collapse: IconComponent
'color-wheel': IconComponent
comment: IconComponent

@@ -636,2 +683,4 @@ component: IconComponent

'ellipsis-vertical': IconComponent
enter: IconComponent
'enter-right': IconComponent
envelope: IconComponent

@@ -647,2 +696,3 @@ equal: IconComponent

generate: IconComponent
groq: IconComponent
'heart-filled': IconComponent

@@ -676,2 +726,3 @@ heart: IconComponent

moon: IconComponent
number: IconComponent
'ok-hand': IconComponent

@@ -694,8 +745,13 @@ olist: IconComponent

retrieve: IconComponent
retry: IconComponent
revert: IconComponent
robot: IconComponent
rocket: IconComponent
schema: IconComponent
search: IconComponent
select: IconComponent
share: IconComponent
sort: IconComponent
sparkle: IconComponent
sparkles: IconComponent
spinner: IconComponent

@@ -710,5 +766,7 @@ 'split-horizontal': IconComponent

strikethrough: IconComponent
string: IconComponent
sun: IconComponent
sync: IconComponent
tag: IconComponent
tags: IconComponent
terminal: IconComponent

@@ -727,2 +785,3 @@ 'th-large': IconComponent

truncate: IconComponent
twitter: IconComponent
ulist: IconComponent

@@ -739,2 +798,3 @@ underline: IconComponent

'warning-outline': IconComponent
wrench: IconComponent
}

@@ -762,2 +822,3 @@

'binary-document': BinaryDocumentIcon,
'block-content': BlockContentIcon,
'block-element': BlockElementIcon,

@@ -789,2 +850,3 @@ blockquote: BlockquoteIcon,

collapse: CollapseIcon,
'color-wheel': ColorWheelIcon,
comment: CommentIcon,

@@ -822,2 +884,4 @@ component: ComponentIcon,

'ellipsis-vertical': EllipsisVerticalIcon,
enter: EnterIcon,
'enter-right': EnterRightIcon,
envelope: EnvelopeIcon,

@@ -833,2 +897,3 @@ equal: EqualIcon,

generate: GenerateIcon,
groq: GroqIcon,
'heart-filled': HeartFilledIcon,

@@ -862,2 +927,3 @@ heart: HeartIcon,

moon: MoonIcon,
number: NumberIcon,
'ok-hand': OkHandIcon,

@@ -880,8 +946,13 @@ olist: OlistIcon,

retrieve: RetrieveIcon,
retry: RetryIcon,
revert: RevertIcon,
robot: RobotIcon,
rocket: RocketIcon,
schema: SchemaIcon,
search: SearchIcon,
select: SelectIcon,
share: ShareIcon,
sort: SortIcon,
sparkle: SparkleIcon,
sparkles: SparklesIcon,
spinner: SpinnerIcon,

@@ -896,5 +967,7 @@ 'split-horizontal': SplitHorizontalIcon,

strikethrough: StrikethroughIcon,
string: StringIcon,
sun: SunIcon,
sync: SyncIcon,
tag: TagIcon,
tags: TagsIcon,
terminal: TerminalIcon,

@@ -913,2 +986,3 @@ 'th-large': ThLargeIcon,

truncate: TruncateIcon,
twitter: TwitterIcon,
ulist: UlistIcon,

@@ -925,2 +999,3 @@ underline: UnderlineIcon,

'warning-outline': WarningOutlineIcon,
wrench: WrenchIcon,
}

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

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

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