@alfalab/icons-logo 1.48.0 → 1.50.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.
|
@@ -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",width:"24",height:"24",viewBox:"0 0 24 24"},e,{fill:"none"}),r.createElement("path",{d:"M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z",fill:"#FF1418"}),r.createElement("path",{d:"M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z",fill:"url(#prefix__paint0_linear_7710_54)"}),r.createElement("path",{d:"M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z",fill:"url(#prefix__paint1_radial_7710_54)",fillOpacity:".9"}),r.createElement("path",{d:"M12.252 4.8A7.63 7.63 0 0017.4 9.947v.505a7.632 7.632 0 00-5.147 5.148h-.506A7.631 7.631 0 006.6 10.453v-.507A7.629 7.629 0 0011.747 4.8h.505zM16.8 17.4H7.2v1.8h9.6v-1.8z",fill:"#fff"}),r.createElement("defs",null,r.createElement("radialGradient",{id:"prefix__paint1_radial_7710_54",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"matrix(0 12 -12 0 12 12)"},r.createElement("stop",{offset:".875",stopColor:"#fff",stopOpacity:".05"}),r.createElement("stop",{offset:".91",stopColor:"#fff",stopOpacity:".1"}),r.createElement("stop",{offset:"1",stopColor:"#fff",stopOpacity:".4"})),r.createElement("linearGradient",{id:"prefix__paint0_linear_7710_54",x1:"12",y1:"25.582",x2:"12",y2:"0",gradientUnits:"userSpaceOnUse"},r.createElement("stop",{offset:".058",stopColor:"#5A3CFF"}),r.createElement("stop",{offset:"1",stopColor:"#FFAFAF",stopOpacity:"0"}))))};exports.NeuralAssistantSignCircleMColorIcon=a,exports.default=a;
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/icons-logo",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.50.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",
|