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

@nextui-org/shared-icons

Package Overview
Dependencies
Maintainers
1
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextui-org/shared-icons - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

dist/bold/pet.d.ts

1

dist/bold/index.d.ts

@@ -7,4 +7,5 @@ export { AlignTopBoldIcon } from './align-top.js';

export { AlignHorizontallyBoldIcon } from './align-horizontally.js';
export { PetBoldIcon } from './pet.js';
import 'react/jsx-runtime';
import '../types.js';
import 'react';

@@ -28,3 +28,4 @@ "use strict";

AlignTopBoldIcon: () => AlignTopBoldIcon,
AlignVerticallyBoldIcon: () => AlignVerticallyBoldIcon
AlignVerticallyBoldIcon: () => AlignVerticallyBoldIcon,
PetBoldIcon: () => PetBoldIcon
});

@@ -282,2 +283,55 @@ module.exports = __toCommonJS(bold_exports);

);
// src/bold/pet.tsx
var import_jsx_runtime7 = require("react/jsx-runtime");
var PetBoldIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
"svg",
{
"aria-hidden": "true",
fill: "none",
focusable: "false",
height: "1em",
role: "presentation",
viewBox: "0 0 24 24",
width: "1em",
...props,
children: [
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
"path",
{
d: "M19.0803 15.7203C18.4903 12.1903 15.1003 9.32031 11.5203 9.32031C7.63028 9.32031 4.21028 12.4703 3.88028 16.3503C3.75028 17.8503 4.23028 19.2703 5.22028 20.3403C6.20028 21.4103 7.58028 22.0003 9.08028 22.0003H13.7603C15.4503 22.0003 16.9303 21.3403 17.9403 20.1503C18.9503 18.9603 19.3503 17.3803 19.0803 15.7203Z",
fill: "currentColor"
}
),
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
"path",
{
d: "M10.2796 7.86C11.8978 7.86 13.2096 6.54819 13.2096 4.93C13.2096 3.31181 11.8978 2 10.2796 2C8.66141 2 7.34961 3.31181 7.34961 4.93C7.34961 6.54819 8.66141 7.86 10.2796 7.86Z",
fill: "currentColor"
}
),
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
"path",
{
d: "M16.94 9.02844C18.2876 9.02844 19.38 7.93601 19.38 6.58844C19.38 5.24086 18.2876 4.14844 16.94 4.14844C15.5924 4.14844 14.5 5.24086 14.5 6.58844C14.5 7.93601 15.5924 9.02844 16.94 9.02844Z",
fill: "currentColor"
}
),
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
"path",
{
d: "M20.5496 12.9313C21.6266 12.9313 22.4996 12.0582 22.4996 10.9812C22.4996 9.90429 21.6266 9.03125 20.5496 9.03125C19.4727 9.03125 18.5996 9.90429 18.5996 10.9812C18.5996 12.0582 19.4727 12.9313 20.5496 12.9313Z",
fill: "currentColor"
}
),
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
"path",
{
d: "M3.94 10.9816C5.28757 10.9816 6.38 9.88914 6.38 8.54156C6.38 7.19399 5.28757 6.10156 3.94 6.10156C2.59243 6.10156 1.5 7.19399 1.5 8.54156C1.5 9.88914 2.59243 10.9816 3.94 10.9816Z",
fill: "currentColor"
}
)
]
}
);
// Annotate the CommonJS export names for ESM import in node:

@@ -290,3 +344,4 @@ 0 && (module.exports = {

AlignTopBoldIcon,
AlignVerticallyBoldIcon
AlignVerticallyBoldIcon,
PetBoldIcon
});

2

dist/chevron-down.d.ts

@@ -5,4 +5,4 @@ import * as react_jsx_runtime from 'react/jsx-runtime';

declare const ChevronDownIcon: ({ strokeWidth, ...otherProps }: IconSvgProps) => react_jsx_runtime.JSX.Element;
declare const ChevronDownIcon: ({ strokeWidth, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
export { ChevronDownIcon };

@@ -27,3 +27,3 @@ "use strict";

var import_jsx_runtime = require("react/jsx-runtime");
var ChevronDownIcon = ({ strokeWidth = 1.5, ...otherProps }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
var ChevronDownIcon = ({ strokeWidth = 1.5, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"svg",

@@ -36,16 +36,10 @@ {

role: "presentation",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth,
viewBox: "0 0 24 24",
width: "1em",
...otherProps,
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "m19.92 8.95-6.52 6.52c-.77.77-2.03.77-2.8 0L4.08 8.95",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeMiterlimit: 10,
strokeWidth
}
)
...props,
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m6 9 6 6 6-6" })
}

@@ -52,0 +46,0 @@ );

@@ -9,2 +9,4 @@ export { Activity, AddNoteBulk, Camera, CartIcon, ChevronDown, ChevronDownBold, CopyDocumentBulk, Delete, DeleteDocumentBulk, Edit, EditDocumentBulk, Eye, Flash, Lock, Mail, Minus, Moon, NewFile, Notification, Password, Plus, Scale, Search, Server, Sun, TagUser, Unlock, User, VolumeUp } from './icons.js';

export { ChevronDownIcon } from './chevron-down.js';
export { ChevronRightIcon } from './chevron-right.js';
export { ChevronUpIcon } from './chevron-up.js';
export { EllipsisIcon } from './ellipsis.js';

@@ -34,2 +36,3 @@ export { ForwardIcon } from './forward.js';

export { LinkIcon } from './link.js';
export { SelectorIcon } from './selector.js';
export { AddNoteBulkIcon } from './bulk/add-note.js';

@@ -45,2 +48,3 @@ export { CopyDocumentBulkIcon } from './bulk/copy-document.js';

export { AlignHorizontallyBoldIcon } from './bold/align-horizontally.js';
export { PetBoldIcon } from './bold/pet.js';
export { CheckLinearIcon } from './linear/check.js';

@@ -47,0 +51,0 @@ export { CopyLinearIcon } from './linear/copy.js';

{
"name": "@nextui-org/shared-icons",
"version": "2.0.2",
"version": "2.0.3",
"description": "Internal icons set, commonly used in the components stories",

@@ -30,6 +30,2 @@ "keywords": [

},
"devDependencies": {
"clean-package": "2.2.0",
"react": "^18.0.0"
},
"clean-package": "../../../clean-package.config.json",

@@ -36,0 +32,0 @@ "tsup": {

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 too big to display

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