@alfalab/icons-glyph 2.58.0 → 2.59.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/TieMIcon.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const TieMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default TieMIcon;
package/TieMIcon.js ADDED
@@ -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:"M17 1H7l1.013 2.702A2 2 0 009.886 5h4.228a2 2 0 001.873-1.298L17 1zM6 17.5L8.544 6.768c.423.15.875.232 1.342.232h4.228c.466 0 .92-.081 1.342-.232l2.48 10.732a1 1 0 01-.32 1.014l-5 4.249a1 1 0 01-1.296 0l-5-4.25A1 1 0 016 17.5z"}))};exports.TieMIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.58.0",
3
+ "version": "2.59.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",