@alfalab/icons-glyph 2.234.0 → 2.236.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 BriefcaseLineMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BriefcaseLineMIcon;
@@ -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:"M14 2c.805 0 1.66.121 2.27.73.608.61.73 1.465.73 2.27v.996h2.993A3.007 3.007 0 0123 9.002v9.992A3.007 3.007 0 0119.993 22H4.008A3.007 3.007 0 011 18.994V9.002a3.007 3.007 0 013.008-3.006H7V5c0-.805.121-1.66.73-2.27C8.34 2.121 9.195 2 10 2h4zM3.018 18.994a.99.99 0 00.99.988h15.985a.99.99 0 00.99-.988v-5.232H13.86v.856a.93.93 0 01-.93.93h-1.862a.93.93 0 01-.93-.93v-.856h-7.12v5.232zm.99-10.98a.99.99 0 00-.99.988v2.742h17.964V9.002a.989.989 0 00-.989-.988H4.008zM10 4c-.695 0-.84.129-.855.145C9.128 4.16 9 4.305 9 5v.996h6V5c0-.694-.129-.84-.145-.855C14.84 4.129 14.695 4 14 4h-4z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.BriefcaseLineMIcon=a,exports.default=a;
@@ -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.236.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",