@alfalab/icons-glyph 2.57.0 → 2.58.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 StarOffLineMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default StarOffLineMIcon;
@@ -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:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M10.162 3.195c.636-1.729 3.04-1.729 3.677 0l1.76 4.785 5.021.223c1.814.081 2.557 2.406 1.136 3.555l-2.59 2.094-1.584-1.268 2.953-2.387-5.022-.223a1.966 1.966 0 01-1.752-1.295L12 3.893l-1.2 3.265-1.62-1.295.982-2.668z"}),t.createElement("path",{d:"M2.62 3.215l-1.24 1.57 4.155 3.323-2.154.095c-1.814.081-2.557 2.406-1.137 3.555l3.934 3.18-1.343 4.924c-.485 1.778 1.46 3.215 2.974 2.197L12 19.239l4.192 2.82c1.513 1.018 3.459-.419 2.974-2.197l-.297-1.087 2.512 2.01 1.24-1.57-20-16zm.846 6.982L7.9 10l8.364 6.691 1.01 3.704-4.19-2.82a1.936 1.936 0 00-2.167 0l-4.191 2.82 1.343-4.923a2.014 2.014 0 00-.67-2.095l-3.933-3.18z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.StarOffLineMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.57.0",
3
+ "version": "2.58.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",