Skip to content

Commit

Permalink
:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Mar 2, 2024
1 parent 6d2826a commit 500c367
Show file tree
Hide file tree
Showing 6 changed files with 214 additions and 214 deletions.
106 changes: 53 additions & 53 deletions dist/cjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,55 +22,6 @@ function _interopNamespaceDefault(e) {

var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);

const SvgChevronLgBottom = 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",
strokeWidth: 2,
d: "m20 9-8 8-8-8"
}));

const SvgChevronLgLeft = 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",
strokeWidth: 2,
d: "m15 20-8-8 8-8"
}));

const SvgChevronLgRight = 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",
strokeWidth: 2,
d: "m9 4 8 8-8 8"
}));

const SvgChevronLgTop = 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", {
fill: "currentColor",
fillRule: "evenodd",
d: "m12 5.586 8.707 8.707-1.414 1.414L12 8.414l-7.293 7.293-1.414-1.414z",
clipRule: "evenodd"
}));

const SvgIcon4KFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
Expand Down Expand Up @@ -3524,6 +3475,55 @@ const SvgIconChevronLeft = props => /*#__PURE__*/React__namespace.createElement(
d: "m14 16-4-4 4-4"
}));

const SvgIconChevronLgBottom = 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",
strokeWidth: 2,
d: "m20 9-8 8-8-8"
}));

const SvgIconChevronLgLeft = 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",
strokeWidth: 2,
d: "m15 20-8-8 8-8"
}));

const SvgIconChevronLgRight = 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",
strokeWidth: 2,
d: "m9 4 8 8-8 8"
}));

const SvgIconChevronLgTop = 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", {
fill: "currentColor",
fillRule: "evenodd",
d: "m12 5.586 8.707 8.707-1.414 1.414L12 8.414l-7.293 7.293-1.414-1.414z",
clipRule: "evenodd"
}));

const SvgIconChevronRight = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
Expand Down Expand Up @@ -12888,10 +12888,6 @@ const SvgIconZoom = props => /*#__PURE__*/React__namespace.createElement("svg",
d: "m20 20-3.873-3.873m0 0A7.25 7.25 0 1 0 5.873 5.873a7.25 7.25 0 0 0 10.253 10.253ZM11 7.75v6.5M14.25 11h-6.5"
}));

exports.ChevronLgBottom = SvgChevronLgBottom;
exports.ChevronLgLeft = SvgChevronLgLeft;
exports.ChevronLgRight = SvgChevronLgRight;
exports.ChevronLgTop = SvgChevronLgTop;
exports.Icon4K = SvgIcon4K;
exports.Icon4KFill = SvgIcon4KFill;
exports.IconAccessible = SvgIconAccessible;
Expand Down Expand Up @@ -13150,6 +13146,10 @@ exports.IconChevronDoubleRight = SvgIconChevronDoubleRight;
exports.IconChevronDoubleUp = SvgIconChevronDoubleUp;
exports.IconChevronDown = SvgIconChevronDown;
exports.IconChevronLeft = SvgIconChevronLeft;
exports.IconChevronLgBottom = SvgIconChevronLgBottom;
exports.IconChevronLgLeft = SvgIconChevronLgLeft;
exports.IconChevronLgRight = SvgIconChevronLgRight;
exports.IconChevronLgTop = SvgIconChevronLgTop;
exports.IconChevronRight = SvgIconChevronRight;
exports.IconChevronUp = SvgIconChevronUp;
exports.IconChevronsUpDown = SvgIconChevronsUpDown;
Expand Down
100 changes: 50 additions & 50 deletions dist/es/index.js

Large diffs are not rendered by default.

100 changes: 50 additions & 50 deletions dist/esm/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import React from 'react';
export declare const ChevronLgBottom: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const ChevronLgLeft: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const ChevronLgRight: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const ChevronLgTop: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const Icon4K: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const Icon4KFill: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconAccessible: React.FC<React.SVGProps<SVGSVGElement>>;
Expand Down Expand Up @@ -261,6 +257,10 @@ export declare const IconChevronDoubleRight: React.FC<React.SVGProps<SVGSVGEleme
export declare const IconChevronDoubleUp: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconChevronDown: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconChevronLeft: React.FC<React.SVGProps<SVGSVGElement>>;
export declare const IconChevronLgBottom: 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 IconChevronLgTop: 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 IconChevronsUpDown: React.FC<React.SVGProps<SVGSVGElement>>;
Expand Down
106 changes: 53 additions & 53 deletions dist/umd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,55 +23,6 @@

