Socket
Socket
Sign inDemoInstall

@sanity/icons

Package Overview
Dependencies
Maintainers
40
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.3.1 to 2.6.0

src/icons/colorWheelIcon.tsx

18

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;

@@ -54,2 +55,3 @@ export const ComponentIcon = cjs.ComponentIcon;

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

@@ -80,2 +82,4 @@ export const DatabaseIcon = cjs.DatabaseIcon;

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

@@ -91,2 +95,3 @@ export const EqualIcon = cjs.EqualIcon;

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

@@ -109,2 +114,3 @@ export const HeartIcon = cjs.HeartIcon;

export const JoystickIcon = cjs.JoystickIcon;
export const JsonIcon = cjs.JsonIcon;
export const LaunchIcon = cjs.LaunchIcon;

@@ -127,2 +133,4 @@ export const LeaveIcon = cjs.LeaveIcon;

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

@@ -136,2 +144,4 @@ export const PinIcon = cjs.PinIcon;

export const ReadOnlyIcon = cjs.ReadOnlyIcon;
export const RedoIcon = cjs.RedoIcon;
export const RefreshIcon = cjs.RefreshIcon;
export const RemoveCircleIcon = cjs.RemoveCircleIcon;

@@ -142,2 +152,3 @@ export const RemoveIcon = cjs.RemoveIcon;

export const RetrieveIcon = cjs.RetrieveIcon;
export const RetryIcon = cjs.RetryIcon;
export const RevertIcon = cjs.RevertIcon;

@@ -149,2 +160,3 @@ export const RobotIcon = cjs.RobotIcon;

export const SelectIcon = cjs.SelectIcon;
export const ShareIcon = cjs.ShareIcon;
export const SortIcon = cjs.SortIcon;

@@ -165,4 +177,7 @@ export const SparkleIcon = cjs.SparkleIcon;

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;

@@ -180,2 +195,3 @@ export const ThListIcon = cjs.ThListIcon;

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

@@ -192,4 +208,4 @@ export const UnderlineIcon = cjs.UnderlineIcon;

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

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

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

@@ -361,2 +368,9 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

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

@@ -537,2 +551,16 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

*/
export declare const EnterIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
/**
* @public
*/
export declare const EnterRightIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
/**
* @public
*/
export declare const EnvelopeIcon: ForwardRefExoticComponent<

@@ -608,2 +636,9 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

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

@@ -702,2 +737,3 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

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

@@ -710,2 +746,3 @@ component: IconComponent

crop: IconComponent
cube: IconComponent
dashboard: IconComponent

@@ -736,2 +773,4 @@ database: IconComponent

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

@@ -747,2 +786,3 @@ equal: IconComponent

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

@@ -764,2 +804,3 @@ heart: IconComponent

joystick: IconComponent
json: IconComponent
launch: IconComponent

@@ -782,2 +823,4 @@ leave: IconComponent

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

@@ -791,2 +834,4 @@ pin: IconComponent

'read-only': IconComponent
redo: IconComponent
refresh: IconComponent
'remove-circle': IconComponent

@@ -797,2 +842,3 @@ remove: IconComponent

retrieve: IconComponent
retry: IconComponent
revert: IconComponent

@@ -804,2 +850,3 @@ robot: IconComponent

select: IconComponent
share: IconComponent
sort: IconComponent

@@ -820,4 +867,7 @@ sparkle: IconComponent

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

@@ -835,2 +885,3 @@ 'th-list': IconComponent

truncate: IconComponent
twitter: IconComponent
ulist: IconComponent

@@ -847,2 +898,3 @@ underline: IconComponent

'warning-outline': IconComponent
wrench: IconComponent
}

@@ -909,2 +961,3 @@

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

@@ -917,2 +970,3 @@ | 'component'

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

@@ -943,2 +997,4 @@ | 'database'

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

@@ -954,2 +1010,3 @@ | 'equal'

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

@@ -971,2 +1028,3 @@ | 'heart'

| 'joystick'
| 'json'
| 'launch'

@@ -989,2 +1047,4 @@ | 'leave'

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

@@ -998,2 +1058,4 @@ | 'pin'

| 'read-only'
| 'redo'
| 'refresh'
| 'remove-circle'

@@ -1004,2 +1066,3 @@ | 'remove'

| 'retrieve'
| 'retry'
| 'revert'

