@cloudtower/icons-react 0.31.13 → 0.31.15
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.
- package/dist/CalendarClockDateTime16GradientBlueIcon.d.ts +4 -0
 - package/dist/CalendarClockDateTime16SecondaryIcon.d.ts +4 -0
 - package/dist/IscsLun16OntintIcon.d.ts +4 -0
 - package/dist/IscsiTargetDatastoreStorageObject16OntintIcon.d.ts +4 -0
 - package/dist/NvmeNamespaceGroup16GradientGrayIcon.d.ts +4 -0
 - package/dist/NvmeNamespaceGroup16OntintIcon.d.ts +4 -0
 - package/dist/NvmeNamespaceStorageObject16GradientGrayIcon.d.ts +4 -0
 - package/dist/NvmeNamespaceStorageObject16OntintIcon.d.ts +4 -0
 - package/dist/NvmeSubsystemDatastoreStorageObject16GradientGrayIcon.d.ts +4 -0
 - package/dist/NvmeSubsystemDatastoreStorageObject16OntintIcon.d.ts +4 -0
 - package/dist/cjs/CalendarClockDateTime16GradientBlueIcon.js +232 -0
 - package/dist/cjs/CalendarClockDateTime16SecondaryIcon.js +38 -0
 - package/dist/cjs/IscsLun16OntintIcon.js +23 -0
 - package/dist/cjs/IscsiTargetDatastoreStorageObject16OntintIcon.js +23 -0
 - package/dist/cjs/NvmeNamespaceGroup16GradientGrayIcon.js +110 -0
 - package/dist/cjs/NvmeNamespaceGroup16OntintIcon.js +28 -0
 - package/dist/cjs/NvmeNamespaceStorageObject16GradientGrayIcon.js +110 -0
 - package/dist/cjs/NvmeNamespaceStorageObject16OntintIcon.js +28 -0
 - package/dist/cjs/NvmeSubsystemDatastoreStorageObject16GradientGrayIcon.js +114 -0
 - package/dist/cjs/NvmeSubsystemDatastoreStorageObject16OntintIcon.js +30 -0
 - package/dist/cjs/index.js +10 -0
 - package/dist/esm/CalendarClockDateTime16GradientBlueIcon.js +232 -0
 - package/dist/esm/CalendarClockDateTime16SecondaryIcon.js +38 -0
 - package/dist/esm/IscsLun16OntintIcon.js +23 -0
 - package/dist/esm/IscsiTargetDatastoreStorageObject16OntintIcon.js +23 -0
 - package/dist/esm/NvmeNamespaceGroup16GradientGrayIcon.js +110 -0
 - package/dist/esm/NvmeNamespaceGroup16OntintIcon.js +28 -0
 - package/dist/esm/NvmeNamespaceStorageObject16GradientGrayIcon.js +110 -0
 - package/dist/esm/NvmeNamespaceStorageObject16OntintIcon.js +28 -0
 - package/dist/esm/NvmeSubsystemDatastoreStorageObject16GradientGrayIcon.js +114 -0
 - package/dist/esm/NvmeSubsystemDatastoreStorageObject16OntintIcon.js +30 -0
 - package/dist/esm/index.js +10 -0
 - package/dist/image-types.d.ts +1 -1
 - package/dist/index.d.ts +10 -0
 - package/package.json +3 -3
 
| 
         @@ -0,0 +1,232 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            const React = require("react");
         
     | 
