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 0.0.0-dev-v2-20231108142354 to 0.0.0-dev-v2-20240416125016

dist/bold/calendar-bold.d.ts

2

dist/bold/index.d.ts

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

export { PlusFilledIcon } from './plus.js';
export { CalendarBoldIcon } from './calendar-bold.js';
export { ClockSquareBoldIcon } from './clock-square-bold.js';
import 'react/jsx-runtime';
import '../types.js';
import 'react';

@@ -29,2 +29,4 @@ "use strict";

AlignVerticallyBoldIcon: () => AlignVerticallyBoldIcon,
CalendarBoldIcon: () => CalendarBoldIcon,
ClockSquareBoldIcon: () => ClockSquareBoldIcon,
PetBoldIcon: () => PetBoldIcon,

@@ -511,2 +513,73 @@ PlusFilledIcon: () => PlusFilledIcon,

);
// src/bold/calendar-bold.tsx
var import_jsx_runtime13 = require("react/jsx-runtime");
var CalendarBoldIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.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_runtime13.jsx)(
"path",
{
d: "M7.75 2.5a.75.75 0 0 0-1.5 0v1.58c-1.44.115-2.384.397-3.078 1.092c-.695.694-.977 1.639-1.093 3.078h19.842c-.116-1.44-.398-2.384-1.093-3.078c-.694-.695-1.639-.977-3.078-1.093V2.5a.75.75 0 0 0-1.5 0v1.513C15.585 4 14.839 4 14 4h-4c-.839 0-1.585 0-2.25.013z",
fill: "currentColor"
}
),
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
"path",
{
clipRule: "evenodd",
d: "M2 12c0-.839 0-1.585.013-2.25h19.974C22 10.415 22 11.161 22 12v2c0 3.771 0 5.657-1.172 6.828C19.657 22 17.771 22 14 22h-4c-3.771 0-5.657 0-6.828-1.172C2 19.657 2 17.771 2 14zm15 2a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-4-5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-6-3a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2",
fill: "currentColor",
fillRule: "evenodd"
}
)
]
}
);
// src/bold/clock-square-bold.tsx
var import_jsx_runtime14 = require("react/jsx-runtime");
var ClockSquareBoldIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.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_runtime14.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("mask", { id: "solarClockSquareBold0", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("g", { fill: "none", children: [
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
"path",
{
d: "M2 12c0-4.714 0-7.071 1.464-8.536C4.93 2 7.286 2 12 2c4.714 0 7.071 0 8.535 1.464C22 4.93 22 7.286 22 12c0 4.714 0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12",
fill: "#fff"
}
),
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
"path",
{
clipRule: "evenodd",
d: "M12 7.25a.75.75 0 0 1 .75.75v3.69l2.28 2.28a.75.75 0 1 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1-.22-.53V8a.75.75 0 0 1 .75-.75",
fill: "#000",
fillRule: "evenodd"
}
)
] }) }) }),
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "M0 0h24v24H0z", fill: "currentColor", mask: "url(#solarClockSquareBold0)" })
]
}
);
// Annotate the CommonJS export names for ESM import in node:

@@ -520,2 +593,4 @@ 0 && (module.exports = {

AlignVerticallyBoldIcon,
CalendarBoldIcon,
ClockSquareBoldIcon,
PetBoldIcon,

@@ -522,0 +597,0 @@ PlusFilledIcon,

5

dist/index.d.ts

@@ -52,2 +52,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 { PlusFilledIcon } from './bold/plus.js';
export { CalendarBoldIcon } from './bold/calendar-bold.js';
export { ClockSquareBoldIcon } from './bold/clock-square-bold.js';
export { CheckLinearIcon } from './linear/check.js';

@@ -57,4 +59,5 @@ export { CopyLinearIcon } from './linear/copy.js';

export { SearchLinearIcon } from './linear/search.js';
export { ClockCircleLinearIcon } from './linear/clock-circle-linear.js';
export { IconSvgProps } from './types.js';
import 'react';
import './types.js';
import 'react/jsx-runtime';

@@ -5,4 +5,5 @@ export { CheckLinearIcon } from './check.js';

export { SearchLinearIcon } from './search.js';
export { ClockCircleLinearIcon } from './clock-circle-linear.js';
import 'react/jsx-runtime';
import '../types.js';
import 'react';

@@ -25,2 +25,3 @@ "use strict";

ChevronCircleTopLinearIcon: () => ChevronCircleTopLinearIcon,
ClockCircleLinearIcon: () => ClockCircleLinearIcon,
CopyLinearIcon: () => CopyLinearIcon,

@@ -147,2 +148,22 @@ SearchLinearIcon: () => SearchLinearIcon

);
// src/linear/clock-circle-linear.tsx
var import_jsx_runtime5 = require("react/jsx-runtime");
var ClockCircleLinearIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
"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_runtime5.jsxs)("g", { fill: "none", stroke: "currentColor", strokeWidth: "1.5", children: [
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M12 8v4l2.5 2.5", strokeLinecap: "round", strokeLinejoin: "round" })
] })
}
);
// Annotate the CommonJS export names for ESM import in node:

@@ -152,4 +173,5 @@ 0 && (module.exports = {

ChevronCircleTopLinearIcon,
ClockCircleLinearIcon,
CopyLinearIcon,
SearchLinearIcon
});
{
"name": "@nextui-org/shared-icons",
"version": "0.0.0-dev-v2-20231108142354",
"version": "0.0.0-dev-v2-20240416125016",
"description": "Internal icons set, commonly used in the components stories",

@@ -51,3 +51,3 @@ "keywords": [

"build": "tsup src --dts",
"dev": "yarn build:fast -- --watch",
"dev": "pnpm build:fast --watch",
"clean": "rimraf dist .turbo",

@@ -54,0 +54,0 @@ "typecheck": "tsc --noEmit",

@@ -21,5 +21,5 @@ # @nextui-org/shared-icons

## Licence
## License
This project is licensed under the terms of the
[MIT license](https://github.com/nextui-org/nextui/blob/master/LICENSE).

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