@alfalab/icons-glyph 2.87.0 → 2.88.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 ChristmasToyMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ChristmasToyMIcon;
@@ -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,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:"M14.703 4.795l2.38-2.381a2 2 0 012.83 0l1.413 1.414a2 2 0 010 2.829l-2.289 2.289A9 9 0 1111 4c1.32 0 2.574.284 3.703.795zm3.795-.967l-2.026 2.026c.53.407 1.015.872 1.443 1.385l1.997-1.997-1.414-1.414zM14.64 8.634l-2.752 1.303a.574.574 0 01-.634-.087L9.091 7.877c-.39-.356-1.036-.016-.987.52l.272 2.966a.613.613 0 01-.305.581l-2.639 1.533c-.476.276-.38.981.147 1.077l2.92.531a.55.55 0 01.446.446l.531 2.92c.096.527.8.623 1.078.147l1.532-2.638a.614.614 0 01.582-.306l2.966.272c.536.05.875-.596.519-.987l-1.973-2.161a.574.574 0 01-.086-.635l1.302-2.752a.563.563 0 00-.757-.757z"}))};exports.ChristmasToyMIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ChristmasToyXxlIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ChristmasToyXxlIcon;
@@ -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,a=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"48",height:"48",viewBox:"0 0 48 48"},e),t.createElement("path",{d:"M9.98 39.02c6.638 6.64 17.402 6.64 24.04 0 6.64-6.638 6.64-17.402 0-24.04-6.638-6.64-17.402-6.64-24.04 0-6.64 6.638-6.64 17.402 0 24.04zm20.064-18.734l-2.414 5.1c-.189.4-.126.863.16 1.176l3.657 4.007c.66.723.031 1.92-.962 1.829l-5.498-.505c-.43-.04-.855.184-1.077.567l-2.84 4.89c-.514.883-1.82.704-1.998-.273l-.984-5.411a1.02 1.02 0 00-.826-.827l-5.412-.984c-.977-.178-1.156-1.484-.273-1.997l4.89-2.84a1.14 1.14 0 00.567-1.078l-.504-5.498c-.091-.993 1.105-1.622 1.828-.962l4.007 3.656c.314.287.777.35 1.176.16l5.1-2.413a1.043 1.043 0 011.403 1.403zm7.973-15.7l-2.828 2.828-.707-.707a2 2 0 00-2.828 0l-1.866 1.865a20.07 20.07 0 0110.62 10.593l1.852-1.851a2 2 0 000-2.829l-.707-.707 2.828-2.828a2 2 0 000-2.829l-3.536-3.535a2 2 0 00-2.828 0zm1.414 2.828l2.122 2.122-2.121 2.12-2.122-2.12 2.121-2.122z"}))};exports.ChristmasToyXxlIcon=a,exports.default=a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.87.0",
3
+ "version": "2.88.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",