@alfalab/icons-glyph 2.91.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/InternetMIcon.js CHANGED
@@ -1 +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:"M23.5 9.5a16.263 16.263 0 00-23 0l2.364 2.364c5.045-5.046 13.226-5.046 18.272 0L23.5 9.5zm-3.637 3.637c-4.342-4.343-11.384-4.343-15.727 0l2.228 2.226a7.971 7.971 0 0111.272 0l2.227-2.226zm-6.802 6.802l3.302-3.302a6.171 6.171 0 00-8.727 0l3.303 3.302a1.5 1.5 0 002.122 0z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.InternetMIcon=r,exports.default=r;
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:"M23.5 9.5a16.263 16.263 0 00-23 0l2.364 2.363c5.045-5.045 13.226-5.045 18.272 0L23.5 9.5zm-3.637 3.636c-4.342-4.343-11.384-4.343-15.727 0l2.228 2.227a7.971 7.971 0 0111.272 0l2.227-2.227zm-6.802 6.803l3.302-3.303a6.171 6.171 0 00-8.727 0l3.303 3.303a1.5 1.5 0 002.122 0z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.InternetMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.91.0",
3
+ "version": "2.93.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",