@box/blueprint-web-assets 4.112.12 → 4.113.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.
Files changed (40) hide show
  1. package/dist/icons/Content/FileBoxNote.js +1 -1
  2. package/dist/icons/Logo/Automate.d.ts +3 -0
  3. package/dist/icons/Logo/Automate.js +5 -0
  4. package/dist/icons/Logo/AutomateExecution.d.ts +3 -0
  5. package/dist/icons/Logo/AutomateExecution.js +5 -0
  6. package/dist/icons/Logo/NotesLogo.d.ts +3 -0
  7. package/dist/icons/Logo/NotesLogo.js +5 -0
  8. package/dist/icons/Logo/Workflow.js +1 -1
  9. package/dist/icons/Logo/WorkflowTemplate.js +1 -1
  10. package/dist/icons/Logo/index.d.ts +3 -0
  11. package/dist/icons/Logo/index.js +3 -0
  12. package/dist/icons/Medium/Automate.js +1 -1
  13. package/dist/icons/Medium/Funnel.js +1 -1
  14. package/dist/icons/Medium/Mermaid.d.ts +3 -0
  15. package/dist/icons/Medium/Mermaid.js +5 -0
  16. package/dist/icons/Medium/Notes.js +1 -1
  17. package/dist/icons/Medium/Pin.d.ts +3 -0
  18. package/dist/icons/Medium/Pin.js +5 -0
  19. package/dist/icons/Medium/Power.d.ts +3 -0
  20. package/dist/icons/Medium/Power.js +5 -0
  21. package/dist/icons/Medium/Quote.d.ts +3 -0
  22. package/dist/icons/Medium/Quote.js +5 -0
  23. package/dist/icons/Medium/RelayAdvanced.js +1 -1
  24. package/dist/icons/Medium/ReplaceText.d.ts +3 -0
  25. package/dist/icons/Medium/ReplaceText.js +5 -0
  26. package/dist/icons/Medium/Video.d.ts +3 -0
  27. package/dist/icons/Medium/Video.js +5 -0
  28. package/dist/icons/Medium/Workflow.d.ts +3 -0
  29. package/dist/icons/Medium/Workflow.js +5 -0
  30. package/dist/icons/Medium/index.d.ts +7 -0
  31. package/dist/icons/Medium/index.js +7 -0
  32. package/dist/icons/MediumFilled/Asterisk.d.ts +3 -0
  33. package/dist/icons/MediumFilled/Asterisk.js +5 -0
  34. package/dist/icons/MediumFilled/Automate.js +1 -1
  35. package/dist/icons/MediumFilled/Notes.js +1 -1
  36. package/dist/icons/MediumFilled/Workflow.d.ts +3 -0
  37. package/dist/icons/MediumFilled/Workflow.js +5 -0
  38. package/dist/icons/MediumFilled/index.d.ts +2 -0
  39. package/dist/icons/MediumFilled/index.js +2 -0
  40. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { forwardRef } from 'react';
3
- const SvgFileBoxNote = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "#D3D3D3", d: "M9 3h9.586a1 1 0 0 1 .707.293l6.415 6.414a1 1 0 0 1 .293.707V26A2.999 2.999 0 0 1 23 29H9a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3Z" }), _jsx("path", { fill: "white", fillOpacity: 0.5, d: "m19.286 3.286 5.01 5.009 1.412 1.412a1 1 0 0 1 .203.293H21a2 2 0 0 1-2-2V3.09a1 1 0 0 1 .286.196Z" }), _jsx("path", { fill: "#9725DD", fillRule: "evenodd", d: "m18.526 14.146-.92 1.375h-6.92a.686.686 0 1 1 .001-1.375h7.839Z", clipRule: "evenodd" }), _jsx("path", { fill: "#0061D5", fillRule: "evenodd", d: "m16.379 17.583-.92 1.375h-4.762a.69.69 0 0 1-.697-.687c0-.38.31-.688.697-.688h5.682Z", clipRule: "evenodd" }), _jsx("path", { fill: "#00C8C0", fillRule: "evenodd", d: "m14.23 21.02-.423.637c-.097.154-.174.32-.23.493l-.03.118-.028.127h-2.83a.687.687 0 0 1 0-1.374h3.542v-.001Z", clipRule: "evenodd" }), _jsx("path", { fill: "black", fillRule: "evenodd", d: "m14.841 21.332 4.64-6.72.053.092c.074.114.235.322.538.541.456.329.797.374.797.374l-4.64 6.72a2.558 2.558 0 0 1-.461.483l-1.373 1.037c-.146.11-.234.054-.193-.14l.372-1.764c.04-.187.156-.46.267-.623Zm6.648-8.163c.373.272.407.704.407.704a3.57 3.57 0 0 1-.314.607l-.28.417-.09-.016a1.714 1.714 0 0 1-.632-.282c-.35-.255-.628-.687-.628-.687l.28-.418c.106-.158.284-.397.448-.51l.074-.009c.14-.012.456-.01.735.194Z", clipRule: "evenodd" })] }));
3
+ const SvgFileBoxNote = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "#D3D3D3", d: "M9 3h9.586a1 1 0 0 1 .707.293l6.415 6.414a1 1 0 0 1 .293.707V26A3 3 0 0 1 23 29H9a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3Z" }), _jsx("path", { fill: "white", fillOpacity: 0.5, d: "m19.286 3.286 5.01 5.009 1.412 1.412a1 1 0 0 1 .203.293H21a2 2 0 0 1-2-2V3.09a1 1 0 0 1 .286.196Z" }), _jsx("path", { fill: "#9625DD", d: "M16.656 13.75a.656.656 0 1 1 0 1.313H10.97a.656.656 0 1 1 0-1.313h5.687Z" }), _jsx("path", { fill: "#2360D5", d: "M14.76 16.813a.656.656 0 0 1 0 1.312H10.97a.656.656 0 1 1 0-1.313h3.792Z" }), _jsx("path", { fill: "#42C8C0", d: "M13.01 19.875a.656.656 0 0 1 0 1.313H10.97a.656.656 0 1 1 0-1.313h2.042Z" }), _jsx("path", { fill: "black", d: "m20.544 16.595-3.95 6.843c-.093.16-.223.299-.378.401l-1.407.93a.36.36 0 0 1-.558-.323l.101-1.682c.012-.186.066-.367.16-.529l3.95-6.842 2.082 1.202Zm-1.06-2.973a.902.902 0 0 1 1.232-.33l.52.3c.432.25.58.801.33 1.232l-.571.99-2.083-1.203.572-.99Z" })] }));
4
4
  const ForwardRef = forwardRef(SvgFileBoxNote);
