New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jamsr-ui/shared-icons

Package Overview
Dependencies
Maintainers
0
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jamsr-ui/shared-icons - npm Package Compare versions

Comparing version 0.0.50 to 0.0.52

dist/chunk-DYELURTH.mjs

30

dist/index.d.ts

@@ -1,27 +0,3 @@

import * as react_jsx_runtime from 'react/jsx-runtime';
import { SVGProps } from 'react';
declare const ChevronDoubleLeftIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const ChevronDoubleRightIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const ChevronDownIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const ChevronLeftIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const ChevronUpIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const ChevronRightIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const InfoIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const CheckIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const CloseIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const DragDropHorizontalIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const EyeClosedIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const EyeOpenIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const FileAddIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const ImageAddIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const EmailIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const SearchIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const StarIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const ZipIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const PlusIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const MinusIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const TrashIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
declare const RefreshIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
export { CheckIcon, ChevronDoubleLeftIcon, ChevronDoubleRightIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CloseIcon, DragDropHorizontalIcon, EmailIcon, EyeClosedIcon, EyeOpenIcon, FileAddIcon, ImageAddIcon, InfoIcon, MinusIcon, PlusIcon, RefreshIcon, SearchIcon, StarIcon, TrashIcon, ZipIcon };
export { CheckIcon, ChevronDoubleLeftIcon, ChevronDoubleRightIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CloseIcon, DragDropHorizontalIcon, EmailIcon, EyeClosedIcon, EyeOpenIcon, FileAddIcon, ImageAddIcon, InfoIcon, MinusIcon, PlusIcon, RefreshIcon, SearchIcon, StarIcon, TrashIcon, ZipIcon } from './icons.js';
import 'react/jsx-runtime';
import 'react';
{
"name": "@jamsr-ui/shared-icons",
"private": false,
"version": "0.0.50",
"description": "",
"version": "0.0.52",
"description": "A react js ui library with tailwindcss",
"keywords": [

@@ -16,3 +16,7 @@ "react",

"files": [
"dist"
"dist",
"README",
"README.md",
"package.json",
"LICENSE"
],

@@ -30,3 +34,11 @@ "peerDependencies": {

},
"sideEffects": false
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/jamsrworld/jamsr-ui"
},
"bugs": {
"url": "https://github.com/jamsrworld/jamsr-ui/issues"
},
"homepage": "https://jamsr-ui.jamsrworld.com"
}

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