@alfalab/icons-glyph 2.115.0 → 2.116.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 ArrowsUpDownMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowsUpDownMIcon;
@@ -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:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M5 18V5.828L2.466 8.364 1.051 6.95 6 2l4.95 4.95-1.415 1.414L7 5.828V18H5zm16.536-2.364L19 18.172V6h-2v12.172l-2.535-2.536-1.414 1.414L18 22l4.95-4.95-1.415-1.414z"}))};exports.ArrowsUpDownMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ArrowsUpDownSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowsUpDownSIcon;
@@ -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("g",{clipPath:"url(#prefix__clip0_110069_16705)"},r.createElement("path",{d:"M4 0l3.53 3.53-1.061 1.061-1.72-1.72.001 10.13h-1.5V2.87L1.53 4.59.469 3.53 3.999 0zm8 16l3.53-3.53-1.06-1.061-1.72 1.72V3h-1.5v10.13l-1.72-1.72-1.06 1.06L12 16z"})),r.createElement("defs",null,r.createElement("clipPath",{id:"prefix__clip0_110069_16705"},r.createElement("path",{d:"M0 0h16v16H0z"}))))};exports.ArrowsUpDownSIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.115.0",
3
+ "version": "2.116.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",