5
5
  export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgAutomate = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "url(#Automate_svg__a)", d: "M26 0H6a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V6a6 6 0 0 0-6-6Z" }), _jsx("path", { fill: "white", d: "M10.78 16.892a.998.998 0 0 1 1.411 1.41c-.702.703-1.158 1.367-1.324 1.931-.141.484-.082.907.344 1.36.153.164.428.31.908.368.48.06 1.076.02 1.746-.1 1.337-.24 2.768-.769 3.744-1.175l.431-.18a2.996 2.996 0 0 1 5.95.485 2.996 2.996 0 0 1-2.994 2.994 2.991 2.991 0 0 1-2.578-1.476l-.042.019c-1.02.425-2.608 1.018-4.157 1.297-.774.14-1.589.21-2.343.117-.754-.092-1.537-.36-2.12-.982-.941-1.002-1.13-2.17-.804-3.287.303-1.037 1.033-1.987 1.828-2.781Zm10.216 3.101a.999.999 0 1 0 0 1.998.999.999 0 0 0 0-1.998Zm-5.335-6.758a.362.362 0 0 1 .673 0l.227.572a2.896 2.896 0 0 0 1.63 1.631l.572.226a.362.362 0 0 1 0 .673l-.572.226a2.895 2.895 0 0 0-1.63 1.63l-.227.572a.362.362 0 0 1-.673 0l-.225-.571a2.896 2.896 0 0 0-1.632-1.631l-.571-.226a.362.362 0 0 1 0-.673l.571-.226a2.897 2.897 0 0 0 1.632-1.632l.225-.571ZM11.005 8.01c1.097 0 2.054.592 2.576 1.473l.04-.017c1.021-.425 2.608-1.018 4.158-1.297.774-.14 1.588-.21 2.343-.117.753.092 1.536.36 2.12.982.94 1.002 1.13 2.17.804 3.287-.304 1.037-1.033 1.987-1.828 2.782a.998.998 0 0 1-1.412-1.412c.703-.702 1.159-1.365 1.324-1.93.142-.484.082-.907-.343-1.36-.154-.164-.428-.31-.908-.368-.48-.06-1.077-.02-1.746.1-1.337.241-2.768.769-3.744 1.176l-.428.177a2.995 2.995 0 0 1-5.95-.483 2.995 2.995 0 0 1 2.994-2.993Zm0 1.996a1 1 0 0 0-.999.997 1 1 0 0 0 1.998 0 .999.999 0 0 0-.999-.997Z" }), _jsx("defs", { children: _jsxs("linearGradient", { id: "Automate_svg__a", x1: 4, x2: 25.5, y1: 1.5, y2: 37.5, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#F44339" }), _jsx("stop", { offset: 1, stopColor: "#F1811A" })] }) })] }));
4
+ const ForwardRef = forwardRef(SvgAutomate);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgAutomateExecution = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "#FDF2E8", d: "M0 6a6 6 0 0 1 6-6h20a6 6 0 0 1 6 6v20a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6Z" }), _jsx("path", { fill: "url(#AutomateExecution_svg__a)", d: "M10.773 16.893a1 1 0 0 1 1.414 1.413c-.704.703-1.16 1.367-1.326 1.932-.141.485-.082.909.344 1.363.154.163.428.309.91.368.48.059 1.077.02 1.747-.1 1.34-.242 2.772-.77 3.75-1.178l.431-.18a3 3 0 0 1 5.958.486 2.995 2.995 0 0 1-5.58 1.52l-.042.02c-1.022.425-2.61 1.019-4.162 1.298-.775.14-1.59.21-2.346.117-.755-.093-1.539-.36-2.123-.983-.942-1.003-1.132-2.172-.805-3.291.304-1.039 1.034-1.99 1.83-2.785Zm10.229 3.105a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-5.34-6.767a.362.362 0 0 1 .673 0l.226.573a2.9 2.9 0 0 0 1.633 1.633l.573.226a.362.362 0 0 1 0 .674l-.573.227a2.899 2.899 0 0 0-1.633 1.632l-.226.573a.362.362 0 0 1-.674 0l-.226-.573a2.9 2.9 0 0 0-1.633-1.633l-.572-.226a.362.362 0 0 1 0-.674l.572-.226a2.9 2.9 0 0 0 1.633-1.633l.226-.572ZM10.998 8c1.098 0 2.057.593 2.58 1.475l.04-.017c1.022-.425 2.61-1.02 4.162-1.299.775-.14 1.59-.21 2.346-.117.755.093 1.539.361 2.123.983.942 1.003 1.132 2.172.805 3.291-.304 1.04-1.034 1.99-1.83 2.786a1 1 0 0 1-1.414-1.414c.704-.702 1.16-1.367 1.326-1.932.141-.485.082-.909-.344-1.362-.154-.164-.428-.31-.91-.369-.48-.059-1.077-.02-1.747.101-1.339.241-2.772.77-3.75 1.177l-.427.177a3 3 0 0 1-5.958-.483A2.999 2.999 0 0 1 10.999 8Zm0 1.998a1 1 0 0 0-1 1 1 1 0 0 0 2 0 1 1 0 0 0-1-1Z" }), _jsx("defs", { children: _jsxs("linearGradient", { id: "AutomateExecution_svg__a", x1: 10.001, x2: 20.746, y1: 8.75, y2: 26.747, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#F44339" }), _jsx("stop", { offset: 1, stopColor: "#F1811A" })] }) })] }));
4
+ const ForwardRef = forwardRef(SvgAutomateExecution);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgNotesLogo = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "#9625DD", d: "M17.5 4a1.5 1.5 0 0 1 0 3h-13a1.5 1.5 0 1 1 0-3h13Z" }), _jsx("path", { fill: "#2360D5", d: "M13.167 11a1.5 1.5 0 0 1 0 3H4.5a1.5 1.5 0 0 1 0-3h8.667Z" }), _jsx("path", { fill: "#42C8C0", d: "M9.167 18a1.5 1.5 0 0 1 0 3H4.5a1.5 1.5 0 0 1 0-3h4.667Z" }), _jsx("path", { fill: "black", d: "m26.386 10.636-9.029 15.26a2.71 2.71 0 0 1-.864.896l-3.214 2.073c-.567.366-1.318-.058-1.277-.72l.232-3.751c.026-.415.15-.82.363-1.18l9.029-15.26 4.76 2.682Zm-2.422-6.63c.569-.962 1.83-1.292 2.815-.736l1.19.67a1.985 1.985 0 0 1 .755 2.747l-1.308 2.208-4.76-2.682 1.308-2.207Z" })] }));
4
+ const ForwardRef = forwardRef(SvgNotesLogo);
5
+ export default ForwardRef;
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { forwardRef } from 'react';
3
- const SvgWorkflow = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "#F1811A", d: "M26 2H6a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h20a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4Z" }), _jsx("path", { fill: "white", fillRule: "evenodd", d: "M21 19a2 2 0 1 1 .001 3.999A2 2 0 0 1 21 19ZM19.5 9a3.5 3.5 0 1 1 0 7H13a2 2 0 1 0 0 4h3a1 1 0 0 1 0 2h-3c-2.21 0-4-1.79-4-4s1.79-4 4-4h6.5a1.5 1.5 0 0 0 1.493-1.356L21 12.5a1.5 1.5 0 0 0-1.5-1.5H14a1 1 0 0 1 0-2h5.5ZM10 9a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z", clipRule: "evenodd" })] }));
3
+ const SvgWorkflow = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: _jsxs("g", { children: [_jsx("path", { fill: "#F5B31B", d: "M26 0H6a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V6a6 6 0 0 0-6-6Z" }), _jsx("path", { fill: "white", fillRule: "evenodd", d: "M21 19a2 2 0 1 1 .001 3.999A2 2 0 0 1 21 19ZM19.5 9a3.5 3.5 0 1 1 0 7H13a2 2 0 1 0 0 4h3a1 1 0 0 1 0 2h-3c-2.21 0-4-1.79-4-4s1.79-4 4-4h6.5a1.5 1.5 0 0 0 1.493-1.356L21 12.5a1.5 1.5 0 0 0-1.5-1.5H14a1 1 0 0 1 0-2h5.5ZM10 9a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z", clipRule: "evenodd" })] }) }));
4
4
  const ForwardRef = forwardRef(SvgWorkflow);
