@alfalab/icons-glyph 2.225.0 → 2.226.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/CalendarLineMIcon.js +1 -1
- package/CalendarLineSIcon.d.ts +3 -0
- package/CalendarLineSIcon.js +1 -0
- package/CalendarSIcon.js +1 -1
- package/package.json +1 -1
package/CalendarLineMIcon.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"),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 14v-2H7v2h2zm0 2v2H7v-2h2zm4-4h-2v2h2v-2zm-2 4h2v2h-2v-2zm6-2v-2h-2v2h2z"}),r.createElement("path",{d:"M18 2h-2v2H8V2H6v2H3v16a3 3 0 003 3h12a3 3 0 003-3V4h-3V2zm1 4v2H5V6h14zM5 20V10h14v10a1 1 0 01-1 1H6a1 1 0 01-1-1z"}))};exports.CalendarLineMIcon=a,exports.default=a;
|
|
@@ -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,h=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M6 10V8H4v2h2zm0 1v2H4v-2h2zm3-3H7v2h2V8zm-2 3h2v2H7v-2zm5-1V8h-2v2h2z"}),r.createElement("path",{d:"M3 0h2v2h6V0h2v2h2v11.25A2.75 2.75 0 0112.25 16h-8.5A2.75 2.75 0 011 13.25V2h2V0zm-.5 3.5V5h11V3.5h-11zm0 9.75c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25V6.5h-11v6.75z"}))};exports.CalendarLineSIcon=h,exports.default=h;
|
package/CalendarSIcon.js
CHANGED
|
@@ -1 +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,
|
|
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:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M4 10V8h2v2H4zm3-2h2v2H7V8zm5 2V8h-2v2h2zm-5 1h2v2H7v-2zm-1 2v-2H4v2h2z"}),r.createElement("path",{d:"M5 0H3v2H1v11.25A2.75 2.75 0 003.75 16h8.5A2.75 2.75 0 0015 13.25V2h-2V0h-2v2H5V0zM2.5 6h11v7.25c0 .69-.56 1.25-1.25 1.25h-8.5c-.69 0-1.25-.56-1.25-1.25V6z"}))};exports.CalendarSIcon=a,exports.default=a;
|