@alfalab/icons-glyph 2.1.0 → 2.5.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/ArrowForwardBigMIcon.d.ts +3 -0
- package/ArrowForwardBigMIcon.js +1 -0
- package/AtmMIcon.d.ts +3 -0
- package/AtmMIcon.js +1 -0
- package/DebtMIcon.js +1 -1
- package/HandRoundPercentMIcon.d.ts +3 -0
- package/HandRoundPercentMIcon.js +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,r=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,o=function(e){return t.createElement("svg",r.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M12 4.838v2.774c-5.281.285-9.814 4.53-9.945 9.807L2 19.64h1.072a9.212 9.212 0 016.994-3.2H12v2.72c0 .713.845 1.1 1.396.64l8.33-7.2A.806.806 0 0022 12a.81.81 0 00-.274-.603L13.396 4.2C12.845 3.74 12 4.126 12 4.84z"}))};exports.ArrowForwardBigMIcon=o,exports.default=o;
|
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;
|
package/DebtMIcon.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),
|
|
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:"M7 3a1 1 0 011-1h7.185a3 3 0 012.985 3.299l-.146 1.458a.2.2 0 00.22.219L19.7 6.83A3 3 0 0123 9.815V21a1 1 0 01-1 1H8a1 1 0 01-1-1V3zm8 8h-5v2h5v-2zm4 4h-9v2h9v-2z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M5.5 19.5v-12c-.833 3-2.6 9.4-3 11-.5 2 1 2.5 3.5 3-.4-.4-.5-1.5-.5-2z"}))};exports.DebtMIcon=r,exports.default=r;
|
|
@@ -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,a=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:"M11.69 13.733l5.127.376a4 4 0 013.708 3.99v4.527c-7.677 0-14.66-3.638-16.546-4.707a.995.995 0 01-.499-.875c0-.705.684-1.222 1.37-1.062 1.96.454 5.773 1.15 9.817.853l-3.359-.978a1.085 1.085 0 01.383-2.124zM9.237 6.474a2.237 2.237 0 100-4.474 2.237 2.237 0 000 4.474zm0-1.316a.921.921 0 100-1.842.921.921 0 000 1.842zM14.763 12a2.237 2.237 0 100-4.474 2.237 2.237 0 000 4.474zm0-1.316a.921.921 0 100-1.842.921.921 0 000 1.842z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M15.047 2.342l1.008.846-7.104 8.467-1.008-.846 7.104-8.467z"}))};exports.HandRoundPercentMIcon=a,exports.default=a;
|