@alfalab/icons-glyph 2.37.0 → 2.38.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/NumberScanMIcon.d.ts +3 -0
- package/NumberScanMIcon.js +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return a.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),a.createElement("path",{d:"M23 3a2 2 0 00-2-2h-3v2h3v3h2V3zM3 1a2 2 0 00-2 2v3h2V3h3V1H3zM1 21a2 2 0 002 2h3v-2H3v-3H1v3zm22 0a2 2 0 01-2 2h-3v-2h3v-3h2v3zM7 5a2 2 0 00-2 2v3h14V7a2 2 0 00-2-2H7zm-4 9v-2h18v2h-2v3a2 2 0 01-2 2H7a2 2 0 01-2-2v-3H3z"}))};exports.NumberScanMIcon=r,exports.default=r;
|