@box/blueprint-web-assets 4.119.5 → 4.120.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgSlashBriefcase = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M21.295 4.499a.999.999 0 0 1 1.295 1.523l-1.826 1.551A2.996 2.996 0 0 1 22 10v8l-.004.154a3 3 0 0 1-2.842 2.842L19 21H5l-.03-.001-2.352 1.999a.999.999 0 0 1-1.295-1.523L21.295 4.499ZM8 18.423V19h8v-7.377l-8 6.8Zm10-8.5V19h1a1 1 0 0 0 1-1v-8a1 1 0 0 0-.918-.996L18 9.923ZM14 3a3 3 0 0 1 3 3v.01L13.484 9H8v4.661l-2 1.7V9H5a1 1 0 0 0-1 1v7.06l-1.92 1.632a3 3 0 0 1-.076-.538L2 18v-8a3 3 0 0 1 2.846-2.996L5 7h2V6a3 3 0 0 1 3-3h4Zm-4 2a1 1 0 0 0-1 1v1h6V6a1 1 0 0 0-1-1h-4Z", clipRule: "evenodd" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgSlashBriefcase);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -202,6 +202,7 @@ export { default as SidebarChevronLeft } from './SidebarChevronLeft';
|
|
|
202
202
|
export { default as SidebarChevronRight } from './SidebarChevronRight';
|
|
203
203
|
export { default as SidebarRight } from './SidebarRight';
|
|
204
204
|
export { default as Sign } from './Sign';
|
|
205
|
+
export { default as SlashBriefcase } from './SlashBriefcase';
|
|
205
206
|
export { default as Sparkles } from './Sparkles';
|
|
206
207
|
export { default as Split } from './Split';
|
|
207
208
|
export { default as SplitCell } from './SplitCell';
|
|
@@ -202,6 +202,7 @@ export { default as SidebarChevronLeft } from './SidebarChevronLeft';
|
|
|
202
202
|
export { default as SidebarChevronRight } from './SidebarChevronRight';
|
|
203
203
|
export { default as SidebarRight } from './SidebarRight';
|
|
204
204
|
export { default as Sign } from './Sign';
|
|
205
|
+
export { default as SlashBriefcase } from './SlashBriefcase';
|
|
205
206
|
export { default as Sparkles } from './Sparkles';
|
|
206
207
|
export { default as Split } from './Split';
|
|
207
208
|
export { default as SplitCell } from './SplitCell';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.120.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build-storybook": "nx run blueprint-web-assets:build-storybook",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
}
|
|
151
151
|
},
|
|
152
152
|
"devDependencies": {
|
|
153
|
-
"@box/storybook-utils": "^0.19.
|
|
153
|
+
"@box/storybook-utils": "^0.19.15",
|
|
154
154
|
"@figma/code-connect": "1.4.4",
|
|
155
155
|
"@types/react": "^18.0.0",
|
|
156
156
|
"@types/react-dom": "^18.0.0",
|