@alfalab/icons-glyph 2.98.0 → 2.99.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 PrinterLineMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PrinterLineMIcon;
@@ -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:"M9 11a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z"}),r.createElement("path",{d:"M6 6V4a2 2 0 012-2h8a2 2 0 012 2v2h2a2 2 0 012 2v8a2 2 0 01-2 2h-2v4H6v-4H4a2 2 0 01-2-2V8a2 2 0 012-2h2zm2-2v2h8V4H8zm0 14v2h8v-2H8zM4 8v8h16V8H4z"}))};exports.PrinterLineMIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const WeightMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default WeightMIcon;
package/WeightMIcon.js ADDED
@@ -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:"M13 7.83a3.001 3.001 0 10-2 0V8H8.062a3 3 0 00-2.91 2.272L2.84 19.515A2 2 0 004.781 22H19.22a2 2 0 001.94-2.485l-2.31-9.243A3 3 0 0015.938 8H13v-.17zM13 5a1 1 0 11-2 0 1 1 0 012 0zm-2.428 13.02l-1.611-2.252h-.274v2.251H7.263v-5.376h1.426v2.11h.253l1.602-2.11h1.616l-2.04 2.461 2.148 2.915h-1.695zm6.46-5.377v1.074h-2.3v4.302h-1.425v-5.376h3.725z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.WeightMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.98.0",
3
+ "version": "2.99.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",