@alfalab/icons-glyph 2.159.0 → 2.160.1-beta.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/DotsHorizontalMIcon.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,o=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.497 13.938A2.004 2.004 0 0110 12a2 2 0 112.497 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,o=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.497 13.938A2.004 2.004 0 0110 12a2 2 0 112.497 1.938zm7 0A2.004 2.004 0 0117 12a2 2 0 112.497 1.938zm-14 0a2 2 0 11-.994-3.876 2 2 0 01.994 3.876z"}))};exports.DotsHorizontalMIcon=o,exports.default=o;
|
|
@@ -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,o=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:"M2.5 6.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5.5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zM15 8a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z"}))};exports.DotsHorizontalSIcon=o,exports.default=o;
|
|
@@ -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,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:"
|
|
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:"M6.5 13.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm0-5.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zM8 1a1.5 1.5 0 100 3 1.5 1.5 0 000-3z"}))};exports.DotsThreeVerticalSIcon=a,exports.default=a;
|
package/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/icons-glyph",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.160.1-beta.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"react": ">=16.8.0",
|
|
7
7
|
"react-dom": ">=16.8.0"
|
|
8
8
|
},
|
|
9
|
-
"main": "./index.js",
|
|
10
9
|
"module": "./esm/index.js",
|
|
11
10
|
"publishConfig": {
|
|
12
11
|
"access": "public"
|