@alfalab/icons-glyph 2.222.0 → 2.223.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 PaletteMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PaletteMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return a.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),a.createElement("path",{d:"M8.438 2.655a9.98 9.98 0 013.944-.648 10.032 10.032 0 019.61 9.611A9.996 9.996 0 0111.997 22a2.142 2.142 0 01-2.142-2.142v-2.685a2.142 2.142 0 00-2.706-2.07l-.8.22A3.441 3.441 0 012 12.004a9.996 9.996 0 016.438-9.348zm3.915 1.494a1.785 1.785 0 100 3.57 1.785 1.785 0 000-3.57zM7.355 6.29a1.785 1.785 0 100 3.57 1.785 1.785 0 000-3.57zm8.211 1.785a1.785 1.785 0 113.57 0 1.785 1.785 0 01-3.57 0zm3.213 3.213a1.785 1.785 0 100 3.57 1.785 1.785 0 000-3.57z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.PaletteMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PaletteSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PaletteSIcon;
@@ -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,a=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),l.createElement("path",{d:"M5.15.524A7.997 7.997 0 018.305.006a8.025 8.025 0 017.689 7.689A7.997 7.997 0 017.997 16a1.714 1.714 0 01-1.714-1.714V12.14a1.713 1.713 0 00-2.165-1.657l-.64.177A2.753 2.753 0 010 8.003 7.997 7.997 0 015.15.523zm3.133 1.195a1.428 1.428 0 100 2.856 1.428 1.428 0 000-2.856zM4.284 3.433a1.428 1.428 0 100 2.856 1.428 1.428 0 000-2.856zm6.57 1.428a1.428 1.428 0 112.855 0 1.428 1.428 0 01-2.856 0zm2.57 2.57a1.428 1.428 0 100 2.856 1.428 1.428 0 000-2.856z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.PaletteSIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PaletteXxlIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PaletteXxlIcon;
@@ -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,a=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"48",height:"48",viewBox:"0 0 48 48"},e),l.createElement("path",{d:"M16.876 5.31a19.992 19.992 0 017.888-1.295 20.064 20.064 0 0119.221 19.221A19.993 19.993 0 0123.993 44a4.284 4.284 0 01-4.285-4.284v-5.37a4.284 4.284 0 00-5.412-4.14l-1.6.442A6.882 6.882 0 014 24.008 19.992 19.992 0 0116.876 5.31zm7.83 2.988a3.57 3.57 0 100 7.14 3.57 3.57 0 000-7.14zm-9.996 4.284a3.57 3.57 0 100 7.14 3.57 3.57 0 000-7.14zm16.423 3.57a3.57 3.57 0 117.14 0 3.57 3.57 0 01-7.14 0zm6.426 6.426a3.57 3.57 0 100 7.14 3.57 3.57 0 000-7.14z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.PaletteXxlIcon=a,exports.default=a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.222.0",
3
+ "version": "2.223.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",