Skip to content

Commit

Permalink
:fix icon-brand-paranoid
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Jul 2, 2024
1 parent 09d6310 commit b966023
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
5 changes: 3 additions & 2 deletions dist/cjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3976,9 +3976,10 @@ const SvgIconBrandParanoid = props => /*#__PURE__*/React__namespace.createElemen
gradientTransform: "translate(1101 1101)scale(2200)",
gradientUnits: "userSpaceOnUse"
}, /*#__PURE__*/React__namespace.createElement("stop", {
stopColor: "#3F3F46"
stopColor: "#A1A1AA"
}), /*#__PURE__*/React__namespace.createElement("stop", {
offset: 1
offset: 1,
stopColor: "#3F3F46"
}))));

const SvgIconBrandParsinta = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
Expand Down
5 changes: 3 additions & 2 deletions dist/es/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3955,9 +3955,10 @@ const SvgIconBrandParanoid = props => /*#__PURE__*/React.createElement("svg", _e
gradientTransform: "translate(1101 1101)scale(2200)",
gradientUnits: "userSpaceOnUse"
}, /*#__PURE__*/React.createElement("stop", {
stopColor: "#3F3F46"
stopColor: "#A1A1AA"
}), /*#__PURE__*/React.createElement("stop", {
offset: 1
offset: 1,
stopColor: "#3F3F46"
}))));

const SvgIconBrandParsinta = props => /*#__PURE__*/React.createElement("svg", _extends({
Expand Down
5 changes: 3 additions & 2 deletions dist/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3955,9 +3955,10 @@ const SvgIconBrandParanoid = props => /*#__PURE__*/React.createElement("svg", _e
gradientTransform: "translate(1101 1101)scale(2200)",
gradientUnits: "userSpaceOnUse"
}, /*#__PURE__*/React.createElement("stop", {
stopColor: "#3F3F46"
stopColor: "#A1A1AA"
}), /*#__PURE__*/React.createElement("stop", {
offset: 1
offset: 1,
stopColor: "#3F3F46"
}))));

const SvgIconBrandParsinta = props => /*#__PURE__*/React.createElement("svg", _extends({
Expand Down
5 changes: 3 additions & 2 deletions dist/umd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3977,9 +3977,10 @@
gradientTransform: "translate(1101 1101)scale(2200)",
gradientUnits: "userSpaceOnUse"
}, /*#__PURE__*/React__namespace.createElement("stop", {
stopColor: "#3F3F46"
stopColor: "#A1A1AA"
}), /*#__PURE__*/React__namespace.createElement("stop", {
offset: 1
offset: 1,
stopColor: "#3F3F46"
}))));

const SvgIconBrandParsinta = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
Expand Down
4 changes: 2 additions & 2 deletions src/IconBrandParanoid.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const SvgIconBrandParanoid = (props) => (
gradientTransform="translate(1101 1101)scale(2200)"
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#3F3F46" />
<stop offset={1} />
<stop stopColor="#A1A1AA" />
<stop offset={1} stopColor="#3F3F46" />
</radialGradient>
</defs>
</svg>
Expand Down

0 comments on commit b966023

Please sign in to comment.