| 
      
 2 
     | 
    
         
            +
            function CalendarClockDateTime16GradientBlueIcon({
         
     | 
| 
      
 3 
     | 
    
         
            +
              title,
         
     | 
| 
      
 4 
     | 
    
         
            +
              titleId,
         
     | 
| 
      
 5 
     | 
    
         
            +
              ...props
         
     | 
| 
      
 6 
     | 
    
         
            +
            }) {
         
     | 
| 
      
 7 
     | 
    
         
            +
              return /*#__PURE__*/React.createElement("svg", Object.assign({
         
     | 
| 
      
 8 
     | 
    
         
            +
                width: 16,
         
     | 
| 
      
 9 
     | 
    
         
            +
                height: 16,
         
     | 
| 
      
 10 
     | 
    
         
            +
                fill: "none",
         
     | 
| 
      
 11 
     | 
    
         
            +
                xmlns: "http://www.w3.org/2000/svg",
         
     | 
| 
      
 12 
     | 
    
         
            +
                "data-testid": "CalendarClockDateTime16GradientBlueIcon",
         
     | 
| 
      
 13 
     | 
    
         
            +
                "aria-labelledby": titleId
         
     | 
| 
      
 14 
     | 
    
         
            +
              }, props), title ? /*#__PURE__*/React.createElement("title", {
         
     | 
| 
      
 15 
     | 
    
         
            +
                id: titleId
         
     | 
| 
      
 16 
     | 
    
         
            +
              }, title) : null, /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 17 
     | 
    
         
            +
                d: "M12.7 10.5a.4.4 0 00-.8 0V12a.4.4 0 00.221.358l1 .5a.4.4 0 00.358-.716l-.78-.39V10.5z",
         
     | 
| 
      
 18 
     | 
    
         
            +
                fill: "url(#paint0_radial_CalendarClockDateTime16GradientBlueIcon_15825_35)"
         
     | 
| 
      
 19 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 20 
     | 
    
         
            +
                fillRule: "evenodd",
         
     | 
| 
      
 21 
     | 
    
         
            +
                clipRule: "evenodd",
         
     | 
| 
      
 22 
     | 
    
         
            +
                d: "M12.3 8.6a3.4 3.4 0 100 6.8 3.4 3.4 0 000-6.8zM9.7 12a2.6 2.6 0 115.2 0 2.6 2.6 0 01-5.2 0z",
         
     | 
| 
      
 23 
     | 
    
         
            +
                fill: "url(#paint1_radial_CalendarClockDateTime16GradientBlueIcon_15825_35)"
         
     | 
| 
      
 24 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 25 
     | 
    
         
            +
                fillRule: "evenodd",
         
     | 
| 
      
 26 
     | 
    
         
            +
                clipRule: "evenodd",
         
     | 
| 
      
 27 
     | 
    
         
            +
                d: "M3.8 1.5a.5.5 0 01.5.5v.5h6V2a.5.5 0 011 0v.5h1.5A1.5 1.5 0 0114.3 4v4.535a3.975 3.975 0 00-1-.409V6h-12v7a.5.5 0 00.5.5h6.79c.147.363.346.7.587 1H1.8A1.5 1.5 0 01.3 13V4a1.5 1.5 0 011.5-1.5h1.5V2a.5.5 0 01.5-.5zm6.5 2V4a.5.5 0 001 0v-.5h1.5a.5.5 0 01.5.5v1h-12V4a.5.5 0 01.5-.5h1.5V4a.5.5 0 001 0v-.5h6z",
         
     | 
| 
      
 28 
     | 
    
         
            +
                fill: "url(#paint2_radial_CalendarClockDateTime16GradientBlueIcon_15825_35)"
         
     | 
| 
      
 29 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 30 
     | 
    
         
            +
                d: "M9.54 9.105c-.315.3-.582.652-.785 1.041a.678.678 0 01.785-1.041z",
         
     | 
| 
      
 31 
     | 
    
         
            +
                fill: "url(#paint3_radial_CalendarClockDateTime16GradientBlueIcon_15825_35)"
         
     | 
| 
      
 32 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 33 
     | 
    
         
            +
                d: "M11.91 8.019c-.364.035-.715.12-1.044.246a.677.677 0 01.427-1.205.678.678 0 01.617.959z",
         
     | 
| 
      
 34 
     | 
    
         
            +
                fill: "url(#paint4_radial_CalendarClockDateTime16GradientBlueIcon_15825_35)"
         
     | 
| 
      
 35 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 36 
     | 
    
         
            +
                d: "M5.981 7.738a.678.678 0 11-1.356 0 .678.678 0 011.356 0z",
         
     | 
| 
      
 37 
     | 
    
         
            +
                fill: "url(#paint5_radial_CalendarClockDateTime16GradientBlueIcon_15825_35)"
         
     | 
| 
      
 38 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 39 
     | 
    
         
            +
                d: "M7.3 8.416a.678.678 0 100-1.356.678.678 0 000 1.356z",
         
     | 
| 
      
 40 
     | 
    
         
            +
                fill: "url(#paint6_radial_CalendarClockDateTime16GradientBlueIcon_15825_35)"
         
     | 
| 
      
 41 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 42 
     | 
    
         
            +
                d: "M9.296 8.416a.678.678 0 100-1.356.678.678 0 000 1.356z",
         
     | 
| 
      
 43 
     | 
    
         
            +
                fill: "url(#paint7_radial_CalendarClockDateTime16GradientBlueIcon_15825_35)"
         
     | 
| 
      
 44 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 45 
     | 
    
         
            +
                d: "M7.978 9.738a.678.678 0 11-1.356 0 .678.678 0 011.356 0z",
         
     | 
| 
      
 46 
     | 
    
         
            +
                fill: "url(#paint8_radial_CalendarClockDateTime16GradientBlueIcon_15825_35)"
         
     | 
| 
      
 47 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 48 
     | 
    
         
            +
                d: "M7.3 12.415a.678.678 0 100-1.356.678.678 0 000 1.356z",
         
     | 
| 
      
 49 
     | 
    
         
            +
                fill: "url(#paint9_radial_CalendarClockDateTime16GradientBlueIcon_15825_35)"
         
     | 
| 
      
 50 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 51 
     | 
    
         
            +
                d: "M5.303 10.416a.678.678 0 100-1.356.678.678 0 000 1.356z",
         
     | 
| 
      
 52 
     | 
    
         
            +
                fill: "url(#paint10_radial_CalendarClockDateTime16GradientBlueIcon_15825_35)"
         
     | 
| 
      
 53 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 54 
     | 
    
         
            +
                d: "M5.981 11.737a.678.678 0 11-1.356 0 .678.678 0 011.356 0z",
         
     | 
| 
      
 55 
     | 
    
         
            +
                fill: "url(#paint11_radial_CalendarClockDateTime16GradientBlueIcon_15825_35)"
         
     | 
| 
      
 56 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 57 
     | 
    
         
            +
                d: "M3.307 10.416a.678.678 0 100-1.356.678.678 0 000 1.356z",
         
     | 
| 
      
 58 
     | 
    
         
            +
                fill: "url(#paint12_radial_CalendarClockDateTime16GradientBlueIcon_15825_35)"
         
     | 
| 
      
 59 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 60 
     | 
    
         
            +
                d: "M3.985 11.737a.678.678 0 11-1.357 0 .678.678 0 011.357 0z",
         
     | 
| 
      
 61 
     | 
    
         
            +
                fill: "url(#paint13_radial_CalendarClockDateTime16GradientBlueIcon_15825_35)"
         
     | 
| 
      
 62 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 63 
     | 
    
         
            +
                id: "paint0_radial_CalendarClockDateTime16GradientBlueIcon_15825_35",
         
     | 
| 
      
 64 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 65 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 66 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 67 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 68 
     | 
    
         
            +
                gradientTransform: "rotate(-42.069 20.173 7.31) scale(20.7455 20.637)"
         
     | 
| 
      
 69 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 70 
     | 
    
         
            +
                stopColor: "#5BCAFF"
         
     | 
| 
      
 71 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 72 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 73 
     | 
    
         
            +
                stopColor: "#06F"
         
     | 
| 
      
 74 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 75 
     | 
    
         
            +
                id: "paint1_radial_CalendarClockDateTime16GradientBlueIcon_15825_35",
         
     | 
| 
      
 76 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 77 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 78 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 79 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 80 
     | 
    
         
            +
                gradientTransform: "rotate(-42.069 20.173 7.31) scale(20.7455 20.637)"
         
     | 
| 
      
 81 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 82 
     | 
    
         
            +
                stopColor: "#5BCAFF"
         
     | 
| 
      
 83 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 84 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 85 
     | 
    
         
            +
                stopColor: "#06F"
         
     | 
| 
      
 86 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 87 
     | 
    
         
            +
                id: "paint2_radial_CalendarClockDateTime16GradientBlueIcon_15825_35",
         
     | 
| 
      
 88 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 89 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 90 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 91 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 92 
     | 
    
         
            +
                gradientTransform: "rotate(-42.069 20.173 7.31) scale(20.7455 20.637)"
         
     | 
| 
      
 93 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 94 
     | 
    
         
            +
                stopColor: "#5BCAFF"
         
     | 
| 
      
 95 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 96 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 97 
     | 
    
         
            +
                stopColor: "#06F"
         
     | 
| 
      
 98 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 99 
     | 
    
         
            +
                id: "paint3_radial_CalendarClockDateTime16GradientBlueIcon_15825_35",
         
     | 
| 
      
 100 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 101 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 102 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 103 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 104 
     | 
    
         
            +
                gradientTransform: "rotate(-42.069 20.173 7.31) scale(20.7455 20.637)"
         
     | 
| 
      
 105 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 106 
     | 
    
         
            +
                stopColor: "#5BCAFF"
         
     | 
| 
      
 107 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 108 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 109 
     | 
    
         
            +
                stopColor: "#06F"
         
     | 
| 
      
 110 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 111 
     | 
    
         
            +
                id: "paint4_radial_CalendarClockDateTime16GradientBlueIcon_15825_35",
         
     | 
| 
      
 112 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 113 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 114 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 115 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 116 
     | 
    
         
            +
                gradientTransform: "rotate(-42.069 20.173 7.31) scale(20.7455 20.637)"
         
     | 
| 
      
 117 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 118 
     | 
    
         
            +
                stopColor: "#5BCAFF"
         
     | 
| 
      
 119 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 120 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 121 
     | 
    
         
            +
                stopColor: "#06F"
         
     | 
| 
      
 122 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 123 
     | 
    
         
            +
                id: "paint5_radial_CalendarClockDateTime16GradientBlueIcon_15825_35",
         
     | 
| 
      
 124 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 125 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 126 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 127 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 128 
     | 
    
         
            +
                gradientTransform: "rotate(-42.069 20.173 7.31) scale(20.7455 20.637)"
         
     | 
| 
      
 129 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 130 
     | 
    
         
            +
                stopColor: "#5BCAFF"
         
     | 
| 
      
 131 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 132 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 133 
     | 
    
         
            +
                stopColor: "#06F"
         
     | 
| 
      
 134 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 135 
     | 
    
         
            +
                id: "paint6_radial_CalendarClockDateTime16GradientBlueIcon_15825_35",
         
     | 
| 
      
 136 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 137 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 138 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 139 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 140 
     | 
    
         
            +
                gradientTransform: "rotate(-42.069 20.173 7.31) scale(20.7455 20.637)"
         
     | 
| 
      
 141 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 142 
     | 
    
         
            +
                stopColor: "#5BCAFF"
         
     | 
| 
      
 143 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 144 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 145 
     | 
    
         
            +
                stopColor: "#06F"
         
     | 
| 
      
 146 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 147 
     | 
    
         
            +
                id: "paint7_radial_CalendarClockDateTime16GradientBlueIcon_15825_35",
         
     | 
| 
      
 148 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 149 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 150 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 151 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 152 
     | 
    
         
            +
                gradientTransform: "rotate(-42.069 20.173 7.31) scale(20.7455 20.637)"
         
     | 
| 
      
 153 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 154 
     | 
    
         
            +
                stopColor: "#5BCAFF"
         
     | 
| 
      
 155 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 156 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 157 
     | 
    
         
            +
                stopColor: "#06F"
         
     | 
| 
      
 158 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 159 
     | 
    
         
            +
                id: "paint8_radial_CalendarClockDateTime16GradientBlueIcon_15825_35",
         
     | 
| 
      
 160 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 161 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 162 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 163 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 164 
     | 
    
         
            +
                gradientTransform: "rotate(-42.069 20.173 7.31) scale(20.7455 20.637)"
         
     | 
| 
      
 165 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 166 
     | 
    
         
            +
                stopColor: "#5BCAFF"
         
     | 
| 
      
 167 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 168 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 169 
     | 
    
         
            +
                stopColor: "#06F"
         
     | 
| 
      
 170 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 171 
     | 
    
         
            +
                id: "paint9_radial_CalendarClockDateTime16GradientBlueIcon_15825_35",
         
     | 
| 
      
 172 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 173 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 174 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 175 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 176 
     | 
    
         
            +
                gradientTransform: "rotate(-42.069 20.173 7.31) scale(20.7455 20.637)"
         
     | 
| 
      
 177 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 178 
     | 
    
         
            +
                stopColor: "#5BCAFF"
         
     | 
| 
      
 179 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 180 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 181 
     | 
    
         
            +
                stopColor: "#06F"
         
     | 
| 
      
 182 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 183 
     | 
    
         
            +
                id: "paint10_radial_CalendarClockDateTime16GradientBlueIcon_15825_35",
         
     | 
| 
      
 184 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 185 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 186 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 187 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 188 
     | 
    
         
            +
                gradientTransform: "rotate(-42.069 20.173 7.31) scale(20.7455 20.637)"
         
     | 
| 
      
 189 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 190 
     | 
    
         
            +
                stopColor: "#5BCAFF"
         
     | 
| 
      
 191 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 192 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 193 
     | 
    
         
            +
                stopColor: "#06F"
         
     | 
| 
      
 194 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 195 
     | 
    
         
            +
                id: "paint11_radial_CalendarClockDateTime16GradientBlueIcon_15825_35",
         
     | 
| 
      
 196 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 197 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 198 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 199 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 200 
     | 
    
         
            +
                gradientTransform: "rotate(-42.069 20.173 7.31) scale(20.7455 20.637)"
         
     | 
| 
      
 201 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 202 
     | 
    
         
            +
                stopColor: "#5BCAFF"
         
     | 
| 
      
 203 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 204 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 205 
     | 
    
         
            +
                stopColor: "#06F"
         
     | 
| 
      
 206 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 207 
     | 
    
         
            +
                id: "paint12_radial_CalendarClockDateTime16GradientBlueIcon_15825_35",
         
     | 
| 
      
 208 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 209 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 210 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 211 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 212 
     | 
    
         
            +
                gradientTransform: "rotate(-42.069 20.173 7.31) scale(20.7455 20.637)"
         
     | 
| 
      
 213 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 214 
     | 
    
         
            +
                stopColor: "#5BCAFF"
         
     | 
| 
      
 215 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 216 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 217 
     | 
    
         
            +
                stopColor: "#06F"
         
     | 
| 
      
 218 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 219 
     | 
    
         
            +
                id: "paint13_radial_CalendarClockDateTime16GradientBlueIcon_15825_35",
         
     | 
| 
      
 220 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 221 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 222 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 223 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 224 
     | 
    
         
            +
                gradientTransform: "rotate(-42.069 20.173 7.31) scale(20.7455 20.637)"
         
     | 
| 
      
 225 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 226 
     | 
    
         
            +
                stopColor: "#5BCAFF"
         
     | 
| 
      
 227 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 228 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 229 
     | 
    
         
            +
                stopColor: "#06F"
         
     | 
| 
      
 230 
     | 
    
         
            +
              }))));
         
     | 
