@alfalab/icons-glyph 2.217.0 → 2.219.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 MagnifierCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MagnifierCompactMIcon;
@@ -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:"M10.64 4.679a5.956 5.956 0 103.477 10.792l4.208 4.208 1.359-1.359-4.208-4.208a5.956 5.956 0 00-4.836-9.434zm-4.035 5.956a4.035 4.035 0 118.07 0 4.035 4.035 0 01-8.07 0z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.MagnifierCompactMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PipEnterMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PipEnterMIcon;
@@ -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:"M20 6H4v12h16V6zM3.818 4C2.814 4 2 4.796 2 5.778v12.444C2 19.204 2.814 20 3.818 20h16.364C21.186 20 22 19.204 22 18.222V5.778C22 4.796 21.186 4 20.182 4H3.818z",fillRule:"evenodd",clipRule:"evenodd"}),r.createElement("path",{d:"M11 8h7v5h-7V8z"}))};exports.PipEnterMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PipExitMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PipExitMIcon;
@@ -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,i=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:"M22 2h-7.5v2H20v5.5h2V2zM2 2h7.5v2H4v5.5H2V2zm7.5 18v2H2v-7.5h2V20h5.5zm5 0v2H22v-7.5h-2V20h-5.5z"}))};exports.PipExitMIcon=i,exports.default=i;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.217.0",
3
+ "version": "2.219.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",