@alfalab/icons-glyph 2.63.0 → 2.64.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.
package/PaperclipMIcon.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M12.78 3.63a4.507 4.507 0 016.373 6.373l-7.42 7.42A2.705 2.705 0 117.906 13.6l6.905-6.905 1.273 1.273L9.18 14.87a.905.905 0 001.28 1.28l7.42-7.42a2.707 2.707 0 10-3.827-3.828l-7.415 7.414a4.52 4.52 0 106.393 6.392l3.093-3.093a11.167 11.167 0 014.365-2.698l.57 1.707a9.366 9.366 0 00-3.662 2.263l-3.094 3.094a6.32 6.32 0 11-8.937-8.938L12.78 3.63z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.PaperclipMIcon=r,exports.default=r;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,a=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M12.78 3.63a4.507 4.507 0 016.373 6.373l-7.42 7.42a2.705 2.705 0 11-3.826-3.825l6.905-6.905 1.273 1.273-6.905 6.905a.905.905 0 001.28 1.28l7.42-7.42a2.707 2.707 0 10-3.827-3.829l-7.415 7.414a4.52 4.52 0 106.393 6.393l3.093-3.094a11.167 11.167 0 014.365-2.698l.57 1.708a9.368 9.368 0 00-3.662 2.263l-3.094 3.093a6.32 6.32 0 11-8.937-8.938L12.78 3.63z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.PaperclipMIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PaperclipSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PaperclipSIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),t.createElement("path",{d:"M8.281 2.811c1.003-1.081 2.63-1.081 3.633 0 1.003 1.082 1.003 2.836 0 3.918l-4.23 4.561c-.602.65-1.578.65-2.18 0a1.756 1.756 0 010-2.351L9.44 4.695l.725.782L6.23 9.72a.587.587 0 000 .787.49.49 0 00.73 0l4.23-4.562a1.757 1.757 0 000-2.352 1.465 1.465 0 00-2.182 0L4.78 8.15c-1.007 1.085-1.007 2.844 0 3.929 1.006 1.085 2.637 1.085 3.643 0l1.763-1.902a6.311 6.311 0 012.489-1.658L13 9.57a5.293 5.293 0 00-2.087 1.39L9.15 12.863c-1.407 1.517-3.688 1.517-5.095 0-1.407-1.517-1.407-3.976 0-5.494l4.226-4.557z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.PaperclipSIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.63.0",
3
+ "version": "2.64.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",