| 
      
 231 
     | 
    
         
            +
            }
         
     | 
| 
      
 232 
     | 
    
         
            +
            module.exports = CalendarClockDateTime16GradientBlueIcon;
         
     | 
| 
         @@ -0,0 +1,38 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            const React = require("react");
         
     | 
| 
      
 2 
     | 
    
         
            +
            function CalendarClockDateTime16SecondaryIcon({
         
     | 
| 
      
 3 
     | 
    
         
            +
              title,
         
     | 
| 
      
 4 
     | 
    
         
            +
              titleId,
         
     | 
| 
      
 5 
     | 
    
         
            +
              ...props
         
     | 
| 
      
 6 
     | 
    
         
            +
            }) {
         
     | 
| 
      
 7 
     | 
    
         
            +
              return /*#__PURE__*/React.createElement("svg", Object.assign({
         
     | 
| 
      
 8 
     | 
    
         
            +
                width: 16,
         
     | 
| 
      
 9 
     | 
    
         
            +
                height: 16,
         
     | 
| 
      
 10 
     | 
    
         
            +
                fill: "none",
         
     | 
| 
      
 11 
     | 
    
         
            +
                xmlns: "http://www.w3.org/2000/svg",
         
     | 
| 
      
 12 
     | 
    
         
            +
                "data-testid": "CalendarClockDateTime16SecondaryIcon",
         
     | 
| 
      
 13 
     | 
    
         
            +
                "aria-labelledby": titleId
         
     | 
| 
      
 14 
     | 
    
         
            +
              }, props), title ? /*#__PURE__*/React.createElement("title", {
         
     | 
| 
      
 15 
     | 
    
         
            +
                id: titleId
         
     | 
| 
      
 16 
     | 
    
         
            +
              }, title) : null, /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 17 
     | 
    
         
            +
                d: "M12.7 10.5a.4.4 0 00-.8 0V12a.4.4 0 00.221.358l1 .5a.4.4 0 00.358-.716l-.78-.39V10.5z",
         
     | 
| 
      
 18 
     | 
    
         
            +
                fill: "#2C3852",
         
     | 
| 
      
 19 
     | 
    
         
            +
                fillOpacity: 0.75
         
     | 
| 
      
 20 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 21 
     | 
    
         
            +
                fillRule: "evenodd",
         
     | 
| 
      
 22 
     | 
    
         
            +
                clipRule: "evenodd",
         
     | 
| 
      
 23 
     | 
    
         
            +
                d: "M12.3 8.6a3.4 3.4 0 100 6.8 3.4 3.4 0 000-6.8zM9.7 12a2.6 2.6 0 115.2 0 2.6 2.6 0 01-5.2 0z",
         
     | 
| 
      
 24 
     | 
    
         
            +
                fill: "#2C3852",
         
     | 
| 
      
 25 
     | 
    
         
            +
                fillOpacity: 0.75
         
     | 
| 
      
 26 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 27 
     | 
    
         
            +
                fillRule: "evenodd",
         
     | 
| 
      
 28 
     | 
    
         
            +
                clipRule: "evenodd",
         
     | 
| 
      
 29 
     | 
    
         
            +
                d: "M3.8 1.5a.5.5 0 01.5.5v.5h6V2a.5.5 0 011 0v.5h1.5A1.5 1.5 0 0114.3 4v4.535a3.975 3.975 0 00-1-.409V6h-12v7a.5.5 0 00.5.5h6.79c.147.363.346.7.587 1H1.8A1.5 1.5 0 01.3 13V4a1.5 1.5 0 011.5-1.5h1.5V2a.5.5 0 01.5-.5zm6.5 2V4a.5.5 0 001 0v-.5h1.5a.5.5 0 01.5.5v1h-12V4a.5.5 0 01.5-.5h1.5V4a.5.5 0 001 0v-.5h6z",
         
     | 
| 
      
 30 
     | 
    
         
            +
                fill: "#2C3852",
         
     | 
| 
      
 31 
     | 
    
         
            +
                fillOpacity: 0.75
         
     | 
| 
      
 32 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 33 
     | 
    
         
            +
                d: "M9.54 9.105c-.315.3-.582.652-.785 1.041a.678.678 0 01.785-1.041zM11.91 8.019c-.364.035-.715.12-1.044.246a.677.677 0 01.427-1.205.678.678 0 01.617.959zM5.981 7.738a.678.678 0 11-1.356 0 .678.678 0 011.356 0zM7.3 8.416a.678.678 0 100-1.356.678.678 0 000 1.356zM9.296 8.416a.678.678 0 100-1.356.678.678 0 000 1.356zM7.978 9.738a.678.678 0 11-1.356 0 .678.678 0 011.356 0zM7.3 12.415a.678.678 0 100-1.356.678.678 0 000 1.356zM5.303 10.416a.678.678 0 100-1.356.678.678 0 000 1.356zM5.981 11.737a.678.678 0 11-1.356 0 .678.678 0 011.356 0zM3.307 10.416a.678.678 0 100-1.356.678.678 0 000 1.356zM3.985 11.737a.678.678 0 11-1.357 0 .678.678 0 011.357 0z",
         
     | 
| 
      
 34 
     | 
    
         
            +
                fill: "#2C3852",
         
     | 
| 
      
 35 
     | 
    
         
            +
                fillOpacity: 0.75
         
     | 
| 
      
 36 
     | 
    
         
            +
              }));
         
     | 
