Skip to content

Commit

Permalink
Release v0.12.2 (#577)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <[email protected]>
  • Loading branch information
bexsoft authored Nov 14, 2023
1 parent 5a42a67 commit 82b14ea
Show file tree
Hide file tree
Showing 10 changed files with 7,687 additions and 7,631 deletions.
18 changes: 18 additions & 0 deletions dist/cjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57325,6 +57325,24 @@ var xL = wL,
),
);
}),
(exports.DarkModeIcon = function (e) {
return i.createElement(
"svg",
$e(
{
xmlns: "http://www.w3.org/2000/svg",
className: "min-icon",
viewBox: "0 0 256 256",
},
e,
),
i.createElement("path", {
d: "m130.3,2.55C61.02,1.05,3.64,56,2.14,125.29c-1.5,69.28,53.45,126.66,122.74,128.16,69.28,1.5,126.66-53.45,128.16-122.74.26-11.86-1.17-23.7-4.24-35.16-6.83,6.56-14.16,12.59-21.91,18.04-15.04,10.85-32.05,18.68-50.08,23.04-16.84,5.8-35.48,2.56-49.37-8.59-11.15-13.89-14.39-32.53-8.59-49.37,4.37-18.02,12.2-35.03,23.04-50.08,5.45-7.75,11.48-15.07,18.04-21.91-9.68-2.54-19.62-3.93-29.62-4.12Zm68.21,196.64c15.14-15.08,25.06-34.62,28.29-55.75-44.55,25.69-91.32,28.22-117.09,2.44-25.78-25.78-23.24-72.54,2.44-117.09-54.84,8.54-92.37,59.91-83.83,114.75,8.54,54.84,59.91,92.37,114.75,83.83,20.99-3.27,40.41-13.11,55.46-28.11l-.02-.07Z",
fill: "currentcolor",
style: { fillRule: "evenodd", strokeWidth: 0 },
}),
);
}),
(exports.DashboardIcon = function (e) {
return i.createElement(
"svg",
Expand Down
2 changes: 1 addition & 1 deletion dist/cjs/index.js.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions dist/cjs/types/components/Icons/DarkModeIcon.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import * as React from "react";
import { SVGProps } from "react";
declare const DarkModeIcon: (
props: SVGProps<SVGSVGElement>,
) => React.JSX.Element;
export default DarkModeIcon;
1 change: 1 addition & 0 deletions dist/cjs/types/components/Icons/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,4 @@ export { default as WebhookIcon } from "./WebhookIcon";
export { default as ExpandIcon } from "./ExpandIcon";
export { default as NextCaretIcon } from "./NextCaretIcon";
export { default as PrevCaretIcon } from "./PrevCaretIcon";
export { default as DarkModeIcon } from "./DarkModeIcon";
Loading

0 comments on commit 82b14ea

Please sign in to comment.