@alfalab/icons-glyph 2.252.0 → 2.254.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/AnchorMIcon.d.ts +3 -0
- package/AnchorMIcon.js +1 -0
- package/AnchorSIcon.d.ts +3 -0
- package/AnchorSIcon.js +1 -0
- package/package.json +3 -3
package/AnchorMIcon.d.ts
ADDED
package/AnchorMIcon.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return a.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),a.createElement("path",{d:"M12 3a2.998 2.998 0 011 5.825V9h1a1 1 0 110 2h-1v6.942c1.334-.152 2.5-.6 3.369-1.22C17.449 15.95 18 14.974 18 14h-1.516a.2.2 0 01-.142-.342l2.517-2.516a.2.2 0 01.283 0l2.517 2.516a.2.2 0 01-.141.342H20c0 1.787-1.015 3.312-2.468 4.35C16.077 19.389 14.118 20 12 20c-2.117 0-4.076-.611-5.53-1.65C5.015 17.312 4 15.787 4 14H2.484a.2.2 0 01-.142-.342l2.517-2.516a.2.2 0 01.283 0l2.517 2.516a.2.2 0 01-.141.342H6c0 .974.552 1.95 1.632 2.722.868.62 2.035 1.068 3.368 1.22V11h-1a1 1 0 010-2h1v-.175A2.998 2.998 0 0112 3zm0 2a1 1 0 100 2 1 1 0 000-2z"}))};exports.AnchorMIcon=r,exports.default=r;
|
package/AnchorSIcon.d.ts
ADDED
package/AnchorSIcon.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),c=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return c.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),c.createElement("path",{d:"M8 1c1.262 0 2.285 1.036 2.285 2.314 0 .97-.59 1.8-1.428 2.143v.17h.571c.474 0 .857.389.857.868 0 .48-.383.868-.857.868h-.571v6.584c2.332-.367 4-2.204 4-4.27h-1.26c-.15 0-.224-.172-.119-.272l2.118-1.996a.176.176 0 01.237 0l2.117 1.996c.107.1.031.271-.119.271h-1.26c0 3.438-3.03 6.074-6.571 6.074-3.542 0-6.572-2.636-6.572-6.074H.168c-.15 0-.224-.17-.118-.27l2.117-1.997a.176.176 0 01.238 0l2.117 1.996c.106.1.03.271-.12.271h-1.26c0 2.067 1.669 3.903 4 4.27V7.363h-.571a.863.863 0 01-.857-.868c0-.479.384-.867.857-.868h.571v-.17a2.313 2.313 0 01-1.428-2.143C5.714 2.036 6.737 1 8 1zm0 1.504c-.442 0-.8.363-.8.81 0 .447.358.81.8.81.441 0 .8-.363.8-.81a.805.805 0 00-.8-.81z"}))};exports.AnchorSIcon=r,exports.default=r;
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/icons-glyph",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.254.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"react": "^16.9.0 || ^17.0.1 || ^18.0.0",
|
|
7
|
-
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
6
|
+
"react": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.1.1",
|
|
7
|
+
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.1.1"
|
|
8
8
|
},
|
|
9
9
|
"main": "./index.js",
|
|
10
10
|
"module": "./esm/index.js",
|