| 
      
 37 
     | 
    
         
            +
            }
         
     | 
| 
      
 38 
     | 
    
         
            +
            module.exports = CalendarClockDateTime16SecondaryIcon;
         
     | 
| 
         @@ -0,0 +1,23 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            const React = require("react");
         
     | 
| 
      
 2 
     | 
    
         
            +
            function IscsLun16OntintIcon({
         
     | 
| 
      
 3 
     | 
    
         
            +
              title,
         
     | 
| 
      
 4 
     | 
    
         
            +
              titleId,
         
     | 
| 
      
 5 
     | 
    
         
            +
              ...props
         
     | 
| 
      
 6 
     | 
    
         
            +
            }) {
         
     | 
| 
      
 7 
     | 
    
         
            +
              return /*#__PURE__*/React.createElement("svg", Object.assign({
         
     | 
| 
      
 8 
     | 
    
         
            +
                width: 16,
         
     | 
| 
      
 9 
     | 
    
         
            +
                height: 16,
         
     | 
| 
      
 10 
     | 
    
         
            +
                fill: "none",
         
     | 
| 
      
 11 
     | 
    
         
            +
                xmlns: "http://www.w3.org/2000/svg",
         
     | 
| 
      
 12 
     | 
    
         
            +
                "data-testid": "IscsLun16OntintIcon",
         
     | 
| 
      
 13 
     | 
    
         
            +
                "aria-labelledby": titleId
         
     | 
| 
      
 14 
     | 
    
         
            +
              }, props), title ? /*#__PURE__*/React.createElement("title", {
         
     | 
| 
      
 15 
     | 
    
         
            +
                id: titleId
         
     | 
| 
      
 16 
     | 
    
         
            +
              }, title) : null, /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 17 
     | 
    
         
            +
                fillRule: "evenodd",
         
     | 
| 
      
 18 
     | 
    
         
            +
                clipRule: "evenodd",
         
     | 
| 
      
 19 
     | 
    
         
            +
                d: "M11.34 3.634a.5.5 0 11-.706.707L8.778 2.485a8.498 8.498 0 00-.444-.427.57.57 0 00-.18-.12.5.5 0 00-.309 0 .57.57 0 00-.179.12c-.108.092-.24.223-.444.427L4.556 5.151a8.506 8.506 0 00-.427.444.57.57 0 00-.12.18.5.5 0 000 .309.57.57 0 00.12.179c.092.108.223.24.427.444l2.666 2.666c.204.204.336.335.444.427a.57.57 0 00.18.12.5.5 0 00.308 0 .57.57 0 00.18-.12 8.5 8.5 0 00.444-.427l1.856-1.856a.5.5 0 11.707.707l-1.87 1.87c-.186.186-.347.347-.49.469a1.526 1.526 0 01-.518.307 1.5 1.5 0 01-.927 0 1.526 1.526 0 01-.517-.307c-.143-.122-.304-.283-.49-.47L3.835 7.4c-.186-.186-.347-.347-.469-.49a1.527 1.527 0 01-.307-.517 1.5 1.5 0 010-.927c.065-.202.179-.367.307-.518.122-.143.283-.304.47-.49l2.693-2.694c.186-.186.347-.347.49-.468.151-.129.315-.243.517-.308a1.5 1.5 0 01.927 0c.202.065.367.18.518.308.143.121.304.282.49.468l1.87 1.87zM8.5 6a.5.5 0 01.5-.5h4.5a.5.5 0 010 1H9a.5.5 0 01-.5-.5zm-5.216 9h2.31v-.748H4.212v-2.67h-.928V15zm4.907-3.418v2.11a.528.528 0 01-.547.547.528.528 0 01-.547-.548v-2.11h-.928v2.19c0 .782.59 1.269 1.475 1.269.878 0 1.475-.487 1.475-1.268v-2.19h-.928zm3.6 0h.927V15h-.774l-1.236-1.796h-.02V15h-.927v-3.418h.787l1.215 1.789h.027v-1.79z",
         
     | 
| 
      
 20 
     | 
    
         
            +
                fill: "#fff"
         
     | 
| 
      
 21 
     | 
    
         
            +
              }));
         
     | 
