@alfalab/icons-glyph 2.151.0 → 2.152.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.151.0",
3
+ "version": "2.152.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",
package/LetterTMIcon.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import React, { SVGProps } from 'react';
2
- export declare const LetterTMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
- export default LetterTMIcon;
package/LetterTMIcon.js DELETED
@@ -1 +0,0 @@
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",width:"24",height:"24",viewBox:"0 0 24 24"},e,{fill:"none"}),r.createElement("path",{d:"M10.5 20V7H5V4h14v3h-5.5v13h-3z",fill:"#000"}))};exports.LetterTMIcon=l,exports.default=l;
package/LetterTSIcon.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import React, { SVGProps } from 'react';
2
- export declare const LetterTSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
- export default LetterTSIcon;
package/LetterTSIcon.js DELETED
@@ -1 +0,0 @@
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",width:"16",height:"16",viewBox:"0 0 16 16"},e,{fill:"none"}),r.createElement("path",{d:"M7 14V5l-4 .062V3h10v2.062L9 5v9H7z",fill:"#000"}))};exports.LetterTSIcon=l,exports.default=l;