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.5.0 to 2.6.0

src/icons/jsonIcon.tsx

3

dist/index.cjs.js

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

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

@@ -138,2 +139,4 @@ export const LeaveIcon = cjs.LeaveIcon;

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

@@ -140,0 +143,0 @@ export const RemoveIcon = cjs.RemoveIcon;

@@ -796,2 +796,3 @@ /// <reference types="react" />

joystick: IconComponent
json: IconComponent
launch: IconComponent

@@ -824,2 +825,4 @@ leave: IconComponent

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

@@ -1007,2 +1010,3 @@ remove: IconComponent

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

@@ -1035,2 +1039,4 @@ | 'leave'

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

@@ -1175,2 +1181,9 @@ | 'remove'

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

@@ -1365,2 +1378,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<

@@ -1367,0 +1394,0 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

2

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

@@ -6,0 +6,0 @@ "sideEffects": false,

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

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

@@ -141,2 +142,4 @@ import {LeaveIcon} from './leaveIcon'

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

@@ -311,2 +314,3 @@ import {RemoveIcon} from './removeIcon'

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

@@ -339,2 +343,4 @@ | 'leave'

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

@@ -506,2 +512,3 @@ | 'remove'

JoystickIcon,
JsonIcon,
LaunchIcon,

@@ -534,2 +541,4 @@ LeaveIcon,

ReadOnlyIcon,
RedoIcon,
RefreshIcon,
RemoveCircleIcon,

@@ -705,2 +714,3 @@ RemoveIcon,

joystick: IconComponent
json: IconComponent
launch: IconComponent

@@ -733,2 +743,4 @@ leave: IconComponent

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

@@ -904,2 +916,3 @@ remove: IconComponent

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

@@ -932,2 +945,4 @@ leave: LeaveIcon,

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

@@ -934,0 +949,0 @@ remove: RemoveIcon,

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

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