| 
      
 22 
     | 
    
         
            +
            }
         
     | 
| 
      
 23 
     | 
    
         
            +
            module.exports = IscsLun16OntintIcon;
         
     | 
| 
         @@ -0,0 +1,23 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            const React = require("react");
         
     | 
| 
      
 2 
     | 
    
         
            +
            function IscsiTargetDatastoreStorageObject16OntintIcon({
         
     | 
| 
      
 3 
     | 
    
         
            +
              title,
         
     | 
| 
      
 4 
     | 
    
         
            +
              titleId,
         
     | 
| 
      
 5 
     | 
    
         
            +
              ...props
         
     | 
| 
      
 6 
     | 
    
         
            +
            }) {
         
     | 
| 
      
 7 
     | 
    
         
            +
              return /*#__PURE__*/React.createElement("svg", Object.assign({
         
     | 
| 
      
 8 
     | 
    
         
            +
                width: 16,
         
     | 
| 
      
 9 
     | 
    
         
            +
                height: 16,
         
     | 
| 
      
 10 
     | 
    
         
            +
                fill: "none",
         
     | 
| 
      
 11 
     | 
    
         
            +
                xmlns: "http://www.w3.org/2000/svg",
         
     | 
| 
      
 12 
     | 
    
         
            +
                "data-testid": "IscsiTargetDatastoreStorageObject16OntintIcon",
         
     | 
| 
      
 13 
     | 
    
         
            +
                "aria-labelledby": titleId
         
     | 
| 
      
 14 
     | 
    
         
            +
              }, props), title ? /*#__PURE__*/React.createElement("title", {
         
     | 
| 
      
 15 
     | 
    
         
            +
                id: titleId
         
     | 
| 
      
 16 
     | 
    
         
            +
              }, title) : null, /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 17 
     | 
    
         
            +
                fillRule: "evenodd",
         
     | 
| 
      
 18 
     | 
    
         
            +
                clipRule: "evenodd",
         
     | 
| 
      
 19 
     | 
    
         
            +
                d: "M9.471 1.764l1.87 1.87a.5.5 0 11-.707.707L8.778 2.485a8.502 8.502 0 00-.444-.427.57.57 0 00-.18-.12.5.5 0 00-.309 0 .57.57 0 00-.179.12c-.108.092-.24.223-.444.427L4.556 5.15a8.498 8.498 0 00-.427.444.57.57 0 00-.12.18.5.5 0 000 .308.57.57 0 00.12.18c.092.108.223.24.427.444l2.666 2.666c.204.204.336.335.444.427a.57.57 0 00.18.12.5.5 0 00.308 0 .57.57 0 00.18-.12c.108-.092.24-.223.444-.427l1.856-1.856a.5.5 0 11.707.707l-1.87 1.87a8.941 8.941 0 01-.49.469 1.526 1.526 0 01-.518.307 1.5 1.5 0 01-.927 0 1.526 1.526 0 01-.517-.307 8.941 8.941 0 01-.49-.47L3.835 7.4c-.186-.186-.347-.347-.469-.49a1.527 1.527 0 01-.307-.518 1.5 1.5 0 010-.927c.065-.202.179-.366.307-.517.122-.143.283-.304.47-.49l2.693-2.694c.186-.186.347-.347.49-.469.151-.128.315-.242.517-.307a1.5 1.5 0 01.927 0c.202.065.367.179.518.307.143.122.304.283.49.47zM8.5 6a.5.5 0 01.5-.5h4.5a.5.5 0 010 1H9a.5.5 0 01-.5-.5zM3.645 9.42l.072-.017.853.853c-.25.042-.484.088-.7.138-.523.121-.912.258-1.158.393-.072.039-.123.073-.16.102.037.028.088.063.16.102.246.134.635.271 1.158.393 1.04.24 2.5.394 4.13.394s3.09-.154 4.13-.394c.523-.122.912-.259 1.158-.393.072-.04.123-.074.16-.102a1.158 1.158 0 00-.16-.102c-.246-.135-.635-.272-1.158-.393a11.58 11.58 0 00-.7-.138l.853-.853.072.017c.563.13 1.052.292 1.413.49.18.098.353.218.485.368a.92.92 0 01.247.61v2.223a.92.92 0 01-.247.611c-.132.15-.304.27-.485.368-.36.198-.85.36-1.413.49-1.132.262-2.672.42-4.355.42-1.683 0-3.223-.158-4.355-.42-.563-.13-1.052-.292-1.414-.49a1.784 1.784 0 01-.484-.368.92.92 0 01-.247-.611v-2.222c0-.252.113-.459.247-.611.132-.15.304-.27.484-.368.362-.198.851-.36 1.414-.49zM2.5 11.999v1.065c.03.032.093.084.212.149.246.135.635.272 1.158.393 1.04.24 2.5.394 4.13.394s3.09-.153 4.13-.394c.523-.121.912-.258 1.158-.393a.855.855 0 00.212-.15V12c-.321.14-.711.259-1.145.359-1.132.262-2.672.42-4.355.42-1.683 0-3.223-.158-4.355-.42-.434-.1-.824-.22-1.145-.36z",
         
     | 
| 
      
 20 
     | 
    
         
            +
                fill: "#fff"
         
     | 
| 
      
 21 
     | 
    
         
            +
              }));
         
     | 
| 
      
 22 
     | 
    
         
            +
            }
         
     | 
| 
      
 23 
     | 
    
         
            +
            module.exports = IscsiTargetDatastoreStorageObject16OntintIcon;
         
     | 
