@nextui-org/shared-icons
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -11,4 +11,6 @@ export { AlignTopBoldIcon } from './align-top.js'; | ||
export { ShoppingCartBoldIcon } from './shopping-cart.js'; | ||
export { SendFilledIcon } from './send.js'; | ||
export { PlusFilledIcon } from './plus.js'; | ||
import 'react/jsx-runtime'; | ||
import '../types.js'; | ||
import 'react'; |
@@ -30,2 +30,4 @@ "use strict"; | ||
PetBoldIcon: () => PetBoldIcon, | ||
PlusFilledIcon: () => PlusFilledIcon, | ||
SendFilledIcon: () => SendFilledIcon, | ||
ShoppingCartBoldIcon: () => ShoppingCartBoldIcon, | ||
@@ -456,2 +458,55 @@ VolumeHighBoldIcon: () => VolumeHighBoldIcon, | ||
); | ||
// src/bold/send.tsx | ||
var import_jsx_runtime11 = require("react/jsx-runtime"); | ||
var SendFilledIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.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_runtime11.jsx)("g", { clipPath: "url(#clip0_2703_16)", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)( | ||
"path", | ||
{ | ||
clipRule: "evenodd", | ||
d: "M15.9518 16.8594L11.0969 19.2869C7.67397 20.9984 5.96247 21.8541 4.97025 21.5914C4.02634 21.3415 3.28914 20.6043 3.03925 19.6604C2.77657 18.6682 3.63232 16.9567 5.34381 13.5337C5.61861 12.9841 5.75602 12.7093 5.81297 12.4217C5.86816 12.143 5.86816 11.8561 5.81297 11.5774C5.75602 11.2898 5.61862 11.015 5.34381 10.4654C3.63232 7.0424 2.77657 5.3309 3.03925 4.33869C3.28914 3.39478 4.02635 2.65757 4.97025 2.40768C5.96247 2.145 7.67396 3.00075 11.097 4.71225L15.9518 7.13967C20.1929 9.26023 22.3135 10.3205 22.3135 11.9996C22.3135 13.6786 20.1929 14.7389 15.9518 16.8594ZM10.5157 11.9627C10.518 11.5485 10.8556 11.2146 11.2698 11.2169L17.1916 11.2497C17.6058 11.252 17.9397 11.5896 17.9374 12.0038C17.9351 12.418 17.5975 12.7519 17.1833 12.7497L11.2615 12.7168C10.8473 12.7145 10.5134 12.3769 10.5157 11.9627Z", | ||
fill: "currentColor", | ||
fillRule: "evenodd" | ||
} | ||
) }), | ||
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("clipPath", { id: "clip0_2703_16", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("rect", { fill: "white", height: "24", width: "24" }) }) }) | ||
] | ||
} | ||
); | ||
// src/bold/plus.tsx | ||
var import_jsx_runtime12 = require("react/jsx-runtime"); | ||
var PlusFilledIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.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_runtime12.jsx)( | ||
"path", | ||
{ | ||
clipRule: "evenodd", | ||
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12.75 9C12.75 8.58579 12.4142 8.25 12 8.25C11.5858 8.25 11.25 8.58579 11.25 9L11.25 11.25H9C8.58579 11.25 8.25 11.5858 8.25 12C8.25 12.4142 8.58579 12.75 9 12.75H11.25V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15L12.75 12.75H15C15.4142 12.75 15.75 12.4142 15.75 12C15.75 11.5858 15.4142 11.25 15 11.25H12.75V9Z", | ||
fill: "currentColor", | ||
fillRule: "evenodd" | ||
} | ||
) | ||
} | ||
); | ||
// Annotate the CommonJS export names for ESM import in node: | ||
@@ -466,2 +521,4 @@ 0 && (module.exports = { | ||
PetBoldIcon, | ||
PlusFilledIcon, | ||
SendFilledIcon, | ||
ShoppingCartBoldIcon, | ||
@@ -468,0 +525,0 @@ VolumeHighBoldIcon, |
@@ -50,2 +50,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 { ShoppingCartBoldIcon } from './bold/shopping-cart.js'; | ||
export { SendFilledIcon } from './bold/send.js'; | ||
export { PlusFilledIcon } from './bold/plus.js'; | ||
export { CheckLinearIcon } from './linear/check.js'; | ||
@@ -52,0 +54,0 @@ export { CopyLinearIcon } from './linear/copy.js'; |
{ | ||
"name": "@nextui-org/shared-icons", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Internal icons set, commonly used in the components stories", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
435602
241
12729