@alfalab/icons-glyph 2.230.0 → 2.231.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 ResizeUpLeftMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ResizeUpLeftMIcon;
@@ -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:"M14.377 2.278a.95.95 0 111.345 1.345L3.623 15.722a.952.952 0 01-1.345-1.345l12.1-12.099zm-5.376 0a.95.95 0 111.344 1.345l-6.722 6.722A.95.95 0 012.28 9l6.722-6.722z"}))};exports.ResizeUpLeftMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ResizeUpLeftSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ResizeUpLeftSIcon;
@@ -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_137770_9036)"},r.createElement("path",{d:"M10.625.236A.816.816 0 0111.757.22c.317.3.325.793.018 1.102l-10.4 10.441a.816.816 0 01-1.132.018.765.765 0 01-.017-1.102L10.626.236zM6.273.228a.816.816 0 011.132 0 .765.765 0 010 1.102L1.369 7.207a.816.816 0 01-1.131 0 .765.765 0 010-1.102L6.273.228z"})),r.createElement("defs",null,r.createElement("clipPath",{id:"prefix__clip0_137770_9036"},r.createElement("path",{d:"M0 0h16v16H0z"}))))};exports.ResizeUpLeftSIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.230.0",
3
+ "version": "2.231.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",