| 
         @@ -0,0 +1,110 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            const React = require("react");
         
     | 
| 
      
 2 
     | 
    
         
            +
            function NvmeNamespaceGroup16GradientGrayIcon({
         
     | 
| 
      
 3 
     | 
    
         
            +
              title,
         
     | 
| 
      
 4 
     | 
    
         
            +
              titleId,
         
     | 
| 
      
 5 
     | 
    
         
            +
              ...props
         
     | 
| 
      
 6 
     | 
    
         
            +
            }) {
         
     | 
| 
      
 7 
     | 
    
         
            +
              return /*#__PURE__*/React.createElement("svg", Object.assign({
         
     | 
| 
      
 8 
     | 
    
         
            +
                width: 16,
         
     | 
| 
      
 9 
     | 
    
         
            +
                height: 16,
         
     | 
| 
      
 10 
     | 
    
         
            +
                fill: "none",
         
     | 
| 
      
 11 
     | 
    
         
            +
                xmlns: "http://www.w3.org/2000/svg",
         
     | 
| 
      
 12 
     | 
    
         
            +
                "data-testid": "NvmeNamespaceGroup16GradientGrayIcon",
         
     | 
| 
      
 13 
     | 
    
         
            +
                "aria-labelledby": titleId
         
     | 
| 
      
 14 
     | 
    
         
            +
              }, props), title ? /*#__PURE__*/React.createElement("title", {
         
     | 
| 
      
 15 
     | 
    
         
            +
                id: titleId
         
     | 
| 
      
 16 
     | 
    
         
            +
              }, title) : null, /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 17 
     | 
    
         
            +
                d: "M12.732 5h-6.5c-.083 0-.164.007-.243.02A2 2 0 017.732 4h5a2 2 0 012 2v1a2 2 0 01-1.02 1.744c.014-.08.02-.161.02-.244V6a1 1 0 00-1-1z",
         
     | 
| 
      
 18 
     | 
    
         
            +
                fill: "url(#paint0_radial_NvmeNamespaceGroup16GradientGrayIcon_4056_3252)"
         
     | 
| 
      
 19 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 20 
     | 
    
         
            +
                d: "M11 7a1 1 0 011 1v2.5c0 .083-.007.164-.02.244A2 2 0 0013 9V8a2 2 0 00-2-2H6a2 2 0 00-1.744 1.02c.08-.013.161-.02.244-.02H11z",
         
     | 
| 
      
 21 
     | 
    
         
            +
                fill: "url(#paint1_radial_NvmeNamespaceGroup16GradientGrayIcon_4056_3252)"
         
     | 
| 
      
 22 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 23 
     | 
    
         
            +
                d: "M9 10H8v1h1v-1z",
         
     | 
| 
      
 24 
     | 
    
         
            +
                fill: "url(#paint2_radial_NvmeNamespaceGroup16GradientGrayIcon_4056_3252)"
         
     | 
| 
      
 25 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 26 
     | 
    
         
            +
                d: "M6 10h1v1H6v-1z",
         
     | 
| 
      
 27 
     | 
    
         
            +
                fill: "url(#paint3_radial_NvmeNamespaceGroup16GradientGrayIcon_4056_3252)"
         
     | 
| 
      
 28 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 29 
     | 
    
         
            +
                d: "M5 10H4v1h1v-1z",
         
     | 
| 
      
 30 
     | 
    
         
            +
                fill: "url(#paint4_radial_NvmeNamespaceGroup16GradientGrayIcon_4056_3252)"
         
     | 
| 
      
 31 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 32 
     | 
    
         
            +
                fillRule: "evenodd",
         
     | 
| 
      
 33 
     | 
    
         
            +
                clipRule: "evenodd",
         
     | 
| 
      
 34 
     | 
    
         
            +
                d: "M2 10a2 2 0 012-2h5a2 2 0 012 2v1a2 2 0 01-2 2H4a2 2 0 01-2-2v-1zm2-1h5a1 1 0 011 1v1a1 1 0 01-1 1H4a1 1 0 01-1-1v-1a1 1 0 011-1z",
         
     | 
| 
      
 35 
     | 
    
         
            +
                fill: "url(#paint5_radial_NvmeNamespaceGroup16GradientGrayIcon_4056_3252)"
         
     | 
| 
      
 36 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 37 
     | 
    
         
            +
                id: "paint0_radial_NvmeNamespaceGroup16GradientGrayIcon_4056_3252",
         
     | 
| 
      
 38 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 39 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 40 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 41 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 42 
     | 
    
         
            +
                gradientTransform: "matrix(12.7324 -8.99997 8.48429 12.00286 2 13)"
         
     | 
| 
      
 43 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 44 
     | 
    
         
            +
                stopColor: "#CCD4E3"
         
     | 
| 
      
 45 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 46 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 47 
     | 
    
         
            +
                stopColor: "#6B7D99"
         
     | 
| 
      
 48 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 49 
     | 
    
         
            +
                id: "paint1_radial_NvmeNamespaceGroup16GradientGrayIcon_4056_3252",
         
     | 
| 
      
 50 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 51 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 52 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 53 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 54 
     | 
    
         
            +
                gradientTransform: "matrix(12.7324 -8.99997 8.48429 12.00286 2 13)"
         
     | 
| 
      
 55 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 56 
     | 
    
         
            +
                stopColor: "#CCD4E3"
         
     | 
| 
      
 57 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 58 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 59 
     | 
    
         
            +
                stopColor: "#6B7D99"
         
     | 
| 
      
 60 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 61 
     | 
    
         
            +
                id: "paint2_radial_NvmeNamespaceGroup16GradientGrayIcon_4056_3252",
         
     | 
| 
      
 62 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 63 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 64 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 65 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 66 
     | 
    
         
            +
                gradientTransform: "matrix(12.7324 -8.99997 8.48429 12.00286 2 13)"
         
     | 
| 
      
 67 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 68 
     | 
    
         
            +
                stopColor: "#CCD4E3"
         
     | 
| 
      
 69 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 70 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 71 
     | 
    
         
            +
                stopColor: "#6B7D99"
         
     | 
| 
      
 72 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 73 
     | 
    
         
            +
                id: "paint3_radial_NvmeNamespaceGroup16GradientGrayIcon_4056_3252",
         
     | 
| 
      
 74 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 75 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 76 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 77 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 78 
     | 
    
         
            +
                gradientTransform: "matrix(12.7324 -8.99997 8.48429 12.00286 2 13)"
         
     | 
| 
      
 79 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 80 
     | 
    
         
            +
                stopColor: "#CCD4E3"
         
     | 
| 
      
 81 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 82 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 83 
     | 
    
         
            +
                stopColor: "#6B7D99"
         
     | 
| 
      
 84 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 85 
     | 
    
         
            +
                id: "paint4_radial_NvmeNamespaceGroup16GradientGrayIcon_4056_3252",
         
     | 
| 
      
 86 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 87 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 88 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 89 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 90 
     | 
    
         
            +
                gradientTransform: "matrix(12.7324 -8.99997 8.48429 12.00286 2 13)"
         
     | 
| 
      
 91 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 92 
     | 
    
         
            +
                stopColor: "#CCD4E3"
         
     | 
| 
      
 93 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 94 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 95 
     | 
    
         
            +
                stopColor: "#6B7D99"
         
     | 
| 
      
 96 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 97 
     | 
    
         
            +
                id: "paint5_radial_NvmeNamespaceGroup16GradientGrayIcon_4056_3252",
         
     | 
| 
      
 98 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 99 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 100 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 101 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 102 
     | 
    
         
            +
                gradientTransform: "matrix(12.7324 -8.99997 8.48429 12.00286 2 13)"
         
     | 
| 
      
 103 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 104 
     | 
    
         
            +
                stopColor: "#CCD4E3"
         
     | 
| 
      
 105 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 106 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 107 
     | 
    
         
            +
                stopColor: "#6B7D99"
         
     | 
| 
      
 108 
     | 
    
         
            +
              }))));
         
     | 
