Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@chakra-ui/icons

Package Overview
Dependencies
Maintainers
3
Versions
469
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/icons - npm Package Compare versions

Comparing version 2.0.14 to 2.0.15

dist/Add.d.ts

179

dist/index.d.ts

@@ -1,121 +0,60 @@

import * as _chakra_ui_system from '@chakra-ui/system';
import * as _chakra_ui_icon from '@chakra-ui/icon';
export { CopyIcon } from './Copy.js';
export { SearchIcon } from './Search.js';
export { Search2Icon } from './Search2.js';
export { MoonIcon } from './Moon.js';
export { SunIcon } from './Sun.js';
export { AddIcon } from './Add.js';
export { SmallAddIcon } from './SmallAdd.js';
export { SettingsIcon } from './Settings.js';
export { CheckCircleIcon } from './CheckCircle.js';
export { LockIcon } from './Lock.js';
export { UnlockIcon } from './Unlock.js';
export { ViewIcon } from './View.js';
export { ViewOffIcon } from './ViewOff.js';
export { DownloadIcon } from './Download.js';
export { DeleteIcon } from './Delete.js';
export { RepeatIcon } from './Repeat.js';
export { RepeatClockIcon } from './RepeatClock.js';
export { EditIcon } from './Edit.js';
export { ChevronLeftIcon } from './ChevronLeft.js';
export { ChevronRightIcon } from './ChevronRight.js';
export { ChevronDownIcon } from './ChevronDown.js';
export { ChevronUpIcon } from './ChevronUp.js';
export { ArrowBackIcon } from './ArrowBack.js';
export { ArrowForwardIcon } from './ArrowForward.js';
export { ArrowUpIcon } from './ArrowUp.js';
export { ArrowUpDownIcon } from './ArrowUpDown.js';
export { ArrowDownIcon } from './ArrowDown.js';
export { ExternalLinkIcon } from './ExternalLink.js';
export { LinkIcon } from './Link.js';
export { PlusSquareIcon } from './PlusSquare.js';
export { CalendarIcon } from './Calendar.js';
export { ChatIcon } from './Chat.js';
export { TimeIcon } from './Time.js';
export { ArrowRightIcon } from './ArrowRight.js';
export { ArrowLeftIcon } from './ArrowLeft.js';
export { AtSignIcon } from './AtSign.js';
export { AttachmentIcon } from './Attachment.js';
export { UpDownIcon } from './UpDown.js';
export { StarIcon } from './Star.js';
export { EmailIcon } from './Email.js';
export { PhoneIcon } from './Phone.js';
export { DragHandleIcon } from './DragHandle.js';
export { SpinnerIcon } from './Spinner.js';
export { CloseIcon } from './Close.js';
export { SmallCloseIcon } from './SmallClose.js';
export { NotAllowedIcon } from './NotAllowed.js';
export { TriangleDownIcon } from './TriangleDown.js';
export { TriangleUpIcon } from './TriangleUp.js';
export { InfoOutlineIcon } from './InfoOutline.js';
export { BellIcon } from './Bell.js';
export { InfoIcon } from './Info.js';
export { QuestionIcon } from './Question.js';
export { QuestionOutlineIcon } from './QuestionOutline.js';
export { WarningIcon } from './Warning.js';
export { WarningTwoIcon } from './WarningTwo.js';
export { CheckIcon } from './Check.js';
export { MinusIcon } from './Minus.js';
export { HamburgerIcon } from './Hamburger.js';
export * from '@chakra-ui/icon';
declare const CopyIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const SearchIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const Search2Icon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const MoonIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const SunIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const AddIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const SmallAddIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const SettingsIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const CheckCircleIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const LockIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const UnlockIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const ViewIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const ViewOffIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const DownloadIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const DeleteIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const RepeatIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const RepeatClockIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const EditIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const ChevronLeftIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const ChevronRightIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const ChevronDownIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const ChevronUpIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const ArrowBackIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const ArrowForwardIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const ArrowUpIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const ArrowUpDownIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const ArrowDownIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const ExternalLinkIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const LinkIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const PlusSquareIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const CalendarIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const ChatIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const TimeIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const ArrowRightIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const ArrowLeftIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const AtSignIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const AttachmentIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const UpDownIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const StarIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const EmailIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const PhoneIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const DragHandleIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const SpinnerIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const CloseIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const SmallCloseIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const NotAllowedIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const TriangleDownIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const TriangleUpIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const InfoOutlineIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const BellIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const InfoIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const QuestionIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const QuestionOutlineIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const WarningIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const WarningTwoIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const CheckIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const MinusIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
declare const HamburgerIcon: _chakra_ui_system.ComponentWithAs<"svg", _chakra_ui_icon.IconProps>;
export { AddIcon, ArrowBackIcon, ArrowDownIcon, ArrowForwardIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpDownIcon, ArrowUpIcon, AtSignIcon, AttachmentIcon, BellIcon, CalendarIcon, ChatIcon, CheckCircleIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CloseIcon, CopyIcon, DeleteIcon, DownloadIcon, DragHandleIcon, EditIcon, EmailIcon, ExternalLinkIcon, HamburgerIcon, InfoIcon, InfoOutlineIcon, LinkIcon, LockIcon, MinusIcon, MoonIcon, NotAllowedIcon, PhoneIcon, PlusSquareIcon, QuestionIcon, QuestionOutlineIcon, RepeatClockIcon, RepeatIcon, Search2Icon, SearchIcon, SettingsIcon, SmallAddIcon, SmallCloseIcon, SpinnerIcon, StarIcon, SunIcon, TimeIcon, TriangleDownIcon, TriangleUpIcon, UnlockIcon, UpDownIcon, ViewIcon, ViewOffIcon, WarningIcon, WarningTwoIcon };
import '@chakra-ui/system';
{
"name": "@chakra-ui/icons",
"version": "2.0.14",
"version": "2.0.15",
"description": "Chakra UI icons",

@@ -8,3 +8,3 @@ "author": "Segun Adebayo <sage@adebayosegun.com>",

"license": "MIT",
"main": "dist/index.cjs.js",
"main": "dist/index.js",
"sideEffects": false,

@@ -33,15 +33,24 @@ "files": [

"clean-package": "2.1.1",
"@chakra-ui/system": "2.3.5",
"@chakra-ui/layout": "2.1.11"
"@chakra-ui/system": "2.3.6",
"@chakra-ui/layout": "2.1.12"
},
"dependencies": {
"@chakra-ui/icon": "3.0.13"
"@chakra-ui/icon": "3.0.14"
},
"module": "dist/index.esm.js",
"clean-package": "../../../clean-package.config.json",
"tsup": {
"clean": true,
"target": "es2019",
"format": [
"cjs",
"esm"
]
},
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},

@@ -51,8 +60,8 @@ "./package.json": "./package.json"

"scripts": {
"build": "JSX=1 tsup src/index.ts --dts",
"build": "tsup src --dts",
"dev": "pnpm build:fast -- --watch",
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",
"build:fast": "JSX=1 tsup src/index.ts"
"build:fast": "tsup src"
}
}
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