@alfalab/icons-glyph 2.16.0 → 2.17.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/WorldMIcon.d.ts +3 -0
- package/WorldMIcon.js +1 -0
- package/package.json +1 -1
package/WorldMIcon.d.ts
ADDED
package/WorldMIcon.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,a=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return t.createElement("svg",a.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm-.15 2.95l.604-.937a7.965 7.965 0 00-4.174.903l.368.262a1 1 0 01-.107 1.694L6.672 7.88a1 1 0 01-.475.12H5.07a7.95 7.95 0 00-.818 2h4.566c.377 0 .682.305.682.682 0 .376.305.682.682.682h2.443a1 1 0 011 1V16a1 1 0 01-1 1H12a1 1 0 00-1 1v1.934c.344.045.644.066 1 .066a8.003 8.003 0 007.419-5H18a1 1 0 01-1-1v-4a1 1 0 00-1-1h-1.49a1 1 0 01-.81-.413L11.88 6.08a1 1 0 01-.03-1.13z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.WorldMIcon=l,exports.default=l;
|