| 
      
 109 
     | 
    
         
            +
            }
         
     | 
| 
      
 110 
     | 
    
         
            +
            module.exports = NvmeNamespaceGroup16GradientGrayIcon;
         
     | 
| 
         @@ -0,0 +1,28 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            const React = require("react");
         
     | 
| 
      
 2 
     | 
    
         
            +
            function NvmeNamespaceGroup16OntintIcon({
         
     | 
| 
      
 3 
     | 
    
         
            +
              title,
         
     | 
| 
      
 4 
     | 
    
         
            +
              titleId,
         
     | 
| 
      
 5 
     | 
    
         
            +
              ...props
         
     | 
| 
      
 6 
     | 
    
         
            +
            }) {
         
     | 
| 
      
 7 
     | 
    
         
            +
              return /*#__PURE__*/React.createElement("svg", Object.assign({
         
     | 
| 
      
 8 
     | 
    
         
            +
                width: 16,
         
     | 
| 
      
 9 
     | 
    
         
            +
                height: 16,
         
     | 
| 
      
 10 
     | 
    
         
            +
                fill: "none",
         
     | 
| 
      
 11 
     | 
    
         
            +
                xmlns: "http://www.w3.org/2000/svg",
         
     | 
| 
      
 12 
     | 
    
         
            +
                "data-testid": "NvmeNamespaceGroup16OntintIcon",
         
     | 
| 
      
 13 
     | 
    
         
            +
                "aria-labelledby": titleId
         
     | 
| 
      
 14 
     | 
    
         
            +
              }, props), title ? /*#__PURE__*/React.createElement("title", {
         
     | 
| 
      
 15 
     | 
    
         
            +
                id: titleId
         
     | 
| 
      
 16 
     | 
    
         
            +
              }, title) : null, /*#__PURE__*/React.createElement("g", {
         
     | 
| 
      
 17 
     | 
    
         
            +
                fill: "#fff"
         
     | 
| 
      
 18 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 19 
     | 
    
         
            +
                d: "M12.732 5h-6.5c-.083 0-.164.007-.243.02A2 2 0 017.732 4h5a2 2 0 012 2v1a2 2 0 01-1.02 1.744c.014-.08.02-.161.02-.244V6a1 1 0 00-1-1z"
         
     | 
| 
      
 20 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 21 
     | 
    
         
            +
                d: "M11 7a1 1 0 011 1v2.5c0 .083-.007.164-.02.244A2 2 0 0013 9V8a2 2 0 00-2-2H6a2 2 0 00-1.744 1.02c.08-.013.161-.02.244-.02H11zM9 10H8v1h1v-1zM6 10h1v1H6v-1zM5 10H4v1h1v-1z"
         
     | 
| 
      
 22 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 23 
     | 
    
         
            +
                fillRule: "evenodd",
         
     | 
| 
      
 24 
     | 
    
         
            +
                clipRule: "evenodd",
         
     | 
| 
      
 25 
     | 
    
         
            +
                d: "M2 10a2 2 0 012-2h5a2 2 0 012 2v1a2 2 0 01-2 2H4a2 2 0 01-2-2v-1zm2-1h5a1 1 0 011 1v1a1 1 0 01-1 1H4a1 1 0 01-1-1v-1a1 1 0 011-1z"
         
     | 
| 
      
 26 
     | 
    
         
            +
              })));
         
     | 
| 
      
 27 
     | 
    
         
            +
            }
         
     | 
| 
      
 28 
     | 
    
         
            +
            module.exports = NvmeNamespaceGroup16OntintIcon;
         
     | 
| 
         @@ -0,0 +1,110 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            const React = require("react");
         
     | 
