deploy: v0.12 fix 存档key名

This commit is contained in:
2026-06-24 03:09:02 +00:00
parent 7a08d49fe3
commit e0a5281119
58743 changed files with 7297269 additions and 39505 deletions
+21
View File
@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2022 WorkOS
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+50
View File
@@ -0,0 +1,50 @@
# Radix Icons
A crisp set of 15×15 icons designed by the [WorkOS](https://workos.com) team.
Visit [icons.radix-ui.com](https://icons.radix-ui.com) to browse the icons.
---
## Documentation
All icons are available as individual React components.
Install Radix Icons from npm:
```bash
npm install @radix-ui/react-icons
```
Import the icons into your React project:
```js
import { FaceIcon, ImageIcon, SunIcon } from '@radix-ui/react-icons';
function MyComponent() {
return (
<div>
<FaceIcon />
<SunIcon />
<ImageIcon />
</div>
);
}
```
## Contributing
Please follow our [contributing guidelines](./CONTRIBUTING.md).
## Authors
- Vlad Moroz ([@vladyslavmoroz](https://twitter.com/vladyslavmoroz))
- Colm Tuite ([@colmtuite](https://twitter.com/colmtuite))
- Pedro Duarte ([@peduarte](https://twitter.com/peduarte))
- Lochlan Bunn ([@loklaan](https://twitter.com/loklaan))
## License
Licensed under the MIT License, Copyright © 2022-present WorkOS.
See [LICENSE](./LICENSE.md) for more information.
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const AccessibilityIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default AccessibilityIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ActivityLogIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ActivityLogIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const AlignBaselineIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default AlignBaselineIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const AlignBottomIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default AlignBottomIcon;
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const AlignCenterHorizontallyIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default AlignCenterHorizontallyIcon;
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const AlignCenterVerticallyIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default AlignCenterVerticallyIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const AlignLeftIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default AlignLeftIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const AlignRightIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default AlignRightIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const AlignTopIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default AlignTopIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const AllSidesIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default AllSidesIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const AngleIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default AngleIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ArchiveIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ArchiveIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ArrowBottomLeftIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ArrowBottomLeftIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ArrowBottomRightIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ArrowBottomRightIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ArrowDownIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ArrowDownIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ArrowLeftIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ArrowLeftIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ArrowRightIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ArrowRightIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ArrowTopLeftIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ArrowTopLeftIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ArrowTopRightIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ArrowTopRightIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ArrowUpIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ArrowUpIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const AspectRatioIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default AspectRatioIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const AvatarIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default AvatarIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BackpackIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BackpackIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BadgeIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BadgeIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BarChartIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BarChartIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BellIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BellIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BlendingModeIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BlendingModeIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BookmarkFilledIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BookmarkFilledIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BookmarkIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BookmarkIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BorderAllIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BorderAllIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BorderBottomIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BorderBottomIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BorderDashedIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BorderDashedIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BorderDottedIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BorderDottedIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BorderLeftIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BorderLeftIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BorderNoneIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BorderNoneIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BorderRightIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BorderRightIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BorderSolidIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BorderSolidIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BorderSplitIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BorderSplitIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BorderStyleIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BorderStyleIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BorderTopIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BorderTopIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BorderWidthIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BorderWidthIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BoxIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BoxIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const BoxModelIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default BoxModelIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ButtonIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ButtonIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CalendarIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CalendarIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CameraIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CameraIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CardStackIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CardStackIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CardStackMinusIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CardStackMinusIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CardStackPlusIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CardStackPlusIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CaretDownIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CaretDownIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CaretLeftIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CaretLeftIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CaretRightIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CaretRightIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CaretSortIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CaretSortIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CaretUpIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CaretUpIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ChatBubbleIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ChatBubbleIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CheckCircledIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CheckCircledIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CheckIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CheckIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CheckboxIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CheckboxIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ChevronDownIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ChevronDownIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ChevronLeftIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ChevronLeftIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ChevronRightIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ChevronRightIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ChevronUpIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ChevronUpIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CircleBackslashIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CircleBackslashIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CircleIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CircleIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ClipboardCopyIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ClipboardCopyIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ClipboardIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ClipboardIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ClockIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ClockIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CodeIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CodeIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CodeSandboxLogoIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CodeSandboxLogoIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ColorWheelIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ColorWheelIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ColumnSpacingIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ColumnSpacingIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ColumnsIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ColumnsIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CommitIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CommitIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const Component1Icon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default Component1Icon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const Component2Icon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default Component2Icon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ComponentBooleanIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ComponentBooleanIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ComponentInstanceIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ComponentInstanceIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ComponentNoneIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ComponentNoneIcon;
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ComponentPlaceholderIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ComponentPlaceholderIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const ContainerIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ContainerIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CookieIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CookieIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CopyIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CopyIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CornerBottomLeftIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CornerBottomLeftIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CornerBottomRightIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CornerBottomRightIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CornerTopLeftIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CornerTopLeftIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CornerTopRightIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CornerTopRightIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CornersIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CornersIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CountdownTimerIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CountdownTimerIcon;
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CounterClockwiseClockIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CounterClockwiseClockIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CropIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CropIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const Cross1Icon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default Cross1Icon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const Cross2Icon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default Cross2Icon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CrossCircledIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CrossCircledIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const Crosshair1Icon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default Crosshair1Icon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const Crosshair2Icon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default Crosshair2Icon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CrumpledPaperIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CrumpledPaperIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CubeIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CubeIcon;
+4
View File
@@ -0,0 +1,4 @@
import * as React from 'react';
import { IconProps } from './types';
export declare const CursorArrowIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CursorArrowIcon;

Some files were not shown because too many files have changed in this diff Show More