5
5
  export default ForwardRef;
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { forwardRef } from 'react';
3
- const SvgWorkflowTemplate = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "#9F3FED", d: "M26 2H6a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h20a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4Z" }), _jsx("path", { fill: "white", fillRule: "evenodd", d: "M21 19a2 2 0 1 1 .001 3.999A2 2 0 0 1 21 19ZM19.5 9a3.5 3.5 0 1 1 0 7H13a2 2 0 1 0 0 4h3a1 1 0 0 1 0 2h-3c-2.21 0-4-1.79-4-4s1.79-4 4-4h6.5a1.5 1.5 0 0 0 1.493-1.356L21 12.5a1.5 1.5 0 0 0-1.5-1.5H14a1 1 0 0 1 0-2h5.5ZM10 9a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z", clipRule: "evenodd" })] }));
3
+ const SvgWorkflowTemplate = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: _jsxs("g", { children: [_jsx("path", { fill: "#9F3FED", d: "M26 0H6a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V6a6 6 0 0 0-6-6Z" }), _jsx("path", { fill: "white", fillRule: "evenodd", d: "M21 19a2 2 0 1 1 .001 3.999A2 2 0 0 1 21 19ZM19.5 9a3.5 3.5 0 1 1 0 7H13a2 2 0 1 0 0 4h3a1 1 0 0 1 0 2h-3c-2.21 0-4-1.79-4-4s1.79-4 4-4h6.5a1.5 1.5 0 0 0 1.493-1.356L21 12.5a1.5 1.5 0 0 0-1.5-1.5H14a1 1 0 0 1 0-2h5.5ZM10 9a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z", clipRule: "evenodd" })] }) }));
4
4
  const ForwardRef = forwardRef(SvgWorkflowTemplate);
5
5
  export default ForwardRef;
@@ -28,6 +28,8 @@ export { default as AgentMistral } from './AgentMistral';
28
28
  export { default as AgentOpenAi } from './AgentOpenAi';
29
29
  export { default as AmericanExpress } from './AmericanExpress';
30
30
  export { default as Apps } from './Apps';
31
+ export { default as Automate } from './Automate';
32
+ export { default as AutomateExecution } from './AutomateExecution';
31
33
  export { default as BlueprintCompact } from './BlueprintCompact';
32
34
  export { default as BlueprintFull } from './BlueprintFull';
33
35
  export { default as BoxAiAdvancedLogo24 } from './BoxAiAdvancedLogo24';
@@ -69,6 +71,7 @@ export { default as ModelGemini } from './ModelGemini';
69
71
  export { default as ModelGrok } from './ModelGrok';
70
72
  export { default as ModelLlama } from './ModelLlama';
71
73
  export { default as ModelWatson } from './ModelWatson';
74
+ export { default as NotesLogo } from './NotesLogo';
72
75
  export { default as Notifications } from './Notifications';
73
76
  export { default as NumbersForMac } from './NumbersForMac';
74
77
  export { default as PagesForMac } from './PagesForMac';
@@ -28,6 +28,8 @@ export { default as AgentMistral } from './AgentMistral';
28
28
  export { default as AgentOpenAi } from './AgentOpenAi';
29
29
  export { default as AmericanExpress } from './AmericanExpress';
30
30
  export { default as Apps } from './Apps';
31
+ export { default as Automate } from './Automate';
32
+ export { default as AutomateExecution } from './AutomateExecution';
31
33
  export { default as BlueprintCompact } from './BlueprintCompact';
32
34
  export { default as BlueprintFull } from './BlueprintFull';
33
35
  export { default as BoxAiAdvancedLogo24 } from './BoxAiAdvancedLogo24';
@@ -69,6 +71,7 @@ export { default as ModelGemini } from './ModelGemini';
69
71
  export { default as ModelGrok } from './ModelGrok';
70
72
  export { default as ModelLlama } from './ModelLlama';
71
73
  export { default as ModelWatson } from './ModelWatson';
74
+ export { default as NotesLogo } from './NotesLogo';
72
75
  export { default as Notifications } from './Notifications';
73
76
  export { default as NumbersForMac } from './NumbersForMac';
