@trafilea/afrodita-components 6.16.0 → 6.16.1

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/build/index.js CHANGED
@@ -3834,6 +3834,8 @@ var EllipsisHorizontal = function (props) { return (jsxRuntime.jsx(Icon$1, __ass
3834
3834
 
3835
3835
  var Filters$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/filters" }), void 0); };
3836
3836
 
3837
+ var FiltersV2 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/filters_v2" }), void 0); };
3838
+
3837
3839
  var Hamburger = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/hamburger" }), void 0); };
3838
3840
 
3839
3841
  var Home = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "navigation/home" }), void 0); };
@@ -3884,6 +3886,7 @@ var Navigation = /*#__PURE__*/Object.freeze({
3884
3886
  Ellipsis: Ellipsis,
3885
3887
  EllipsisHorizontal: EllipsisHorizontal,
3886
3888
  Filters: Filters$1,
3889
+ FiltersV2: FiltersV2,
3887
3890
  Hamburger: Hamburger,
3888
3891
  Home: Home,
3889
3892
  HomeSolid: HomeSolid,