| 
      
 2 
     | 
    
         
            +
            function NvmeNamespaceStorageObject16GradientGrayIcon({
         
     | 
| 
      
 3 
     | 
    
         
            +
              title,
         
     | 
| 
      
 4 
     | 
    
         
            +
              titleId,
         
     | 
| 
      
 5 
     | 
    
         
            +
              ...props
         
     | 
| 
      
 6 
     | 
    
         
            +
            }) {
         
     | 
| 
      
 7 
     | 
    
         
            +
              return /*#__PURE__*/React.createElement("svg", Object.assign({
         
     | 
| 
      
 8 
     | 
    
         
            +
                width: 16,
         
     | 
| 
      
 9 
     | 
    
         
            +
                height: 16,
         
     | 
| 
      
 10 
     | 
    
         
            +
                fill: "none",
         
     | 
| 
      
 11 
     | 
    
         
            +
                xmlns: "http://www.w3.org/2000/svg",
         
     | 
| 
      
 12 
     | 
    
         
            +
                "data-testid": "NvmeNamespaceStorageObject16GradientGrayIcon",
         
     | 
| 
      
 13 
     | 
    
         
            +
                "aria-labelledby": titleId
         
     | 
| 
      
 14 
     | 
    
         
            +
              }, props), title ? /*#__PURE__*/React.createElement("title", {
         
     | 
| 
      
 15 
     | 
    
         
            +
                id: titleId
         
     | 
| 
      
 16 
     | 
    
         
            +
              }, title) : null, /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 17 
     | 
    
         
            +
                d: "M12 5v2h-2V5h2z",
         
     | 
| 
      
 18 
     | 
    
         
            +
                fill: "url(#paint0_radial_NvmeNamespaceStorageObject16GradientGrayIcon_4056_8134)"
         
     | 
| 
      
 19 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 20 
     | 
    
         
            +
                d: "M9 7V5H7v2h2z",
         
     | 
| 
      
 21 
     | 
    
         
            +
                fill: "url(#paint1_radial_NvmeNamespaceStorageObject16GradientGrayIcon_4056_8134)"
         
     | 
| 
      
 22 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 23 
     | 
    
         
            +
                d: "M6 5v2H4V5h2z",
         
     | 
| 
      
 24 
     | 
    
         
            +
                fill: "url(#paint2_radial_NvmeNamespaceStorageObject16GradientGrayIcon_4056_8134)"
         
     | 
| 
      
 25 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 26 
     | 
    
         
            +
                fillRule: "evenodd",
         
     | 
| 
      
 27 
     | 
    
         
            +
                clipRule: "evenodd",
         
     | 
| 
      
 28 
     | 
    
         
            +
                d: "M14 5a2 2 0 00-2-2H4a2 2 0 00-2 2v2a2 2 0 002 2h8a2 2 0 002-2V5zm-1 2V5a1 1 0 00-1-1H4a1 1 0 00-1 1v2a1 1 0 001 1h8a1 1 0 001-1z",
         
     | 
| 
      
 29 
     | 
    
         
            +
                fill: "url(#paint3_radial_NvmeNamespaceStorageObject16GradientGrayIcon_4056_8134)"
         
     | 
| 
      
 30 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 31 
     | 
    
         
            +
                d: "M10.959 10.88h-.613c-.023-.23-.21-.364-.516-.364-.313 0-.486.138-.486.326-.004.21.216.304.478.362l.272.063c.525.114.905.372.906.858-.002.534-.435.875-1.173.875-.734 0-1.201-.326-1.218-.958h.619c.02.292.26.44.591.44.325 0 .535-.145.536-.358-.001-.197-.184-.288-.513-.365l-.33-.08c-.51-.118-.824-.365-.823-.795-.003-.53.483-.884 1.145-.884.673 0 1.116.36 1.125.88z",
         
     | 
| 
      
 32 
     | 
    
         
            +
                fill: "url(#paint4_radial_NvmeNamespaceStorageObject16GradientGrayIcon_4056_8134)"
         
     | 
| 
      
 33 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("path", {
         
     | 
| 
      
 34 
     | 
    
         
            +
                d: "M6.892 10.04h.636v2.919h-.552L5.66 11.122H5.64v1.837H5v-2.92h.56l1.305 1.837h.027V10.04z",
         
     | 
| 
      
 35 
     | 
    
         
            +
                fill: "url(#paint5_radial_NvmeNamespaceStorageObject16GradientGrayIcon_4056_8134)"
         
     | 
| 
      
 36 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 37 
     | 
    
         
            +
                id: "paint0_radial_NvmeNamespaceStorageObject16GradientGrayIcon_4056_8134",
         
     | 
| 
      
 38 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 39 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 40 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 41 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 42 
     | 
    
         
            +
                gradientTransform: "matrix(12 -10 9.83606 11.80325 2 13)"
         
     | 
| 
      
 43 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 44 
     | 
    
         
            +
                stopColor: "#CCD4E3"
         
     | 
| 
      
 45 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 46 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 47 
     | 
    
         
            +
                stopColor: "#6B7D99"
         
     | 
| 
      
 48 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 49 
     | 
    
         
            +
                id: "paint1_radial_NvmeNamespaceStorageObject16GradientGrayIcon_4056_8134",
         
     | 
| 
      
 50 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 51 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 52 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 53 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 54 
     | 
    
         
            +
                gradientTransform: "matrix(12 -10 9.83606 11.80325 2 13)"
         
     | 
| 
      
 55 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 56 
     | 
    
         
            +
                stopColor: "#CCD4E3"
         
     | 
| 
      
 57 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 58 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 59 
     | 
    
         
            +
                stopColor: "#6B7D99"
         
     | 
| 
      
 60 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 61 
     | 
    
         
            +
                id: "paint2_radial_NvmeNamespaceStorageObject16GradientGrayIcon_4056_8134",
         
     | 
| 
      
 62 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 63 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 64 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 65 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 66 
     | 
    
         
            +
                gradientTransform: "matrix(12 -10 9.83606 11.80325 2 13)"
         
     | 
| 
      
 67 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 68 
     | 
    
         
            +
                stopColor: "#CCD4E3"
         
     | 
| 
      
 69 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 70 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 71 
     | 
    
         
            +
                stopColor: "#6B7D99"
         
     | 
| 
      
 72 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 73 
     | 
    
         
            +
                id: "paint3_radial_NvmeNamespaceStorageObject16GradientGrayIcon_4056_8134",
         
     | 
| 
      
 74 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 75 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 76 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 77 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 78 
     | 
    
         
            +
                gradientTransform: "matrix(12 -10 9.83606 11.80325 2 13)"
         
     | 
| 
      
 79 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 80 
     | 
    
         
            +
                stopColor: "#CCD4E3"
         
     | 
| 
      
 81 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 82 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 83 
     | 
    
         
            +
                stopColor: "#6B7D99"
         
     | 
| 
      
 84 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 85 
     | 
    
         
            +
                id: "paint4_radial_NvmeNamespaceStorageObject16GradientGrayIcon_4056_8134",
         
     | 
| 
      
 86 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 87 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 88 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 89 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 90 
     | 
    
         
            +
                gradientTransform: "matrix(12 -10 9.83606 11.80325 2 13)"
         
     | 
| 
      
 91 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 92 
     | 
    
         
            +
                stopColor: "#CCD4E3"
         
     | 
| 
      
 93 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 94 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 95 
     | 
    
         
            +
                stopColor: "#6B7D99"
         
     | 
| 
      
 96 
     | 
    
         
            +
              })), /*#__PURE__*/React.createElement("radialGradient", {
         
     | 
| 
      
 97 
     | 
    
         
            +
                id: "paint5_radial_NvmeNamespaceStorageObject16GradientGrayIcon_4056_8134",
         
     | 
| 
      
 98 
     | 
    
         
            +
                cx: 0,
         
     | 
| 
      
 99 
     | 
    
         
            +
                cy: 0,
         
     | 
| 
      
 100 
     | 
    
         
            +
                r: 1,
         
     | 
| 
      
 101 
     | 
    
         
            +
                gradientUnits: "userSpaceOnUse",
         
     | 
| 
      
 102 
     | 
    
         
            +
                gradientTransform: "matrix(12 -10 9.83606 11.80325 2 13)"
         
     | 
| 
      
 103 
     | 
    
         
            +
              }, /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 104 
     | 
    
         
            +
                stopColor: "#CCD4E3"
         
     | 
| 
      
 105 
     | 
    
         
            +
              }), /*#__PURE__*/React.createElement("stop", {
         
     | 
| 
      
 106 
     | 
    
         
            +
                offset: 1,
         
     | 
| 
      
 107 
     | 
    
         
            +
                stopColor: "#6B7D99"
         
     | 
| 
      
 108 
     | 
    
         
            +
              }))));
         
     | 
| 
      
 109 
     | 
    
         
            +
            }
         
     | 
| 
      
 110 
     | 
    
         
            +
            module.exports = NvmeNamespaceStorageObject16GradientGrayIcon;
         
     |