@alfalab/icons-glyph 2.17.0 → 2.18.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 SnowflakeLineMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default SnowflakeLineMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),l.createElement("path",{d:"M8.454 3.664L9.564 2 12 3.625 14.438 2l1.109 1.664L13 5.362v4.906l4.25-2.454.197-3.052 1.996.128-.189 2.924 2.626 1.298-.886 1.793-2.745-1.358L14 12l4.251 2.455 2.743-1.356.886 1.792-2.626 1.299.189 2.923-1.996.129-.197-3.056L13 13.732v4.906l2.547 1.698L14.437 22 12 20.375 9.563 22l-1.11-1.664L11 18.638v-4.906l-4.25 2.454-.197 3.056-1.995-.13.188-2.922-2.626-1.3.887-1.792 2.742 1.356L10 12 5.752 9.548l-2.745 1.357-.887-1.793 2.626-1.298-.188-2.924 1.995-.128.197 3.053L11 10.268V5.362L8.454 3.664z"}))};exports.SnowflakeLineMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.17.0",
3
+ "version": "2.18.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",