@alfalab/icons-glyph 2.92.0 → 2.93.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 FlowerMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default FlowerMIcon;
package/FlowerMIcon.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,a=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:"M12.001 13.259a12.064 12.064 0 013.5-3.453c0-2.734-1.096-5.238-2.874-7.043a.876.876 0 00-1.252 0A10.024 10.024 0 008.5 9.803a12.063 12.063 0 013.501 3.456z"}),r.createElement("path",{d:"M11.985 21.498l.002.002.001.001h.013a9.501 9.501 0 009.422-10.73.872.872 0 00-1.006-.75c-4.77.758-8.417 4.89-8.417 9.875a11.64 11.64 0 010-.005c0-4.982-3.644-9.113-8.412-9.874a.872.872 0 00-1.006.75 9.498 9.498 0 009.403 10.732z"}))};exports.FlowerMIcon=a,exports.default=a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.92.0",
3
+ "version": "2.93.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",