74
77
  export { default as PagesForMac } from './PagesForMac';
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from 'react';
3
- const SvgAutomate = (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', d: "M7.027 12.62a1 1 0 0 1 .947 1.761l-.582.313a2.47 2.47 0 0 0 2.075 4.472l4.539-1.791A3 3 0 1 1 17 20.184a2.99 2.99 0 0 1-2.204-.97L10.2 21.025a4.47 4.47 0 0 1-3.757-8.094l.583-.312ZM17 16.183a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-5.337-6.771a.362.362 0 0 1 .674 0l.226.573a2.9 2.9 0 0 0 1.634 1.635l.574.225a.363.363 0 0 1 0 .675l-.574.226a2.901 2.901 0 0 0-1.633 1.634l-.227.573a.362.362 0 0 1-.674 0l-.226-.573a2.9 2.9 0 0 0-1.634-1.634l-.574-.226a.363.363 0 0 1 0-.675l.574-.225a2.9 2.9 0 0 0 1.633-1.635l.227-.573Zm1.9-6.335c2.68-1.183 5.762.453 6.285 3.337a4.53 4.53 0 0 1-2.312 4.796l-.575.309a1 1 0 1 1-.947-1.76l.575-.31a2.53 2.53 0 0 0-2.22-4.542L9.98 6.843a3 3 0 1 1-.878-1.8l4.462-1.966ZM7 6.182a1 1 0 1 0 .001 2.001 1 1 0 0 0-.001-2Z" }) }));
3
+ const SvgAutomate = (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', d: "M6.773 12.893a1 1 0 0 1 1.414 1.413c-.704.703-1.16 1.367-1.326 1.932-.141.485-.082.909.344 1.363.154.163.428.309.91.368.48.059 1.077.02 1.747-.1 1.34-.242 2.772-.77 3.75-1.178l.431-.18a3 3 0 0 1 5.958.486 2.995 2.995 0 0 1-5.58 1.52l-.042.02c-1.022.425-2.61 1.019-4.162 1.298-.775.14-1.59.21-2.346.117-.755-.093-1.539-.36-2.123-.983-.942-1.003-1.132-2.172-.805-3.291.304-1.039 1.034-1.99 1.83-2.785Zm10.229 3.105a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-5.34-6.767a.362.362 0 0 1 .673 0l.226.573a2.9 2.9 0 0 0 1.633 1.633l.573.226a.362.362 0 0 1 0 .674l-.573.226a2.899 2.899 0 0 0-1.633 1.633l-.226.573a.362.362 0 0 1-.674 0l-.226-.573a2.9 2.9 0 0 0-1.633-1.633l-.573-.226a.362.362 0 0 1 0-.674l.573-.226a2.9 2.9 0 0 0 1.633-1.633l.226-.573ZM6.998 4c1.098 0 2.057.593 2.58 1.475l.04-.017c1.022-.425 2.61-1.02 4.162-1.299.775-.14 1.59-.21 2.346-.117.755.093 1.539.361 2.123.983.942 1.003 1.132 2.172.805 3.291-.304 1.04-1.034 1.99-1.83 2.786a1 1 0 0 1-1.414-1.414c.704-.702 1.16-1.367 1.326-1.932.141-.485.082-.909-.344-1.362-.154-.164-.428-.31-.91-.369-.48-.059-1.077-.02-1.747.101-1.339.241-2.772.77-3.75 1.177l-.427.177a3 3 0 0 1-5.958-.483A2.999 2.999 0 0 1 6.999 4Zm0 1.998a1 1 0 0 0-1 1 1 1 0 0 0 2 0 1 1 0 0 0-1-1Z" }) }));
4
4
  const ForwardRef = forwardRef(SvgAutomate);
5
5
  export default ForwardRef;
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from 'react';
3
- const SvgFunnel = (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', d: "M17 3a4 4 0 0 1 4 4v1c0 1.968-1.305 3.476-2.625 4.531-1.116.893-2.404 1.589-3.375 2.083V18a1 1 0 0 1-.4.8l-3.84 2.88A1.1 1.1 0 0 1 9 20.8v-6.186c-.97-.494-2.26-1.19-3.375-2.083C4.305 11.476 3 9.968 3 8V7a4 4 0 0 1 4-4h10ZM7 5a2 2 0 0 0-2 2v1l.008.193c.08.963.76 1.89 1.867 2.776 1.155.924 2.561 1.63 3.572 2.136A1 1 0 0 1 11 14v5l2-1.5V14a1 1 0 0 1 .553-.895c1.01-.505 2.417-1.212 3.572-2.136C18.305 10.024 19 9.032 19 8V7a2 2 0 0 0-2-2H7Z" }) }));
3
+ const SvgFunnel = (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', d: "M14 16a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2h4Zm3-5a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2h10Zm3-5a1 1 0 1 1 0 2H4a1 1 0 0 1 0-2h16Z" }) }));
4
4
  const ForwardRef = forwardRef(SvgFunnel);
5
5
  export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgMermaid = (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', d: "M21 3a1 1 0 0 1 1 1c0 1.962.014 4.547-.954 6.828-.922 2.174-2.692 3.99-5.879 4.91l.813 4.067A1 1 0 0 1 15 21H9a1 1 0 0 1-.98-1.196l.813-4.068c-3.187-.92-4.957-2.735-5.879-4.909C1.986 8.547 2 5.962 2 4a1 1 0 0 1 1-1c1.67 0 4.08.542 6.096 1.617 1.09.582 2.16 1.376 2.904 2.399.744-1.023 1.814-1.817 2.904-2.399C16.92 3.542 19.331 3 21 3Zm-1.008 2.07c-1.25.16-2.804.597-4.146 1.313-1.656.883-2.708 2.027-2.833 3.35l-.018.37a.992.992 0 0 1-.07.278l-.018.037a.996.996 0 0 1-.13.21l-.014.017a1 1 0 0 1-.122.12l-.011.01a.999.999 0 0 1-.144.097l-.014.009c-.018.01-.035.017-.053.025l-.05.023-.015.006A1.023 1.023 0 0 1 12 11a1.015 1.015 0 0 1-.348-.063l-.023-.01a.925.925 0 0 1-.049-.02l-.053-.026-.014-.009a1.02 1.02 0 0 1-.144-.097l-.01-.01a1.01 1.01 0 0 1-.123-.12l-.013-.016a.896.896 0 0 1-.059-.081 1.003 1.003 0 0 1-.072-.13c-.006-.012-.013-.024-.018-.037a.994.994 0 0 1-.07-.279l-.017-.369c-.125-1.323-1.177-2.467-2.833-3.35C6.812 5.667 5.26 5.23 4.008 5.07c.022 1.71.141 3.453.788 4.977.74 1.743 2.21 3.29 5.414 3.976a1 1 0 0 1 .77 1.174l-.76 3.804h3.56l-.76-3.804a1 1 0 0 1 .77-1.174c3.203-.686 4.675-2.233 5.414-3.976.646-1.524.765-3.267.788-4.977Z" }) }));
4
+ const ForwardRef = forwardRef(SvgMermaid);
5
+ export default ForwardRef;
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from 'react';
3
- const SvgNotes = (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: "M15.627 3a3 3 0 0 1 4.098-1.098l.866.5a3 3 0 0 1 1.098 4.099l-1 1.732-6.014 10.416a3 3 0 0 1-.945 1.004l-4.02 2.654a1.15 1.15 0 0 1-1.782-1.028l.289-4.81a3 3 0 0 1 .396-1.32l6.014-10.416 1-1.732Zm3.098.635A1 1 0 0 0 17.36 4l-.5.866 2.598 1.5.5-.866a1 1 0 0 0-.366-1.366l-.866-.5Zm-.268 4.464-2.598-1.5-5.514 9.55a1 1 0 0 0-.132.44l-.187 3.113 2.602-1.718a1 1 0 0 0 .315-.335l5.514-9.55ZM3 3a1 1 0 0 0 0 2h8a1 1 0 1 0 0-2H3Zm0 5a1 1 0 0 0 0 2h5a1 1 0 0 0 0-2H3Zm0 5a1 1 0 1 0 0 2h2a1 1 0 0 0 0-2H3Z", clipRule: "evenodd" }) }));
3
+ const SvgNotes = (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', d: "M15.54 3.502a3 3 0 0 1 4.097-1.099l.866.5a3.001 3.001 0 0 1 1.099 4.099l-1 1.731-5.435 9.413a3.004 3.004 0 0 1-.945 1.004l-4.02 2.655a1.15 1.15 0 0 1-1.783-1.029l.289-4.81c.028-.464.164-.916.396-1.32l5.435-9.413 1-1.731Zm-4.703 12.145a1.004 1.004 0 0 0-.133.44l-.186 3.111 2.601-1.716c.13-.086.238-.201.316-.335l4.933-8.548-2.597-1.5-4.934 8.547ZM5 13a1 1 0 1 1 0 2H3a1 1 0 0 1 0-2h2Zm3-5a1 1 0 1 1 0 2H3a1 1 0 0 1 0-2h5Zm10.637-3.864a1 1 0 0 0-1.366.366l-.5.865 2.598 1.5.5-.865a1 1 0 0 0-.366-1.366l-.866-.5ZM11 3a1 1 0 1 1 0 2H3a1 1 0 0 1 0-2h8Z" }) }));
4
4
  const ForwardRef = forwardRef(SvgNotes);
5
5
  export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgPin = (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', d: "M12.23 3.5a3 3 0 0 1 4.097-1.098l3.176 1.834A3 3 0 0 1 20.6 8.334l-.042.072a2.915 2.915 0 0 1-3.028 1.412l-.792 1.371c.96 1.026 1.521 2.14 1.784 3.25a7.167 7.167 0 0 1-.43 4.514c-.333.738-1.127 1.016-1.794.85a24.9 24.9 0 0 1-5.528-2.112l-.846 1.466a8 8 0 0 1-1.617 1.983l-.905.803a.22.22 0 0 1-.361-.209l.243-1.184c.172-.841.479-1.65.908-2.393l.846-1.466a24.896 24.896 0 0 1-4.591-3.73c-.478-.495-.635-1.322-.162-1.98l.137-.183A7.175 7.175 0 0 1 7.98 8.352c1.093-.327 2.338-.4 3.707-.08l.792-1.37a2.915 2.915 0 0 1-.292-3.33l.042-.071Zm1.186 7.612c-2.033-1.173-3.656-1.204-4.862-.844a5.173 5.173 0 0 0-2.398 1.573 22.895 22.895 0 0 0 10.258 5.921 5.17 5.17 0 0 0 .163-2.862c-.29-1.224-1.129-2.614-3.161-3.788Zm1.91-6.977a1 1 0 0 0-1.364.366l-.042.071a.918.918 0 0 0 .335 1.253 1 1 0 0 1 .367 1.366l-1.019 1.763c.267.127.539.268.813.426.273.158.53.322.774.49l1.019-1.763a1 1 0 0 1 1.366-.366.917.917 0 0 0 1.253-.335l.04-.072a1 1 0 0 0-.365-1.366l-3.176-1.833Z" }) }));
4
+ const ForwardRef = forwardRef(SvgPin);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgPower = (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', d: "M17.1 5.265a1 1 0 0 1 1.413.057C20.1 7.046 21 9.312 21 11.872 21 17.111 17.032 21 12.055 21 7.095 21 3 17.13 3 11.871 3 9.277 4.039 7.02 5.603 5.322a1 1 0 0 1 1.47 1.356C5.811 8.048 5 9.834 5 11.87 5 16.005 8.178 19 12.055 19 15.913 19 19 16.022 19 11.871c0-2.072-.72-3.85-1.958-5.193a1 1 0 0 1 .059-1.413ZM12 2a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1Z" }) }));
4
+ const ForwardRef = forwardRef(SvgPower);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgQuote = (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', d: "M4 4a1 1 0 0 1 1 1v14a1 1 0 1 1-2 0V5a1 1 0 0 1 1-1Zm14 12a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h10Zm-3-5a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h7Zm6-5a1 1 0 1 1 0 2H8a1 1 0 0 1 0-2h13Z" }) }));
4
+ const ForwardRef = forwardRef(SvgQuote);
5
+ export default ForwardRef;
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from 'react';
3
- const SvgRelayAdvanced = (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', d: "M7 2c1.306 0 2.414.835 2.826 2H16.5l.231.006A4.5 4.5 0 0 1 16.5 13h-1.052l-.039-.002c-.018.02-.036.043-.056.063l-2.293 2.293a1.5 1.5 0 0 1-2.12 0L8.646 13.06 8.592 13H7.5a2.5 2.5 0 0 0-.256 4.987L7.5 18H14c.057 0 .113.005.168.015a3 3 0 1 1 0 1.97c-.055.009-.11.015-.168.015H7.5l-.231-.006A4.5 4.5 0 0 1 7.5 11h1.092c.018-.02.035-.041.054-.06l2.293-2.294.115-.102a1.5 1.5 0 0 1 2.006.102l2.293 2.293c.02.02.038.041.056.062l.04-.001H16.5a2.5 2.5 0 0 0 .256-4.987L16.5 6H9.826A2.999 2.999 0 0 1 4 5a3 3 0 0 1 3-3Zm10 16a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-6.586-6L12 13.586 13.586 12 12 10.414 10.414 12ZM7 4a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z" }) }));
3
+ const SvgRelayAdvanced = (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', d: "M7 2c1.306 0 2.414.835 2.826 2h5.68a4.5 4.5 0 0 1 0 9h-.058l-.039-.002c-.018.02-.036.043-.056.063l-2.293 2.293a1.5 1.5 0 0 1-2.12 0L8.646 13.06 8.592 13h-.068a2.5 2.5 0 0 0 0 5H14c.057 0 .113.005.168.015a3 3 0 1 1 0 1.97c-.055.009-.11.015-.168.015H8.524a4.5 4.5 0 0 1 0-9h.068c.018-.02.035-.041.054-.06l2.293-2.294.115-.102a1.5 1.5 0 0 1 2.006.102l2.293 2.293c.02.02.038.041.056.062l.04-.001h.057a2.5 2.5 0 0 0 0-5h-5.68A2.999 2.999 0 0 1 4 5a3 3 0 0 1 3-3Zm10 16a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-6.586-6L12 13.586 13.586 12 12 10.414 10.414 12ZM7 4a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z" }) }));
4
4
  const ForwardRef = forwardRef(SvgRelayAdvanced);
5
5
  export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgReplaceText = (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', d: "M14 5a1 1 0 0 1 1 1v6.062a3.89 3.89 0 0 1 2.5-.912c2.704 0 4.5 2.711 4.5 5.5 0 2.79-1.796 5.5-4.5 5.5-.974 0-1.829-.352-2.526-.932A1 1 0 0 1 13 21V6a1 1 0 0 1 1-1ZM4 15a1 1 0 0 1 1 1 2 2 0 0 0 2 2h.586l-.293-.293a1 1 0 0 1 1.414-1.414l2 2a1 1 0 0 1 0 1.414l-2 2a1 1 0 0 1-1.414-1.414L7.586 20H7a4 4 0 0 1-4-4 1 1 0 0 1 1-1Zm13.5-1.85c-1.162 0-2.5 1.32-2.5 3.5 0 2.182 1.338 3.5 2.5 3.5 1.161 0 2.5-1.318 2.5-3.5 0-2.181-1.339-3.5-2.5-3.5ZM7.008 2c2.481 0 3.993 1.804 3.976 3.368v1.895l.018 4.732a1 1 0 1 1-2 .007L9 11.841a5.43 5.43 0 0 1-2.01 1.112c-1.026.304-2.15.285-3.102-.192-.987-.495-1.68-1.431-1.863-2.708a3.014 3.014 0 0 1 .675-2.331c.65-.792 1.727-1.357 3.307-1.572 1.635-.221 2.48-.524 2.884-.726.035-.017.064-.038.092-.053V5.35c.006-.326-.476-1.35-1.976-1.35-1.219 0-1.99.36-2.798 1.14A1 1 0 0 1 2.82 3.7C3.97 2.587 5.231 2 7.007 2Zm1.967 5.544c-.647.22-1.519.43-2.699.59-1.247.169-1.793.57-2.03.857-.237.29-.267.593-.24.78.094.662.41 1.017.78 1.203.406.203.99.255 1.637.063 1.212-.36 2.445-1.523 2.552-3.493Z" }) }));
4
+ const ForwardRef = forwardRef(SvgReplaceText);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgVideo = (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', d: "M18 4a4 4 0 0 1 4 4v8l-.005.206a4 4 0 0 1-3.789 3.79L18 20H6l-.206-.005A4 4 0 0 1 2 16V8a4 4 0 0 1 4-4h12ZM6 6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2H6Zm3 4.148c0-1.717 1.914-2.74 3.343-1.788l2.664 1.776a2.24 2.24 0 0 1 0 3.728l-2.664 1.776C10.914 16.592 9 15.568 9 13.852v-3.704Zm2.233-.124a.15.15 0 0 0-.233.124v3.704c0 .12.134.19.233.124l2.665-1.777a.24.24 0 0 0 0-.398l-2.665-1.777Z" }) }));
4
+ const ForwardRef = forwardRef(SvgVideo);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgWorkflow = (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', d: "M7 2c1.306 0 2.414.835 2.826 2H16.5l.231.006A4.5 4.5 0 0 1 16.5 13h-1.052l-.039-.002c-.018.02-.036.043-.056.063l-2.293 2.293a1.5 1.5 0 0 1-2.12 0L8.646 13.06 8.592 13H7.5a2.5 2.5 0 0 0-.256 4.987L7.5 18H14c.057 0 .113.005.168.015a3 3 0 1 1 0 1.97c-.055.009-.11.015-.168.015H7.5l-.231-.006A4.5 4.5 0 0 1 7.5 11h1.092c.018-.02.035-.041.054-.06l2.293-2.294.115-.102a1.5 1.5 0 0 1 2.006.102l2.293 2.293c.02.02.038.041.056.062l.04-.001H16.5a2.5 2.5 0 0 0 .256-4.987L16.5 6H9.826A2.999 2.999 0 0 1 4 5a3 3 0 0 1 3-3Zm10 16a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-6.586-6L12 13.586 13.586 12 12 10.414 10.414 12ZM7 4a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z" }) }));
4
+ const ForwardRef = forwardRef(SvgWorkflow);
5
+ export default ForwardRef;
@@ -141,6 +141,7 @@ export { default as MailPlus } from './MailPlus';
141
141
  export { default as Megaphone } from './Megaphone';
142
142
  export { default as Merge } from './Merge';
143
143
  export { default as MergeCells } from './MergeCells';
144
+ export { default as Mermaid } from './Mermaid';
144
145
  export { default as Metadata } from './Metadata';
145
146
  export { default as MetadataExtraction } from './MetadataExtraction';
146
147
  export { default as Microphone } from './Microphone';
@@ -160,12 +161,15 @@ export { default as PaperStamp } from './PaperStamp';
160
161
  export { default as Pencil } from './Pencil';
161
162
  export { default as PencilCrossed } from './PencilCrossed';
162
163
  export { default as PencilScribble } from './PencilScribble';
164
+ export { default as Pin } from './Pin';
163
165
  export { default as Plus } from './Plus';
164
166
  export { default as PositionCenter } from './PositionCenter';
165
167
  export { default as PositionLeft } from './PositionLeft';
168
+ export { default as Power } from './Power';
166
169
  export { default as Printer } from './Printer';
167
170
  export { default as Puzzle } from './Puzzle';
168
171
  export { default as QuestionCircle } from './QuestionCircle';
172
+ export { default as Quote } from './Quote';
169
173
  export { default as Radio } from './Radio';
170
174
  export { default as RectangleWithArrowDown } from './RectangleWithArrowDown';
171
175
  export { default as RectangleWithArrowLeft } from './RectangleWithArrowLeft';
@@ -173,6 +177,7 @@ export { default as RectangleWithArrowRight } from './RectangleWithArrowRight';
173
177
  export { default as RectangleWithArrowUp } from './RectangleWithArrowUp';
174
178
  export { default as Relay } from './Relay';
175
179
  export { default as RelayAdvanced } from './RelayAdvanced';
180
+ export { default as ReplaceText } from './ReplaceText';
176
181
  export { default as Retention } from './Retention';
177
182
  export { default as RightSidebarChevronClose } from './RightSidebarChevronClose';
178
183
  export { default as RightSidebarChevronOpen } from './RightSidebarChevronOpen';
@@ -212,12 +217,14 @@ export { default as Unlock } from './Unlock';
212
217
  export { default as UpDownArrows } from './UpDownArrows';
213
218
  export { default as Upload } from './Upload';
214
219
  export { default as UpperCase } from './UpperCase';
220
+ export { default as Video } from './Video';
215
221
  export { default as Volume0 } from './Volume0';
216
222
  export { default as Volume1 } from './Volume1';
217
223
  export { default as Volume2 } from './Volume2';
218
224
  export { default as VolumeX } from './VolumeX';
219
225
  export { default as Watermark } from './Watermark';
220
226
  export { default as Wide } from './Wide';
227
+ export { default as Workflow } from './Workflow';
221
228
  export { default as WrenchScrewdriver } from './WrenchScrewdriver';
222
229
  export { default as XMark } from './XMark';
223
230
  export { default as XMarkCircle } from './XMarkCircle';
@@ -141,6 +141,7 @@ export { default as MailPlus } from './MailPlus';
141
141
  export { default as Megaphone } from './Megaphone';
142
142
  export { default as Merge } from './Merge';
143
143
  export { default as MergeCells } from './MergeCells';
144
+ export { default as Mermaid } from './Mermaid';
144
145
  export { default as Metadata } from './Metadata';
145
146
  export { default as MetadataExtraction } from './MetadataExtraction';
146
147
  export { default as Microphone } from './Microphone';
@@ -160,12 +161,15 @@ export { default as PaperStamp } from './PaperStamp';
160
161
  export { default as Pencil } from './Pencil';
161
162
  export { default as PencilCrossed } from './PencilCrossed';
162
163
  export { default as PencilScribble } from './PencilScribble';
164
+ export { default as Pin } from './Pin';
163
165
  export { default as Plus } from './Plus';
164
166
  export { default as PositionCenter } from './PositionCenter';
165
167
  export { default as PositionLeft } from './PositionLeft';
168
+ export { default as Power } from './Power';
166
169
  export { default as Printer } from './Printer';
167
170
  export { default as Puzzle } from './Puzzle';
168
171
  export { default as QuestionCircle } from './QuestionCircle';
172
+ export { default as Quote } from './Quote';
169
173
  export { default as Radio } from './Radio';
170
174
  export { default as RectangleWithArrowDown } from './RectangleWithArrowDown';
171
175
  export { default as RectangleWithArrowLeft } from './RectangleWithArrowLeft';
@@ -173,6 +177,7 @@ export { default as RectangleWithArrowRight } from './RectangleWithArrowRight';
173
177
  export { default as RectangleWithArrowUp } from './RectangleWithArrowUp';
174
178
  export { default as Relay } from './Relay';
175
179
  export { default as RelayAdvanced } from './RelayAdvanced';
180
+ export { default as ReplaceText } from './ReplaceText';
176
181
  export { default as Retention } from './Retention';
177
182
  export { default as RightSidebarChevronClose } from './RightSidebarChevronClose';
178
183
  export { default as RightSidebarChevronOpen } from './RightSidebarChevronOpen';
@@ -212,12 +217,14 @@ export { default as Unlock } from './Unlock';
212
217
  export { default as UpDownArrows } from './UpDownArrows';
213
218
  export { default as Upload } from './Upload';
214
219
  export { default as UpperCase } from './UpperCase';
220
+ export { default as Video } from './Video';
215
221
  export { default as Volume0 } from './Volume0';
216
222
  export { default as Volume1 } from './Volume1';
217
223
  export { default as Volume2 } from './Volume2';
218
224
  export { default as VolumeX } from './VolumeX';
219
225
  export { default as Watermark } from './Watermark';
220
226
  export { default as Wide } from './Wide';
227
+ export { default as Workflow } from './Workflow';
221
228
  export { default as WrenchScrewdriver } from './WrenchScrewdriver';
222
229
  export { default as XMark } from './XMark';
223
230
  export { default as XMarkCircle } from './XMarkCircle';
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgAsterisk = (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', d: "M12 1c.84 0 1.52.66 1.52 1.476v6.966l6.25-3.502a1.498 1.498 0 0 1 2.043.56c.4.717.137 1.627-.59 2.035l-6.182 3.464 6.181 3.465c.727.408.992 1.318.59 2.035a1.497 1.497 0 0 1-2.042.56l-6.25-3.504v6.97c0 .814-.68 1.475-1.52 1.475-.839 0-1.52-.66-1.52-1.476v-6.969L4.23 18.06a1.498 1.498 0 0 1-2.043-.56 1.5 1.5 0 0 1 .59-2.036l6.182-3.466-6.182-3.463a1.5 1.5 0 0 1-.589-2.036 1.498 1.498 0 0 1 2.043-.56l6.25 3.503V2.476C10.48 1.66 11.16 1 12 1Z" }) }));
4
+ const ForwardRef = forwardRef(SvgAsterisk);
5
+ export default ForwardRef;
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from 'react';
3
- const SvgAutomate = (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', d: "M7.027 12.619a1 1 0 0 1 .947 1.761l-.582.313a2.47 2.47 0 0 0 2.075 4.472l4.539-1.791A3 3 0 1 1 17 20.183a2.989 2.989 0 0 1-2.204-.97L10.2 21.024a4.47 4.47 0 0 1-3.757-8.094l.583-.312Zm4.636-3.207a.362.362 0 0 1 .674 0l.226.573a2.9 2.9 0 0 0 1.634 1.635l.574.225a.363.363 0 0 1 0 .675l-.574.226a2.9 2.9 0 0 0-1.633 1.634l-.227.573a.362.362 0 0 1-.674 0l-.226-.572a2.9 2.9 0 0 0-1.634-1.635l-.574-.226a.363.363 0 0 1 0-.675l.574-.225a2.9 2.9 0 0 0 1.633-1.635l.227-.573Zm1.9-6.336c2.68-1.183 5.762.454 6.285 3.337a4.53 4.53 0 0 1-2.312 4.797l-.575.31a1 1 0 0 1-.947-1.763l.575-.308a2.53 2.53 0 0 0-2.22-4.542L9.98 6.842a3 3 0 1 1-.878-1.799l4.462-1.967Z" }) }));
3
+ const SvgAutomate = (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', d: "M6.772 12.895a1 1 0 0 1 1.414 1.413c-.704.703-1.16 1.368-1.326 1.933-.141.485-.082.908.344 1.362.154.164.428.31.91.368.48.06 1.077.02 1.747-.1 1.34-.241 2.772-.77 3.75-1.177l.431-.18A3 3 0 0 1 20 17a3 3 0 0 1-2.999 2.998c-1.1 0-2.058-.595-2.58-1.478l-.043.019c-1.022.425-2.61 1.02-4.162 1.298-.775.14-1.59.21-2.346.118-.755-.093-1.539-.361-2.123-.984-.942-1.003-1.132-2.172-.805-3.29.304-1.04 1.034-1.99 1.83-2.786Zm4.888-3.661a.362.362 0 0 1 .674 0l.226.572a2.9 2.9 0 0 0 1.633 1.634l.573.226a.362.362 0 0 1 0 .673l-.573.227a2.899 2.899 0 0 0-1.633 1.633l-.226.572a.362.362 0 0 1-.674 0l-.226-.572a2.9 2.9 0 0 0-1.633-1.633l-.572-.227a.362.362 0 0 1 0-.673l.572-.226a2.901 2.901 0 0 0 1.633-1.634l.226-.572ZM6.998 4.002c1.098 0 2.057.593 2.58 1.475l.04-.017c1.022-.425 2.61-1.019 4.162-1.298.775-.14 1.59-.21 2.346-.118.755.093 1.539.362 2.123.984.942 1.003 1.132 2.172.805 3.29-.304 1.04-1.034 1.99-1.83 2.786a1 1 0 0 1-1.414-1.413c.704-.703 1.16-1.368 1.326-1.933.141-.484.082-.908-.344-1.362-.154-.164-.428-.31-.91-.368-.48-.06-1.077-.02-1.747.1-1.339.241-2.772.77-3.75 1.177l-.427.178A3 3 0 0 1 4 7a2.999 2.999 0 0 1 2.998-2.998Z" }) }));
4
4
  const ForwardRef = forwardRef(SvgAutomate);
5
5
  export default ForwardRef;
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from 'react';
3
- const SvgNotes = (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: "M19.475 2.336a2.5 2.5 0 0 0-3.415.915l-.84 1.454 5.197 3 .84-1.454a2.5 2.5 0 0 0-.916-3.415l-.866-.5ZM9.046 15.399l5.425-9.395 5.196 3-5.425 9.395a2.498 2.498 0 0 1-.787.836L9.434 21.89a.65.65 0 0 1-1.007-.581l.289-4.81a2.5 2.5 0 0 1 .33-1.1ZM3 3.001a1 1 0 0 0 0 2h8a1 1 0 1 0 0-2H3Zm0 5a1 1 0 0 0 0 2h5a1 1 0 1 0 0-2H3Zm-1 6a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Z", clipRule: "evenodd" }) }));
3
+ const SvgNotes = (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', d: "m14.898 6.609 4.33 2.5.568.327-5.386 9.33a3.004 3.004 0 0 1-.944 1.003l-3.091 2.044a1.15 1.15 0 0 1-1.782-1.03l.224-3.698c.029-.464.164-.916.397-1.318L14.6 6.436l.298.173ZM5 13a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2h2Zm3-5a1 1 0 1 1 0 2H3a1 1 0 0 1 0-2h5Zm8.496-4.847a2.3 2.3 0 0 1 3.142-.841l1.213.7a2.3 2.3 0 0 1 .841 3.141l-.896 1.55-.567-.327-4.33-2.5-.3-.173.897-1.55ZM11 3a1 1 0 1 1 0 2H3a1 1 0 0 1 0-2h8Z" }) }));
4
4
  const ForwardRef = forwardRef(SvgNotes);
5
5
  export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgWorkflow = (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', d: "M7 2c1.306 0 2.414.835 2.826 2h5.68a4.5 4.5 0 0 1 0 9h-.002c-.025.029-.05.058-.077.085l-2.301 2.3a1.5 1.5 0 0 1-2.121 0l-2.3-2.3A1.57 1.57 0 0 1 8.627 13h-.103a2.5 2.5 0 0 0 0 5H14c.057 0 .113.005.168.015a3 3 0 1 1 0 1.97c-.055.009-.11.015-.168.015H8.524a4.5 4.5 0 0 1 0-9h.148l.033-.036 2.3-2.3a1.5 1.5 0 0 1 2.121 0l2.3 2.3c.012.011.022.024.033.036h.047a2.5 2.5 0 0 0 0-5h-5.68A2.999 2.999 0 0 1 4 5a3 3 0 0 1 3-3Zm3.473 10.024 1.592 1.593 1.593-1.593-1.593-1.592-1.592 1.592Z" }) }));
4
+ const ForwardRef = forwardRef(SvgWorkflow);
5
+ export default ForwardRef;
@@ -1,5 +1,6 @@
1
1
  export { default as Apps } from './Apps';
2
2
  export { default as ArrowArchedRight } from './ArrowArchedRight';
3
+ export { default as Asterisk } from './Asterisk';
3
4
  export { default as Automate } from './Automate';
4
5
  export { default as Avatar } from './Avatar';
5
6
  export { default as AvatarCircle } from './AvatarCircle';
@@ -65,5 +66,6 @@ export { default as Volume0 } from './Volume0';
65
66
  export { default as Volume1 } from './Volume1';
66
67
  export { default as Volume2 } from './Volume2';
67
68
  export { default as VolumeX } from './VolumeX';
69
+ export { default as Workflow } from './Workflow';
68
70
  export { default as XMark } from './XMark';
69
71
  export { default as XMarkCircle } from './XMarkCircle';
@@ -1,5 +1,6 @@
1
1
  export { default as Apps } from './Apps';
2
2
  export { default as ArrowArchedRight } from './ArrowArchedRight';
3
+ export { default as Asterisk } from './Asterisk';
3
4
  export { default as Automate } from './Automate';
4
5
  export { default as Avatar } from './Avatar';
5
6
  export { default as AvatarCircle } from './AvatarCircle';
@@ -65,5 +66,6 @@ export { default as Volume0 } from './Volume0';
65
66
  export { default as Volume1 } from './Volume1';
66
67
  export { default as Volume2 } from './Volume2';
67
68
  export { default as VolumeX } from './VolumeX';
69
+ export { default as Workflow } from './Workflow';
68
70
  export { default as XMark } from './XMark';
69
71
  export { default as XMarkCircle } from './XMarkCircle';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "4.112.12",
3
+ "version": "4.113.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "scripts": {
6
6
  "build-local-all": "yarn nx clone-repo && yarn build-local && nx run blueprint-web-assets:format-lint",
@@ -152,7 +152,7 @@
152
152
  }
153
153
  },
154
154
  "devDependencies": {
155
- "@box/storybook-utils": "^0.17.39",
155
+ "@box/storybook-utils": "^0.17.41",
156
156
  "@figma/code-connect": "1.3.12",
157
157
  "@types/react": "^18.0.0",
158
158
  "@types/react-dom": "^18.0.0",