packages/remirror__react-components/src/icons/core.ts
/** THIS FILE IS AUTO GENERATED */
import {
ab,
addFill,
addLine,
alertLine,
alignBottom,
alignCenter,
alignJustify,
alignLeft,
alignRight,
alignTop,
alignVertically,
appsLine,
arrowDownSFill,
arrowGoBackFill,
arrowGoForwardFill,
arrowLeftSFill,
arrowRightSFill,
arrowUpSFill,
asterisk,
attachment2,
bold,
bracesLine,
bringForward,
bringToFront,
chatNewLine,
checkboxCircleLine,
checkboxMultipleLine,
clipboardFill,
clipboardLine,
closeCircleLine,
closeFill,
closeLine,
codeLine,
codeView,
deleteBinFill,
deleteBinLine,
deleteColumn,
deleteRow,
doubleQuotesL,
doubleQuotesR,
download2Fill,
dragDropLine,
emphasis,
emphasisCn,
englishInput,
errorWarningLine,
externalLinkFill,
fileCopyLine,
flowChart,
fontColor,
fontSize,
fontSize2,
formatClear,
fullscreenExitLine,
fullscreenLine,
functions,
galleryUploadLine,
h1,
h2,
h3,
h4,
h5,
h6,
hashtag,
heading,
imageAddLine,
imageEditLine,
imageLine,
indentDecrease,
indentIncrease,
informationLine,
inputCursorMove,
insertColumnLeft,
insertColumnRight,
insertRowBottom,
insertRowTop,
italic,
layoutColumnLine,
lineHeight,
link,
linkM,
linkUnlink,
linkUnlinkM,
listCheck,
listCheck2,
listOrdered,
listUnordered,
markdownFill,
markdownLine,
markPenLine,
mergeCellsHorizontal,
mergeCellsVertical,
mindMap,
moreFill,
nodeTree,
number0,
number1,
number2,
number3,
number4,
number5,
number6,
number7,
number8,
number9,
omega,
organizationChart,
pageSeparator,
paragraph,
pencilFill,
pencilLine,
pinyinInput,
questionMark,
roundedCorner,
scissorsFill,
sendBackward,
sendToBack,
separator,
singleQuotesL,
singleQuotesR,
sortAsc,
sortDesc,
space,
spamLine,
splitCellsHorizontal,
splitCellsVertical,
strikethrough,
strikethrough2,
subscript,
subscript2,
subtractLine,
superscript,
superscript2,
table2,
tableLine,
text,
textDirectionL,
textDirectionR,
textSpacing,
textWrap,
translate,
translate2,
underline,
upload2Fill,
videoLine,
wubiInput,
} from '@remirror/icons';
import { GenIcon, IconType } from './icons-base';
/**
* The react component for the `ab.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ABIcon: IconType = (props) => GenIcon(ab)(props);
/**
* The react component for the `add-fill.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const AddFillIcon: IconType = (props) => GenIcon(addFill)(props);
/**
* The react component for the `add-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const AddLineIcon: IconType = (props) => GenIcon(addLine)(props);
/**
* The react component for the `alert-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const AlertLineIcon: IconType = (props) => GenIcon(alertLine)(props);
/**
* The react component for the `align-bottom.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const AlignBottomIcon: IconType = (props) => GenIcon(alignBottom)(props);
/**
* The react component for the `align-center.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const AlignCenterIcon: IconType = (props) => GenIcon(alignCenter)(props);
/**
* The react component for the `align-justify.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const AlignJustifyIcon: IconType = (props) => GenIcon(alignJustify)(props);
/**
* The react component for the `align-left.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const AlignLeftIcon: IconType = (props) => GenIcon(alignLeft)(props);
/**
* The react component for the `align-right.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const AlignRightIcon: IconType = (props) => GenIcon(alignRight)(props);
/**
* The react component for the `align-top.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const AlignTopIcon: IconType = (props) => GenIcon(alignTop)(props);
/**
* The react component for the `align-vertically.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const AlignVerticallyIcon: IconType = (props) => GenIcon(alignVertically)(props);
/**
* The react component for the `apps-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const AppsLineIcon: IconType = (props) => GenIcon(appsLine)(props);
/**
* The react component for the `arrow-down-s-fill.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ArrowDownSFillIcon: IconType = (props) => GenIcon(arrowDownSFill)(props);
/**
* The react component for the `arrow-go-back-fill.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ArrowGoBackFillIcon: IconType = (props) => GenIcon(arrowGoBackFill)(props);
/**
* The react component for the `arrow-go-forward-fill.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ArrowGoForwardFillIcon: IconType = (props) => GenIcon(arrowGoForwardFill)(props);
/**
* The react component for the `arrow-left-s-fill.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ArrowLeftSFillIcon: IconType = (props) => GenIcon(arrowLeftSFill)(props);
/**
* The react component for the `arrow-right-s-fill.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ArrowRightSFillIcon: IconType = (props) => GenIcon(arrowRightSFill)(props);
/**
* The react component for the `arrow-up-s-fill.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ArrowUpSFillIcon: IconType = (props) => GenIcon(arrowUpSFill)(props);
/**
* The react component for the `asterisk.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const AsteriskIcon: IconType = (props) => GenIcon(asterisk)(props);
/**
* The react component for the `attachment-2.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const Attachment2Icon: IconType = (props) => GenIcon(attachment2)(props);
/**
* The react component for the `bold.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const BoldIcon: IconType = (props) => GenIcon(bold)(props);
/**
* The react component for the `braces-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const BracesLineIcon: IconType = (props) => GenIcon(bracesLine)(props);
/**
* The react component for the `bring-forward.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const BringForwardIcon: IconType = (props) => GenIcon(bringForward)(props);
/**
* The react component for the `bring-to-front.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const BringToFrontIcon: IconType = (props) => GenIcon(bringToFront)(props);
/**
* The react component for the `chat-new-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ChatNewLineIcon: IconType = (props) => GenIcon(chatNewLine)(props);
/**
* The react component for the `checkbox-circle-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const CheckboxCircleLineIcon: IconType = (props) => GenIcon(checkboxCircleLine)(props);
/**
* The react component for the `checkbox-multiple-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const CheckboxMultipleLineIcon: IconType = (props) => GenIcon(checkboxMultipleLine)(props);
/**
* The react component for the `clipboard-fill.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ClipboardFillIcon: IconType = (props) => GenIcon(clipboardFill)(props);
/**
* The react component for the `clipboard-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ClipboardLineIcon: IconType = (props) => GenIcon(clipboardLine)(props);
/**
* The react component for the `close-circle-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const CloseCircleLineIcon: IconType = (props) => GenIcon(closeCircleLine)(props);
/**
* The react component for the `close-fill.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const CloseFillIcon: IconType = (props) => GenIcon(closeFill)(props);
/**
* The react component for the `close-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const CloseLineIcon: IconType = (props) => GenIcon(closeLine)(props);
/**
* The react component for the `code-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const CodeLineIcon: IconType = (props) => GenIcon(codeLine)(props);
/**
* The react component for the `code-view.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const CodeViewIcon: IconType = (props) => GenIcon(codeView)(props);
/**
* The react component for the `delete-bin-fill.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const DeleteBinFillIcon: IconType = (props) => GenIcon(deleteBinFill)(props);
/**
* The react component for the `delete-bin-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const DeleteBinLineIcon: IconType = (props) => GenIcon(deleteBinLine)(props);
/**
* The react component for the `delete-column.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const DeleteColumnIcon: IconType = (props) => GenIcon(deleteColumn)(props);
/**
* The react component for the `delete-row.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const DeleteRowIcon: IconType = (props) => GenIcon(deleteRow)(props);
/**
* The react component for the `double-quotes-l.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const DoubleQuotesLIcon: IconType = (props) => GenIcon(doubleQuotesL)(props);
/**
* The react component for the `double-quotes-r.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const DoubleQuotesRIcon: IconType = (props) => GenIcon(doubleQuotesR)(props);
/**
* The react component for the `download-2-fill.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const Download2FillIcon: IconType = (props) => GenIcon(download2Fill)(props);
/**
* The react component for the `drag-drop-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const DragDropLineIcon: IconType = (props) => GenIcon(dragDropLine)(props);
/**
* The react component for the `emphasis-cn.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const EmphasisCnIcon: IconType = (props) => GenIcon(emphasisCn)(props);
/**
* The react component for the `emphasis.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const EmphasisIcon: IconType = (props) => GenIcon(emphasis)(props);
/**
* The react component for the `english-input.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const EnglishInputIcon: IconType = (props) => GenIcon(englishInput)(props);
/**
* The react component for the `error-warning-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ErrorWarningLineIcon: IconType = (props) => GenIcon(errorWarningLine)(props);
/**
* The react component for the `external-link-fill.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ExternalLinkFillIcon: IconType = (props) => GenIcon(externalLinkFill)(props);
/**
* The react component for the `file-copy-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const FileCopyLineIcon: IconType = (props) => GenIcon(fileCopyLine)(props);
/**
* The react component for the `flow-chart.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const FlowChartIcon: IconType = (props) => GenIcon(flowChart)(props);
/**
* The react component for the `font-color.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const FontColorIcon: IconType = (props) => GenIcon(fontColor)(props);
/**
* The react component for the `font-size-2.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const FontSize2Icon: IconType = (props) => GenIcon(fontSize2)(props);
/**
* The react component for the `font-size.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const FontSizeIcon: IconType = (props) => GenIcon(fontSize)(props);
/**
* The react component for the `format-clear.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const FormatClearIcon: IconType = (props) => GenIcon(formatClear)(props);
/**
* The react component for the `fullscreen-exit-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const FullscreenExitLineIcon: IconType = (props) => GenIcon(fullscreenExitLine)(props);
/**
* The react component for the `fullscreen-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const FullscreenLineIcon: IconType = (props) => GenIcon(fullscreenLine)(props);
/**
* The react component for the `functions.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const FunctionsIcon: IconType = (props) => GenIcon(functions)(props);
/**
* The react component for the `gallery-upload-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const GalleryUploadLineIcon: IconType = (props) => GenIcon(galleryUploadLine)(props);
/**
* The react component for the `h-1.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const H1Icon: IconType = (props) => GenIcon(h1)(props);
/**
* The react component for the `h-2.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const H2Icon: IconType = (props) => GenIcon(h2)(props);
/**
* The react component for the `h-3.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const H3Icon: IconType = (props) => GenIcon(h3)(props);
/**
* The react component for the `h-4.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const H4Icon: IconType = (props) => GenIcon(h4)(props);
/**
* The react component for the `h-5.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const H5Icon: IconType = (props) => GenIcon(h5)(props);
/**
* The react component for the `h-6.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const H6Icon: IconType = (props) => GenIcon(h6)(props);
/**
* The react component for the `hashtag.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const HashtagIcon: IconType = (props) => GenIcon(hashtag)(props);
/**
* The react component for the `heading.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const HeadingIcon: IconType = (props) => GenIcon(heading)(props);
/**
* The react component for the `image-add-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ImageAddLineIcon: IconType = (props) => GenIcon(imageAddLine)(props);
/**
* The react component for the `image-edit-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ImageEditLineIcon: IconType = (props) => GenIcon(imageEditLine)(props);
/**
* The react component for the `image-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ImageLineIcon: IconType = (props) => GenIcon(imageLine)(props);
/**
* The react component for the `indent-decrease.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const IndentDecreaseIcon: IconType = (props) => GenIcon(indentDecrease)(props);
/**
* The react component for the `indent-increase.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const IndentIncreaseIcon: IconType = (props) => GenIcon(indentIncrease)(props);
/**
* The react component for the `information-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const InformationLineIcon: IconType = (props) => GenIcon(informationLine)(props);
/**
* The react component for the `input-cursor-move.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const InputCursorMoveIcon: IconType = (props) => GenIcon(inputCursorMove)(props);
/**
* The react component for the `insert-column-left.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const InsertColumnLeftIcon: IconType = (props) => GenIcon(insertColumnLeft)(props);
/**
* The react component for the `insert-column-right.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const InsertColumnRightIcon: IconType = (props) => GenIcon(insertColumnRight)(props);
/**
* The react component for the `insert-row-bottom.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const InsertRowBottomIcon: IconType = (props) => GenIcon(insertRowBottom)(props);
/**
* The react component for the `insert-row-top.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const InsertRowTopIcon: IconType = (props) => GenIcon(insertRowTop)(props);
/**
* The react component for the `italic.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ItalicIcon: IconType = (props) => GenIcon(italic)(props);
/**
* The react component for the `layout-column-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const LayoutColumnLineIcon: IconType = (props) => GenIcon(layoutColumnLine)(props);
/**
* The react component for the `line-height.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const LineHeightIcon: IconType = (props) => GenIcon(lineHeight)(props);
/**
* The react component for the `link-m.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const LinkMIcon: IconType = (props) => GenIcon(linkM)(props);
/**
* The react component for the `link-unlink-m.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const LinkUnlinkMIcon: IconType = (props) => GenIcon(linkUnlinkM)(props);
/**
* The react component for the `link-unlink.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const LinkUnlinkIcon: IconType = (props) => GenIcon(linkUnlink)(props);
/**
* The react component for the `link.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const LinkIcon: IconType = (props) => GenIcon(link)(props);
/**
* The react component for the `list-check-2.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ListCheck2Icon: IconType = (props) => GenIcon(listCheck2)(props);
/**
* The react component for the `list-check.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ListCheckIcon: IconType = (props) => GenIcon(listCheck)(props);
/**
* The react component for the `list-ordered.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ListOrderedIcon: IconType = (props) => GenIcon(listOrdered)(props);
/**
* The react component for the `list-unordered.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ListUnorderedIcon: IconType = (props) => GenIcon(listUnordered)(props);
/**
* The react component for the `mark-pen-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const MarkPenLineIcon: IconType = (props) => GenIcon(markPenLine)(props);
/**
* The react component for the `markdown-fill.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const MarkdownFillIcon: IconType = (props) => GenIcon(markdownFill)(props);
/**
* The react component for the `markdown-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const MarkdownLineIcon: IconType = (props) => GenIcon(markdownLine)(props);
/**
* The react component for the `merge-cells-horizontal.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const MergeCellsHorizontalIcon: IconType = (props) => GenIcon(mergeCellsHorizontal)(props);
/**
* The react component for the `merge-cells-vertical.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const MergeCellsVerticalIcon: IconType = (props) => GenIcon(mergeCellsVertical)(props);
/**
* The react component for the `mind-map.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const MindMapIcon: IconType = (props) => GenIcon(mindMap)(props);
/**
* The react component for the `more-fill.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const MoreFillIcon: IconType = (props) => GenIcon(moreFill)(props);
/**
* The react component for the `node-tree.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const NodeTreeIcon: IconType = (props) => GenIcon(nodeTree)(props);
/**
* The react component for the `number-0.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const Number0Icon: IconType = (props) => GenIcon(number0)(props);
/**
* The react component for the `number-1.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const Number1Icon: IconType = (props) => GenIcon(number1)(props);
/**
* The react component for the `number-2.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const Number2Icon: IconType = (props) => GenIcon(number2)(props);
/**
* The react component for the `number-3.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const Number3Icon: IconType = (props) => GenIcon(number3)(props);
/**
* The react component for the `number-4.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const Number4Icon: IconType = (props) => GenIcon(number4)(props);
/**
* The react component for the `number-5.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const Number5Icon: IconType = (props) => GenIcon(number5)(props);
/**
* The react component for the `number-6.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const Number6Icon: IconType = (props) => GenIcon(number6)(props);
/**
* The react component for the `number-7.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const Number7Icon: IconType = (props) => GenIcon(number7)(props);
/**
* The react component for the `number-8.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const Number8Icon: IconType = (props) => GenIcon(number8)(props);
/**
* The react component for the `number-9.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const Number9Icon: IconType = (props) => GenIcon(number9)(props);
/**
* The react component for the `omega.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const OmegaIcon: IconType = (props) => GenIcon(omega)(props);
/**
* The react component for the `organization-chart.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const OrganizationChartIcon: IconType = (props) => GenIcon(organizationChart)(props);
/**
* The react component for the `page-separator.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const PageSeparatorIcon: IconType = (props) => GenIcon(pageSeparator)(props);
/**
* The react component for the `paragraph.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ParagraphIcon: IconType = (props) => GenIcon(paragraph)(props);
/**
* The react component for the `pencil-fill.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const PencilFillIcon: IconType = (props) => GenIcon(pencilFill)(props);
/**
* The react component for the `pencil-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const PencilLineIcon: IconType = (props) => GenIcon(pencilLine)(props);
/**
* The react component for the `pinyin-input.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const PinyinInputIcon: IconType = (props) => GenIcon(pinyinInput)(props);
/**
* The react component for the `question-mark.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const QuestionMarkIcon: IconType = (props) => GenIcon(questionMark)(props);
/**
* The react component for the `rounded-corner.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const RoundedCornerIcon: IconType = (props) => GenIcon(roundedCorner)(props);
/**
* The react component for the `scissors-fill.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const ScissorsFillIcon: IconType = (props) => GenIcon(scissorsFill)(props);
/**
* The react component for the `send-backward.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const SendBackwardIcon: IconType = (props) => GenIcon(sendBackward)(props);
/**
* The react component for the `send-to-back.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const SendToBackIcon: IconType = (props) => GenIcon(sendToBack)(props);
/**
* The react component for the `separator.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const SeparatorIcon: IconType = (props) => GenIcon(separator)(props);
/**
* The react component for the `single-quotes-l.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const SingleQuotesLIcon: IconType = (props) => GenIcon(singleQuotesL)(props);
/**
* The react component for the `single-quotes-r.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const SingleQuotesRIcon: IconType = (props) => GenIcon(singleQuotesR)(props);
/**
* The react component for the `sort-asc.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const SortAscIcon: IconType = (props) => GenIcon(sortAsc)(props);
/**
* The react component for the `sort-desc.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const SortDescIcon: IconType = (props) => GenIcon(sortDesc)(props);
/**
* The react component for the `space.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const SpaceIcon: IconType = (props) => GenIcon(space)(props);
/**
* The react component for the `spam-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const SpamLineIcon: IconType = (props) => GenIcon(spamLine)(props);
/**
* The react component for the `split-cells-horizontal.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const SplitCellsHorizontalIcon: IconType = (props) => GenIcon(splitCellsHorizontal)(props);
/**
* The react component for the `split-cells-vertical.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const SplitCellsVerticalIcon: IconType = (props) => GenIcon(splitCellsVertical)(props);
/**
* The react component for the `strikethrough-2.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const Strikethrough2Icon: IconType = (props) => GenIcon(strikethrough2)(props);
/**
* The react component for the `strikethrough.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const StrikethroughIcon: IconType = (props) => GenIcon(strikethrough)(props);
/**
* The react component for the `subscript-2.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const Subscript2Icon: IconType = (props) => GenIcon(subscript2)(props);
/**
* The react component for the `subscript.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const SubscriptIcon: IconType = (props) => GenIcon(subscript)(props);
/**
* The react component for the `subtract-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const SubtractLineIcon: IconType = (props) => GenIcon(subtractLine)(props);
/**
* The react component for the `superscript-2.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const Superscript2Icon: IconType = (props) => GenIcon(superscript2)(props);
/**
* The react component for the `superscript.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const SuperscriptIcon: IconType = (props) => GenIcon(superscript)(props);
/**
* The react component for the `table-2.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const Table2Icon: IconType = (props) => GenIcon(table2)(props);
/**
* The react component for the `table-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const TableLineIcon: IconType = (props) => GenIcon(tableLine)(props);
/**
* The react component for the `text-direction-l.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const TextDirectionLIcon: IconType = (props) => GenIcon(textDirectionL)(props);
/**
* The react component for the `text-direction-r.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const TextDirectionRIcon: IconType = (props) => GenIcon(textDirectionR)(props);
/**
* The react component for the `text-spacing.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const TextSpacingIcon: IconType = (props) => GenIcon(textSpacing)(props);
/**
* The react component for the `text-wrap.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const TextWrapIcon: IconType = (props) => GenIcon(textWrap)(props);
/**
* The react component for the `text.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const TextIcon: IconType = (props) => GenIcon(text)(props);
/**
* The react component for the `translate-2.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const Translate2Icon: IconType = (props) => GenIcon(translate2)(props);
/**
* The react component for the `translate.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const TranslateIcon: IconType = (props) => GenIcon(translate)(props);
/**
* The react component for the `underline.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const UnderlineIcon: IconType = (props) => GenIcon(underline)(props);
/**
* The react component for the `upload-2-fill.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const Upload2FillIcon: IconType = (props) => GenIcon(upload2Fill)(props);
/**
* The react component for the `video-line.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const VideoLineIcon: IconType = (props) => GenIcon(videoLine)(props);
/**
* The react component for the `wubi-input.svg` icon created by [RemixIcons](https://remixicons.com).
* 
*/
export const WubiInputIcon: IconType = (props) => GenIcon(wubiInput)(props);