Skip to content

Commit

Permalink
:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Jun 20, 2024
1 parent 4950fea commit 942ebf3
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 2 deletions.
15 changes: 15 additions & 0 deletions dist/cjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4298,6 +4298,20 @@ const SvgIconChevronLgRight = props => /*#__PURE__*/React__namespace.createEleme
d: "m9 4 8 8-8 8"
}));

const SvgIconChevronLgUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React__namespace.createElement("path", {
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "m4.5 15.75 7.5-7.5 7.5 7.5"
}));

const SvgIconChevronRight = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
Expand Down Expand Up @@ -14800,6 +14814,7 @@ exports.IconChevronLeft = SvgIconChevronLeft;
exports.IconChevronLgDown = SvgIconChevronLgDown;
exports.IconChevronLgLeft = SvgIconChevronLgLeft;
exports.IconChevronLgRight = SvgIconChevronLgRight;
exports.IconChevronLgUp = SvgIconChevronLgUp;
exports.IconChevronRight = SvgIconChevronRight;
exports.IconChevronUp = SvgIconChevronUp;
exports.IconChevronsLgDown = SvgIconChevronsLgDown;
Expand Down
16 changes: 15 additions & 1 deletion dist/es/index.js

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion dist/esm/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ export declare const IconChevronLeft: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconChevronLgDown: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconChevronLgLeft: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconChevronLgRight: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconChevronLgUp: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconChevronRight: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconChevronUp: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconChevronsLgDown: React.FC<React.SVGProps<SVGSVGElement>>;
Expand Down
15 changes: 15 additions & 0 deletions dist/umd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4299,6 +4299,20 @@
d: "m9 4 8 8-8 8"
}));

const SvgIconChevronLgUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React__namespace.createElement("path", {
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "m4.5 15.75 7.5-7.5 7.5 7.5"
}));

const SvgIconChevronRight = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
Expand Down Expand Up @@ -14801,6 +14815,7 @@
exports.IconChevronLgDown = SvgIconChevronLgDown;
exports.IconChevronLgLeft = SvgIconChevronLgLeft;
exports.IconChevronLgRight = SvgIconChevronLgRight;
exports.IconChevronLgUp = SvgIconChevronLgUp;
exports.IconChevronRight = SvgIconChevronRight;
exports.IconChevronUp = SvgIconChevronUp;
exports.IconChevronsLgDown = SvgIconChevronsLgDown;
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ export { default as IconChevronLeft } from "./IconChevronLeft";
export { default as IconChevronLgDown } from "./IconChevronLgDown";
export { default as IconChevronLgLeft } from "./IconChevronLgLeft";
export { default as IconChevronLgRight } from "./IconChevronLgRight";
export { default as IconChevronLgUp } from "./IconChevronLgUp";
export { default as IconChevronRight } from "./IconChevronRight";
export { default as IconChevronUp } from "./IconChevronUp";
export { default as IconChevronsLgDown } from "./IconChevronsLgDown";
Expand Down

0 comments on commit 942ebf3

Please sign in to comment.