@alfalab/icons-glyph 2.107.0 → 2.108.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/ClockRepeatCwCircleMIcon.d.ts +3 -0
- package/ClockRepeatCwCircleMIcon.js +1 -0
- package/ScanMIcon.d.ts +3 -0
- package/ScanMIcon.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"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=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:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm5-10a5 5 0 00-10 0H5.667a6.333 6.333 0 111.149 3.64c-.003.084-.01.178-.023.282l-.126 1.411H5.333v-4h4v1.334l-1.48.128A5 5 0 0017 12zm-5.667 0V9h1.334v3c0 .21.098.407.266.533l1.734 1.134-.8 1.066-1.734-1.133a2 2 0 01-.8-1.6z"}))};exports.ClockRepeatCwCircleMIcon=l,exports.default=l;
|
package/ScanMIcon.d.ts
ADDED
package/ScanMIcon.js
ADDED
|
@@ -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,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:"M3 5a2 2 0 012-2h3v2H5v3H3V5zm13 0V3h3a2 2 0 012 2v3h-2V5h-3zm5 11h-2v3h-3v2h3a2 2 0 002-2v-3zM8 19v2H5a2 2 0 01-2-2v-2.778h2V19h3zm-3-8h14v2H5v-2z"}))};exports.ScanMIcon=a,exports.default=a;
|