@alfalab/icons-glyph 2.129.0 → 2.130.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 PushpinVerticalMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PushpinVerticalMIcon;
@@ -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:"M16.5 9a5.8 5.8 0 01.818.669C18.458 10.809 19 12.387 19 14h-5.5v6.5L12 22l-1.5-1.5V14H5c0-1.613.551-3.2 1.691-4.34A5.72 5.72 0 017.5 9V3.5C7.5 2.547 8.016 2 9 2h6c1.031 0 1.5.588 1.5 1.5V9z"}))};exports.PushpinVerticalMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PushpinVerticalOffMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PushpinVerticalOffMIcon;
@@ -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,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:"M7.5 7l7 7 5.75 5.75L19 21l-5.5-5.5v5L12 22l-1.5-1.5V14H5c0-1.613.551-3.2 1.691-4.34.169-.168.339-.313.52-.45L2 4l1.25-1.25L7.5 7zM19 14h-2L7.5 4.5v-1C7.5 2.547 8.016 2 9 2h6c1.031 0 1.5.588 1.5 1.5V9a5.8 5.8 0 01.818.669C18.458 10.809 19 12.387 19 14z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.PushpinVerticalOffMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.129.0",
3
+ "version": "2.130.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",