@alfalab/icons-glyph 2.234.0 → 2.235.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 PushpinVerticalCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PushpinVerticalCompactMIcon;
@@ -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 9.638c.251.163.482.33.701.535C17.68 11.086 18 12.71 18 14h-5.034L13 18.8 12 20l-1-1.2.035-4.8H6c0-1.29.33-2.96 1.307-3.872.22-.205.442-.365.693-.528V5.2C8 4.437 8.585 4 9.429 4h5.142C15.455 4 16 4.47 16 5.2v4.438z"}))};exports.PushpinVerticalCompactMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PushpinVerticalOffCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PushpinVerticalOffCompactMIcon;
@@ -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.701 10.173C17.68 11.086 18 12.71 18 14h-.625L8.093 4.718C8.289 4.256 8.783 4 9.429 4h5.142C15.455 4 16 4.47 16 5.2v4.438c.251.163.482.33.701.535zM12 20l-1-1.2.035-4.8H6c0-1.29.33-2.96 1.307-3.872.22-.205.442-.365.693-.528v-.473l-4-4L5.127 4 20 18.873 18.873 20l-5.906-5.907L13 18.8 12 20z"}))};exports.PushpinVerticalOffCompactMIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.234.0",
3
+ "version": "2.235.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",