@alfalab/icons-glyph 2.70.0 → 2.71.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ChevronDownSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ChevronDownSIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,o=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M8 8.938L3.875 4.811 2.75 5.938C5.093 8.428 8 11.188 8 11.188s2.907-2.76 5.25-5.25l-1.125-1.125L8 8.938z"}))};exports.ChevronDownSIcon=o,exports.default=o;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ChevronRightShiftRightSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ChevronRightShiftRightSIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,i=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M13.75 8l-4.125 4.125 1.125 1.125C13.24 10.907 16 8 16 8s-2.76-2.907-5.25-5.25L9.625 3.875 13.75 8z"}))};exports.ChevronRightShiftRightSIcon=i,exports.default=i;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ChevronUpSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ChevronUpSIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M8 7.063l4.125 4.125 1.125-1.126C10.907 7.572 8 4.813 8 4.813s-2.907 2.76-5.25 5.25l1.125 1.126L8 7.061z"}))};exports.ChevronUpSIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.70.0",
3
+ "version": "2.71.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",