Skip to content

Commit

Permalink
Deploying to gh-pages from @ ed4df63 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Mar 4, 2024
1 parent b2e52b6 commit d6d61f3
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 15 deletions.
5 changes: 3 additions & 2 deletions docs/icons/icons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions docs/icons/react/DangerIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/* eslint-disable */
/* tslint:disable */
import * as React from 'react';
export interface DangerIconProps extends React.SVGAttributes<SVGElement> {
size?: string | number;
}
const DangerIcon: React.FC<DangerIconProps> = ({size, ...props}) => (
<svg viewBox="0 0 24 24" fill="currentColor" width={ size || "24" } height={ size || "24" } {...props}>
<path d="M2.72998 21.0001H21.26C22.03 21.0001 22.51 20.1701 22.13 19.5001L12.86 3.50006C12.47 2.83006 11.51 2.83006 11.13 3.50006L1.85998 19.5001C1.47998 20.1701 1.95998 21.0001 2.72998 21.0001ZM13 18.0001H11V16.0001H13V18.0001ZM12 14.0001C11.45 14.0001 11 13.5501 11 13.0001V11.0001C11 10.4501 11.45 10.0001 12 10.0001C12.55 10.0001 13 10.4501 13 11.0001V13.0001C13 13.5501 12.55 14.0001 12 14.0001Z"
fill="currentColor" />
</svg>
);
DangerIcon.displayName = 'DangerIcon';
export default DangerIcon;
/* tslint:enable */
/* eslint-enable */
4 changes: 2 additions & 2 deletions docs/icons/react/LogoGoogleColoredIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ const LogoGoogleColoredIcon: React.FC<LogoGoogleColoredIconProps> = ({size, ...p
<svg viewBox="0 0 24 24" fill="currentColor" width={ size || "24" } height={ size || "24" } {...props}>
<path d="M23.9991 12.2761C23.9991 11.4604 23.9317 10.6403 23.7877 9.83778H12.2413V14.4586H18.8534C18.579 15.9489 17.6974 17.2672 16.4065 18.105V21.1032H20.3512C22.6677 19.0133 23.9991 15.9269 23.9991 12.2761Z"
fill="currentColor" />
<path d="M12.2414 24C15.543 24 18.3273 22.9374 20.3559 21.1031L16.4111 18.1049C15.3136 18.8368 13.8967 19.2513 12.2459 19.2513C9.05236 19.2513 6.34456 17.1393 5.37299 14.2998H1.30229V17.3906C3.38037 21.4426 7.613 24 12.2414 24Z"
<path d="M12.2414 24C15.543 24 18.3272 22.9374 20.3558 21.1031L16.4111 18.1049C15.3136 18.8368 13.8967 19.2513 12.2459 19.2513C9.05233 19.2513 6.34453 17.1393 5.37296 14.2998H1.30226V17.3906C3.38034 21.4426 7.61297 24 12.2414 24Z"
fill="currentColor" />
<path d="M5.36837 14.2997C4.8556 12.8094 4.8556 11.1956 5.36837 9.70534V6.61451H1.30217C-0.434058 10.0052 -0.434058 13.9999 1.30217 17.3905L5.36837 14.2997Z" fill="currentColor"
/>
<path d="M12.2414 4.74949C13.9867 4.72304 15.6734 5.36678 16.9374 6.54843L20.4323 3.12251C18.2193 1.08547 15.2821 -0.0344648 12.2414 0.000808637C7.613 0.000808637 3.38037 2.55813 1.30229 6.61457L5.36849 9.7054C6.33556 6.86149 9.04786 4.74949 12.2414 4.74949Z"
<path d="M12.2414 4.74949C13.9866 4.72304 15.6734 5.36678 16.9373 6.54843L20.4323 3.12251C18.2193 1.08547 15.2821 -0.0344648 12.2414 0.000808637C7.61297 0.000808637 3.38034 2.55813 1.30226 6.61457L5.36846 9.7054C6.33553 6.86149 9.04783 4.74949 12.2414 4.74949Z"
fill="currentColor" />
</svg>
);
Expand Down
4 changes: 2 additions & 2 deletions docs/icons/react/WarningIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ size?: string | number;
}
const WarningIcon: React.FC<WarningIconProps> = ({size, ...props}) => (
<svg viewBox="0 0 24 24" fill="currentColor" width={ size || "24" } height={ size || "24" } {...props}>
<path d="M2.73004 21.0001H21.26C22.03 21.0001 22.51 20.1701 22.13 19.5001L12.86 3.50006C12.47 2.83006 11.51 2.83006 11.13 3.50006L1.86004 19.5001C1.48004 20.1701 1.96004 21.0001 2.73004 21.0001ZM13 18.0001H11V16.0001H13V18.0001ZM12 14.0001C11.45 14.0001 11 13.5501 11 13.0001V11.0001C11 10.4501 11.45 10.0001 12 10.0001C12.55 10.0001 13 10.4501 13 11.0001V13.0001C13 13.5501 12.55 14.0001 12 14.0001Z"
fill="currentColor" />
<path d="M12 21.9991C17.5228 21.9991 22 17.522 22 11.9991C22 6.4763 17.5228 1.99915 12 1.99915C6.47715 1.99915 2 6.4763 2 11.9991C2 17.522 6.47715 21.9991 12 21.9991ZM12 12C11.45 12 11 11.55 11 11V9C11 8.45 11.45 8 12 8C12.55 8 13 8.45 13 9V11C13 11.55 12.55 12 12 12ZM13 14V16H11V14H13Z"
fill="currentColor" fillRule="evenodd" clipRule="evenodd" />
</svg>
);
WarningIcon.displayName = 'WarningIcon';
Expand Down
1 change: 1 addition & 0 deletions docs/icons/react/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export {default as ChevronLeftIcon} from './ChevronLeftIcon';
export {default as ChevronRightIcon} from './ChevronRightIcon';
export {default as ChevronUpIcon} from './ChevronUpIcon';
export {default as CloseIcon} from './CloseIcon';
export {default as DangerIcon} from './DangerIcon';
export {default as DownloadIcon} from './DownloadIcon';
export {default as EditIcon} from './EditIcon';
export {default as FileIcon} from './FileIcon';
Expand Down
3 changes: 3 additions & 0 deletions docs/icons/svg/danger.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/icons/svg/logo-google-colored.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d6d61f3

Please sign in to comment.