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.2.2 to 2.4.1

src/icons/colorWheelIcon.tsx

14

dist/index.cjs.js

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

export const CollapseIcon = cjs.CollapseIcon;
export const ColorWheelIcon = cjs.ColorWheelIcon;
export const CommentIcon = cjs.CommentIcon;

@@ -79,2 +80,4 @@ export const ComponentIcon = cjs.ComponentIcon;

export const EllipsisVerticalIcon = cjs.EllipsisVerticalIcon;
export const EnterIcon = cjs.EnterIcon;
export const EnterRightIcon = cjs.EnterRightIcon;
export const EnvelopeIcon = cjs.EnvelopeIcon;

@@ -90,2 +93,3 @@ export const EqualIcon = cjs.EqualIcon;

export const GenerateIcon = cjs.GenerateIcon;
export const GroqIcon = cjs.GroqIcon;
export const HeartFilledIcon = cjs.HeartFilledIcon;

@@ -138,8 +142,13 @@ export const HeartIcon = cjs.HeartIcon;

export const RetrieveIcon = cjs.RetrieveIcon;
export const RetryIcon = cjs.RetryIcon;
export const RevertIcon = cjs.RevertIcon;
export const RobotIcon = cjs.RobotIcon;
export const RocketIcon = cjs.RocketIcon;
export const SchemaIcon = cjs.SchemaIcon;
export const SearchIcon = cjs.SearchIcon;
export const SelectIcon = cjs.SelectIcon;
export const ShareIcon = cjs.ShareIcon;
export const SortIcon = cjs.SortIcon;
export const SparkleIcon = cjs.SparkleIcon;
export const SparklesIcon = cjs.SparklesIcon;
export const SpinnerIcon = cjs.SpinnerIcon;

@@ -158,2 +167,3 @@ export const SplitHorizontalIcon = cjs.SplitHorizontalIcon;

export const TagIcon = cjs.TagIcon;
export const TagsIcon = cjs.TagsIcon;
export const TerminalIcon = cjs.TerminalIcon;

@@ -172,2 +182,3 @@ export const ThLargeIcon = cjs.ThLargeIcon;

export const TruncateIcon = cjs.TruncateIcon;
export const TwitterIcon = cjs.TwitterIcon;
export const UlistIcon = cjs.UlistIcon;

@@ -184,2 +195,5 @@ export const UnderlineIcon = cjs.UnderlineIcon;

export const WarningOutlineIcon = cjs.WarningOutlineIcon;
export const WrenchIcon = cjs.WrenchIcon;
export const icons = cjs.icons;
export default cjs.default;

75

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

@@ -15,3 +15,2 @@ "sideEffects": false,

"source": "./src/index.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs",

@@ -22,2 +21,3 @@ "node": {

},
"import": "./dist/index.js",
"default": "./dist/index.js"

@@ -52,52 +52,53 @@ },

"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.4.0",
"@commitlint/config-conventional": "^17.4.0",
"@sanity/pkg-utils": "^2.1.1",
"@sanity/semantic-release-preset": "^2.0.5",
"@sanity/ui": "^1.0.11",
"@sanity/ui-workshop": "^1.1.8",
"@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.5",
"@types/jest": "^29.5.2",
"@types/mkdirp": "^1.0.2",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@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.48.0",
"@typescript-eslint/parser": "^5.48.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.6",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.16.14",
"esbuild": "^0.18.6",
"esbuild-register": "^3.4.2",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"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.3",
"jest": "^29.3.1",
"jest-axe": "^7.0.0",
"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^13.1.0",
"module-alias": "^2.2.2",
"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.1",
"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.4"
"rimraf": "^4.4.1",
"semantic-release": "^20.1.3",
"styled-components": "^5.3.9",
"typescript": "^5.1.3"
},

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

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

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

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

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

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

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

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

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

@@ -141,8 +145,13 @@ import {HeartIcon} from './heartIcon'

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'

@@ -161,2 +170,3 @@ import {SplitHorizontalIcon} from './splitHorizontalIcon'

import {TagIcon} from './tagIcon'
import {TagsIcon} from './tagsIcon'
import {TerminalIcon} from './terminalIcon'

@@ -175,2 +185,3 @@ import {ThLargeIcon} from './thLargeIcon'

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

@@ -187,2 +198,3 @@ import {UnderlineIcon} from './underlineIcon'

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

@@ -236,2 +248,3 @@ /**

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

@@ -269,2 +282,4 @@ | 'component'

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

@@ -280,2 +295,3 @@ | 'equal'

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

@@ -327,8 +343,13 @@ | 'heart'

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

@@ -347,2 +368,3 @@ | 'split-horizontal'

| 'tag'
| 'tags'
| 'terminal'

@@ -361,2 +383,3 @@ | 'th-large'

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

@@ -373,2 +396,3 @@ | 'underline'

| 'warning-outline'
| 'wrench'

@@ -419,2 +443,3 @@ export {

CollapseIcon,
ColorWheelIcon,
CommentIcon,

@@ -452,2 +477,4 @@ ComponentIcon,

EllipsisVerticalIcon,
EnterIcon,
EnterRightIcon,
EnvelopeIcon,

@@ -463,2 +490,3 @@ EqualIcon,

GenerateIcon,
GroqIcon,
HeartFilledIcon,

@@ -510,8 +538,13 @@ HeartIcon,

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

@@ -530,2 +563,3 @@ SplitHorizontalIcon,

TagIcon,
TagsIcon,
TerminalIcon,

@@ -544,2 +578,3 @@ ThLargeIcon,

TruncateIcon,
TwitterIcon,
UlistIcon,

@@ -556,2 +591,3 @@ UnderlineIcon,

WarningOutlineIcon,
WrenchIcon,
}

@@ -606,2 +642,3 @@

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

@@ -639,2 +676,4 @@ component: IconComponent

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

@@ -650,2 +689,3 @@ equal: IconComponent

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

@@ -697,8 +737,13 @@ heart: 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

@@ -717,2 +762,3 @@ 'split-horizontal': IconComponent

tag: IconComponent
tags: IconComponent
terminal: IconComponent

@@ -731,2 +777,3 @@ 'th-large': IconComponent

truncate: IconComponent
twitter: IconComponent
ulist: IconComponent

@@ -743,2 +790,3 @@ underline: IconComponent

'warning-outline': IconComponent
wrench: IconComponent
}

@@ -793,2 +841,3 @@

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

@@ -826,2 +875,4 @@ component: ComponentIcon,

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

@@ -837,2 +888,3 @@ equal: EqualIcon,

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

@@ -884,8 +936,13 @@ heart: HeartIcon,

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,

@@ -904,2 +961,3 @@ 'split-horizontal': SplitHorizontalIcon,

tag: TagIcon,
tags: TagsIcon,
terminal: TerminalIcon,

@@ -918,2 +976,3 @@ 'th-large': ThLargeIcon,

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

@@ -930,2 +989,3 @@ underline: UnderlineIcon,

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

Sorry, the diff 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 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc