@alfalab/icons-glyph 2.65.0 → 2.67.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 PinLocationMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PinLocationMIcon;
@@ -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,l=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:"M5.25 8.5a6.75 6.75 0 0113.5 0c0 2.278-1.204 4.33-2.697 5.99-1.484 1.65-3.176 2.824-3.976 3.334a.139.139 0 01-.155 0c-.8-.51-2.491-1.685-3.976-3.335C6.454 12.83 5.25 10.778 5.25 8.5zM12 5.75a2.75 2.75 0 100 5.5 2.75 2.75 0 000-5.5z",fillRule:"evenodd",clipRule:"evenodd"}),r.createElement("path",{d:"M5 19.5c0-.954 1.496-1.783 3.695-2.204a22.4 22.4 0 002.421 1.793 1.639 1.639 0 001.768 0c.53-.338 1.43-.95 2.42-1.793 2.2.421 3.696 1.25 3.696 2.204 0 1.38-3.134 2.5-7 2.5s-7-1.12-7-2.5z"}))};exports.PinLocationMIcon=l,exports.default=l;
package/PlusMIcon.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PlusMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PlusMIcon;
package/PlusMIcon.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,l=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:"M11 11H5v2h6v6h2v-6h6v-2h-6V5h-2v6z"}))};exports.PlusMIcon=l,exports.default=l;
package/PlusSIcon.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PlusSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PlusSIcon;
package/PlusSIcon.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,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M7.286 7.286H3v1.428h4.286V13h1.428V8.714H13V7.286H8.714V3H7.286v4.286z"}))};exports.PlusSIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PushpinMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PushpinMIcon;
@@ -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,l=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:"M15.961 13.695a7 7 0 01-1.94 6.184l-3.89-3.889L4.122 22H2v-2.12l6.01-6.011-3.89-3.89a7 7 0 016.184-1.94l4.777-4.777a1.5 1.5 0 012.121 0l3.536 3.535a1.5 1.5 0 010 2.121l-4.777 4.777z"}))};exports.PushpinMIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.65.0",
3
+ "version": "2.67.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",