@@ -1011,2 +1074,3 @@ | 'robot'

| 'select'
| 'share'
| 'sort'

@@ -1027,4 +1091,7 @@ | 'sparkle'

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

@@ -1042,2 +1109,3 @@ | 'th-list'

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

@@ -1054,2 +1122,3 @@ | 'underline'

| 'warning-outline'
| 'wrench'

@@ -1136,2 +1205,9 @@ /**

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

@@ -1256,2 +1332,16 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

*/
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<

@@ -1313,2 +1403,16 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

*/
export declare const RedoIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
/**
* @public
*/
export declare const RefreshIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
/**
* @public
*/
export declare const RemoveCircleIcon: ForwardRefExoticComponent<

@@ -1349,2 +1453,9 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

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

@@ -1392,2 +1503,9 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

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

@@ -1498,2 +1616,9 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

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

@@ -1506,2 +1631,9 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

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

@@ -1514,2 +1646,9 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

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

@@ -1599,2 +1738,9 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

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

@@ -1674,2 +1820,9 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

/**
* @public
*/
export declare const WrenchIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
export {}

88

package.json
{
"type": "module",
"name": "@sanity/icons",
"version": "2.3.1",
"version": "2.6.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,52 +51,51 @@ "pkg:build": "pkg build --strict",

"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@sanity/pkg-utils": "^2.2.14",
"@sanity/semantic-release-preset": "^4.1.1",
"@sanity/ui": "^1.3.1",
"@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.0",
"@types/mkdirp": "^1.0.2",
"@types/node": "^18.15.11",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.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.17.16",
"esbuild-register": "^3.4.2",
"eslint": "^8.38.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.1",
"module-alias": "^2.2.2",
"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.7",
"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.0.4"
"rimraf": "^5.0.5",
"semantic-release": "^21.1.2",
"styled-components": "^6.0.8",
"typescript": "^5.2.2"
},

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

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

@@ -137,0 +135,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'

@@ -58,2 +59,3 @@ import {ComponentIcon} from './componentIcon'

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

@@ -84,2 +86,4 @@ import {DatabaseIcon} from './databaseIcon'

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

@@ -95,2 +99,3 @@ import {EqualIcon} from './equalIcon'

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

@@ -112,2 +117,3 @@ import {HeartIcon} from './heartIcon'

import {JoystickIcon} from './joystickIcon'
import {JsonIcon} from './jsonIcon'
import {LaunchIcon} from './launchIcon'

@@ -130,2 +136,4 @@ import {LeaveIcon} from './leaveIcon'

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

@@ -139,2 +147,4 @@ import {PinIcon} from './pinIcon'

import {ReadOnlyIcon} from './readOnlyIcon'
import {RedoIcon} from './redoIcon'
import {RefreshIcon} from './refreshIcon'
import {RemoveCircleIcon} from './removeCircleIcon'

@@ -145,2 +155,3 @@ import {RemoveIcon} from './removeIcon'

import {RetrieveIcon} from './retrieveIcon'
import {RetryIcon} from './retryIcon'
import {RevertIcon} from './revertIcon'

@@ -152,2 +163,3 @@ import {RobotIcon} from './robotIcon'

import {SelectIcon} from './selectIcon'
import {ShareIcon} from './shareIcon'
import {SortIcon} from './sortIcon'

@@ -168,4 +180,7 @@ import {SparkleIcon} from './sparkleIcon'

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'

@@ -183,2 +198,3 @@ import {ThListIcon} from './thListIcon'

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

@@ -195,2 +211,3 @@ import {UnderlineIcon} from './underlineIcon'

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

