@epignosis_llc/gnosis 6.7.2 → 6.7.3
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/types/icons/client/index.d.ts +2 -0
- package/icons/index.cjs +846 -818
- package/icons/index.js +845 -819
- package/package.json +1 -1
|
@@ -197,6 +197,8 @@ export { default as PencilBrushSVG } from "./pencil-brush.svg";
|
|
|
197
197
|
export { default as SparklesSVG } from "./sparkles.svg";
|
|
198
198
|
export { default as CreditsSVG } from "./credits.svg";
|
|
199
199
|
export { default as SquareAddSVG } from "./square-add.svg";
|
|
200
|
+
export { default as SquareMinusSVG } from "./square-minus.svg";
|
|
201
|
+
export { default as LearningPathNoViewboxSVG } from "./learning-path-no-viewbox.svg";
|
|
200
202
|
export { default as ScrollIndicatorSVG } from "./scroll-indicator-icon.svg";
|
|
201
203
|
export { default as BranchesDropdownSVG } from "./BranchesDropdown.svg";
|
|
202
204
|
export { default as CircleLockSVG } from "./circle-lock.svg";
|