@alfalab/icons 3.348.0 → 3.350.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/corp/dist/PinLocationMIcon.d.ts +3 -0
- package/corp/dist/PinLocationMIcon.js +1 -0
- package/corp/dist/PinLocationSIcon.d.ts +3 -0
- package/corp/dist/PinLocationSIcon.js +1 -0
- package/corp/dist/package.json +1 -1
- package/glyph/dist/DocumentImageOffMIcon.js +1 -1
- package/glyph/dist/package.json +1 -1
- package/package.json +2 -2
- package/search.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,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:"M12 3a7 7 0 017 7l-.004.28C18.83 16.125 13.476 20.016 12 21l-.326-.223c-1.81-1.264-6.514-5.024-6.67-10.497L5 10a7 7 0 017-7zm0 4a3 3 0 100 6 3 3 0 000-6z"}))};exports.PinLocationMIcon=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,l=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:"M8 1.5c2.761 0 5 2.263 5 5.056l-.003.202c-.12 4.22-3.942 7.031-4.997 7.742l-.233-.16c-1.293-.914-4.652-3.63-4.764-7.582L3 6.556C3 3.763 5.239 1.5 8 1.5zm0 2.889c-1.183 0-2.143.97-2.143 2.167 0 1.196.96 2.166 2.143 2.166 1.183 0 2.143-.97 2.143-2.166 0-1.197-.96-2.167-2.143-2.167z"}))};exports.PinLocationSIcon=l,exports.default=l;
|
package/corp/dist/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,
|
|
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:"M22.683 21.269l-1.414 1.414-1.333-1.333A.999.999 0 0119 22H5a1 1 0 01-1-1V5.414L1.291 2.705l1.414-1.414 19.978 19.978zM11 18l-1.731-2.078a1 1 0 00-1.538 0L6 18v2h12v-.586l-4.942-4.942L11 18z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M12.185 2a3 3 0 012.985 3.299l-.146 1.458a.2.2 0 00.22.219L16.7 6.83A3 3 0 0120 9.815v5.944L6.241 2h5.944z"}))};exports.DocumentImageOffMIcon=r,exports.default=r;
|
package/glyph/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.350.0",
|
|
4
4
|
"description": "Design System UI Icons",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": "git@github.com:core-ds/icons.git",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"ts-node": "^8.6.2",
|
|
53
53
|
"tslib": "^2.0.0",
|
|
54
54
|
"typescript": "^3.8.3",
|
|
55
|
-
"ui-primitives": "^27.
|
|
55
|
+
"ui-primitives": "^27.5.0",
|
|
56
56
|
"util": "^0.12.2"
|
|
57
57
|
},
|
|
58
58
|
"lint-staged": {
|