@@ -244,2 +261,3 @@ /**

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

@@ -252,2 +270,3 @@ | 'component'

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

@@ -278,2 +297,4 @@ | 'database'

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

@@ -289,2 +310,3 @@ | 'equal'

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

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

| 'joystick'
| 'json'
| 'launch'

@@ -324,2 +347,4 @@ | 'leave'

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

@@ -333,2 +358,4 @@ | 'pin'

| 'read-only'
| 'redo'
| 'refresh'
| 'remove-circle'

@@ -339,2 +366,3 @@ | 'remove'

| 'retrieve'
| 'retry'
| 'revert'

@@ -346,2 +374,3 @@ | 'robot'

| 'select'
| 'share'
| 'sort'

@@ -362,4 +391,7 @@ | 'sparkle'

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

@@ -377,2 +409,3 @@ | 'th-list'

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

@@ -389,2 +422,3 @@ | 'underline'

| 'warning-outline'
| 'wrench'

@@ -435,2 +469,3 @@ export {

CollapseIcon,
ColorWheelIcon,
CommentIcon,

@@ -443,2 +478,3 @@ ComponentIcon,

CropIcon,
CubeIcon,
DashboardIcon,

@@ -469,2 +505,4 @@ DatabaseIcon,

EllipsisVerticalIcon,
EnterIcon,
EnterRightIcon,
EnvelopeIcon,

@@ -480,2 +518,3 @@ EqualIcon,

GenerateIcon,
GroqIcon,
HeartFilledIcon,

@@ -497,2 +536,3 @@ HeartIcon,

JoystickIcon,
JsonIcon,
LaunchIcon,

@@ -515,2 +555,4 @@ LeaveIcon,

PackageIcon,
PanelLeftIcon,
PanelRightIcon,
PauseIcon,

@@ -524,2 +566,4 @@ PinIcon,

ReadOnlyIcon,
RedoIcon,
RefreshIcon,
RemoveCircleIcon,

@@ -530,2 +574,3 @@ RemoveIcon,

RetrieveIcon,
RetryIcon,
RevertIcon,

@@ -537,2 +582,3 @@ RobotIcon,

SelectIcon,
ShareIcon,
SortIcon,

@@ -553,4 +599,7 @@ SparkleIcon,

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

@@ -568,2 +617,3 @@ ThListIcon,

TruncateIcon,
TwitterIcon,
UlistIcon,

@@ -580,2 +630,3 @@ UnderlineIcon,

WarningOutlineIcon,
WrenchIcon,
}

@@ -630,2 +681,3 @@

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

@@ -638,2 +690,3 @@ component: IconComponent

crop: IconComponent
cube: IconComponent
dashboard: IconComponent

@@ -664,2 +717,4 @@ database: IconComponent

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

@@ -675,2 +730,3 @@ equal: IconComponent

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

@@ -692,2 +748,3 @@ heart: IconComponent

joystick: IconComponent
json: IconComponent
launch: IconComponent

@@ -710,2 +767,4 @@ leave: IconComponent

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

@@ -719,2 +778,4 @@ pin: IconComponent

'read-only': IconComponent
redo: IconComponent
refresh: IconComponent
'remove-circle': IconComponent

@@ -725,2 +786,3 @@ remove: IconComponent

retrieve: IconComponent
retry: IconComponent
revert: IconComponent

@@ -732,2 +794,3 @@ robot: IconComponent

select: IconComponent
share: IconComponent
sort: IconComponent

@@ -748,4 +811,7 @@ sparkle: IconComponent

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

@@ -763,2 +829,3 @@ 'th-list': IconComponent

truncate: IconComponent
twitter: IconComponent
ulist: IconComponent

@@ -775,2 +842,3 @@ underline: IconComponent

'warning-outline': IconComponent
wrench: IconComponent
}

@@ -825,2 +893,3 @@

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

@@ -833,2 +902,3 @@ component: ComponentIcon,

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

@@ -859,2 +929,4 @@ database: DatabaseIcon,

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

@@ -870,2 +942,3 @@ equal: EqualIcon,

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

@@ -887,2 +960,3 @@ heart: HeartIcon,

joystick: JoystickIcon,
json: JsonIcon,
launch: LaunchIcon,

@@ -905,2 +979,4 @@ leave: LeaveIcon,

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

@@ -914,2 +990,4 @@ pin: PinIcon,

'read-only': ReadOnlyIcon,
redo: RedoIcon,
refresh: RefreshIcon,
'remove-circle': RemoveCircleIcon,

@@ -920,2 +998,3 @@ remove: RemoveIcon,

retrieve: RetrieveIcon,
retry: RetryIcon,
revert: RevertIcon,

@@ -927,2 +1006,3 @@ robot: RobotIcon,

select: SelectIcon,
share: ShareIcon,
sort: SortIcon,

@@ -943,4 +1023,7 @@ sparkle: SparkleIcon,

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

@@ -958,2 +1041,3 @@ 'th-list': ThListIcon,

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

@@ -970,2 +1054,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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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