@alfalab/icons-glyph 2.3.0 → 2.4.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/AtmMIcon.d.ts +3 -0
- package/AtmMIcon.js +1 -0
- package/package.json +1 -1
package/AtmMIcon.d.ts
ADDED
package/AtmMIcon.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:"M6 2a2 2 0 00-2 2v18h16V10.363a2 2 0 00-.127-.703l-2.386-6.362A2 2 0 0015.614 2H6zm6.5 7l-2-5h5l2 5h-5zm1.5 2h4v2h-4v-2z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.AtmMIcon=r,exports.default=r;
|