@alfalab/icons-glyph 2.283.0 → 2.284.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/IncognitoLIcon.d.ts +3 -0
- package/IncognitoLIcon.js +1 -0
- package/IncognitoMIcon.d.ts +3 -0
- package/IncognitoMIcon.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"),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:"48",height:"48",viewBox:"0 0 48 48"},e),l.createElement("path",{d:"M34.5 27a8.5 8.5 0 11-8.445 9.46 8.39 8.39 0 00-.396-.144C25.134 36.14 24.531 36 24 36c-.53 0-1.134.14-1.66.315a8.3 8.3 0 00-.396.143A8.5 8.5 0 015 35.501a8.5 8.5 0 0116.419-3.088c.698-.21 1.613-.411 2.581-.412.967 0 1.882.203 2.58.412A8.502 8.502 0 0134.5 27zm-21 4.001a4.5 4.5 0 100 9 4.5 4.5 0 000-9zm21 0a4.5 4.5 0 100 9 4.5 4.5 0 000-9z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M44 25.002H4v-4h40v4zM27.939 4.456a3 3 0 014.133 1.76L36 18H12l3.928-11.784a3 3 0 014.133-1.76l2.65 1.26a3.001 3.001 0 002.577 0l2.65-1.26z"}))};exports.IncognitoLIcon=a,exports.default=a;
|
|
@@ -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:"M17 14a4 4 0 11-3.996 4.182C12.69 18.082 12.329 18 12 18c-.33 0-.692.082-1.005.182a4 4 0 11-.414-1.963A5.212 5.212 0 0112 16c.523 0 1.021.105 1.418.22A4 4 0 0117 14zM7 16a2 2 0 100 4 2 2 0 000-4zm10 0a2 2 0 100 4 2 2 0 000-4z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M22 13.001H2v-2h20v2zM13.502 2.357a2 2 0 012.685 1.205L18 9H6l1.813-5.438a2 2 0 012.685-1.205l1.108.474a1 1 0 00.788 0l1.108-.474z"}))};exports.IncognitoMIcon=a,exports.default=a;
|