Socket
Socket
Sign inDemoInstall

@sanity/icons

Package Overview
Dependencies
Maintainers
41
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.6.0 to 2.7.0

src/icons/boltIcon.tsx

1

dist/index.cjs.js

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

export const BoldIcon = cjs.BoldIcon;
export const BoltIcon = cjs.BoltIcon;
export const BookIcon = cjs.BookIcon;

@@ -25,0 +26,0 @@ export const BottleIcon = cjs.BottleIcon;

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

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

@@ -711,2 +718,3 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

bold: IconComponent
bolt: IconComponent
book: IconComponent

@@ -924,2 +932,3 @@ bottle: IconComponent

| 'bold'
| 'bolt'
| 'book'

@@ -926,0 +935,0 @@ | 'bottle'

2

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

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

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

import {BoldIcon} from './boldIcon'
import {BoltIcon} from './boltIcon'
import {BookIcon} from './bookIcon'

@@ -227,2 +228,3 @@ import {BottleIcon} from './bottleIcon'

| 'bold'
| 'bolt'
| 'book'

@@ -424,2 +426,3 @@ | 'bottle'

BoldIcon,
BoltIcon,
BookIcon,

@@ -625,2 +628,3 @@ BottleIcon,

bold: IconComponent
bolt: IconComponent
book: IconComponent

@@ -826,2 +830,3 @@ bottle: IconComponent

bold: BoldIcon,
bolt: BoltIcon,
book: BookIcon,

@@ -828,0 +833,0 @@ bottle: BottleIcon,

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

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