@alfalab/icons-glyph 2.25.0 → 2.26.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.
package/BynMIcon.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const BynMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BynMIcon;
package/BynMIcon.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,c=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:"M8.517 19c3.098 0 5.019-1.552 5.019-4.007 0-1.805-1.398-3.202-3.319-3.337v-.175c1.489-.213 2.625-1.504 2.625-2.988C12.842 6.329 11.162 5 8.346 5H2v14h6.517zM5.037 7.241h2.535c1.448 0 2.283.67 2.283 1.785 0 1.126-.895 1.776-2.535 1.776H5.037v-3.56zm0 9.518V12.78h2.635c1.79 0 2.766.68 2.766 1.96 0 1.31-.945 2.018-2.695 2.018H5.037zM15.99 19h2.927v-5.928c0-1.504 1.096-2.416 2.695-2.416.473 0 1.157.088 1.388.175V8.26c-.251-.087-.744-.136-1.147-.136-1.408 0-2.554.815-2.846 1.882h-.18V8.3H15.99V19z"}))};exports.BynMIcon=c,exports.default=c;
package/KztMIcon.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const KztMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default KztMIcon;
package/KztMIcon.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:"M13.5 21.638V10H19V7.5H5V10h5.5v11.638h3zM19 5.45V3H5v2.45h14z"}))};exports.KztMIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.25.0",
3
+ "version": "2.26.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",