var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);

const SvgChevronLgBottom = 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",
strokeWidth: 2,
d: "m20 9-8 8-8-8"
}));

const SvgChevronLgLeft = 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",
strokeWidth: 2,
d: "m15 20-8-8 8-8"
}));

const SvgChevronLgRight = 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",
strokeWidth: 2,
d: "m9 4 8 8-8 8"
}));

const SvgChevronLgTop = 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", {
fill: "currentColor",
fillRule: "evenodd",
d: "m12 5.586 8.707 8.707-1.414 1.414L12 8.414l-7.293 7.293-1.414-1.414z",
clipRule: "evenodd"
}));

const SvgIcon4KFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
Expand Down Expand Up @@ -3525,6 +3476,55 @@
d: "m14 16-4-4 4-4"
}));

const SvgIconChevronLgBottom = 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",
strokeWidth: 2,
d: "m20 9-8 8-8-8"
}));

const SvgIconChevronLgLeft = 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",
strokeWidth: 2,
d: "m15 20-8-8 8-8"
}));

const SvgIconChevronLgRight = 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",
strokeWidth: 2,
d: "m9 4 8 8-8 8"
}));

const SvgIconChevronLgTop = 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", {
fill: "currentColor",
fillRule: "evenodd",
d: "m12 5.586 8.707 8.707-1.414 1.414L12 8.414l-7.293 7.293-1.414-1.414z",
clipRule: "evenodd"
}));

const SvgIconChevronRight = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
Expand Down Expand Up @@ -12889,10 +12889,6 @@
d: "m20 20-3.873-3.873m0 0A7.25 7.25 0 1 0 5.873 5.873a7.25 7.25 0 0 0 10.253 10.253ZM11 7.75v6.5M14.25 11h-6.5"
}));

exports.ChevronLgBottom = SvgChevronLgBottom;
exports.ChevronLgLeft = SvgChevronLgLeft;
exports.ChevronLgRight = SvgChevronLgRight;
exports.ChevronLgTop = SvgChevronLgTop;
exports.Icon4K = SvgIcon4K;
exports.Icon4KFill = SvgIcon4KFill;
exports.IconAccessible = SvgIconAccessible;
Expand Down Expand Up @@ -13151,6 +13147,10 @@
exports.IconChevronDoubleUp = SvgIconChevronDoubleUp;
exports.IconChevronDown = SvgIconChevronDown;
exports.IconChevronLeft = SvgIconChevronLeft;
exports.IconChevronLgBottom = SvgIconChevronLgBottom;
exports.IconChevronLgLeft = SvgIconChevronLgLeft;
exports.IconChevronLgRight = SvgIconChevronLgRight;
exports.IconChevronLgTop = SvgIconChevronLgTop;
exports.IconChevronRight = SvgIconChevronRight;
exports.IconChevronUp = SvgIconChevronUp;
exports.IconChevronsUpDown = SvgIconChevronsUpDown;
Expand Down
8 changes: 4 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
export { default as ChevronLgBottom } from "./ChevronLgBottom";
export { default as ChevronLgLeft } from "./ChevronLgLeft";
export { default as ChevronLgRight } from "./ChevronLgRight";
export { default as ChevronLgTop } from "./ChevronLgTop";
export { default as Icon4KFill } from "./Icon4KFill";
export { default as Icon4K } from "./Icon4K";
export { default as IconAccessibleFill } from "./IconAccessibleFill";
Expand Down Expand Up @@ -260,6 +256,10 @@ export { default as IconChevronDoubleRight } from "./IconChevronDoubleRight";
export { default as IconChevronDoubleUp } from "./IconChevronDoubleUp";
export { default as IconChevronDown } from "./IconChevronDown";
export { default as IconChevronLeft } from "./IconChevronLeft";
export { default as IconChevronLgBottom } from "./IconChevronLgBottom";
export { default as IconChevronLgLeft } from "./IconChevronLgLeft";
export { default as IconChevronLgRight } from "./IconChevronLgRight";
export { default as IconChevronLgTop } from "./IconChevronLgTop";
export { default as IconChevronRight } from "./IconChevronRight";
export { default as IconChevronUp } from "./IconChevronUp";
export { default as IconChevronsUpDown } from "./IconChevronsUpDown";
Expand Down

0 comments on commit 500c367

Please sign in to comment.