@fibery/ui-kit 1.29.4 → 1.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -5
- package/src/button/button.tsx +38 -4
- package/src/button/icon-button.tsx +33 -11
- package/src/design-system.ts +87 -11
- package/src/emoji-picker/use-emoji-found.tsx +6 -0
- package/src/icons/Icon.tsx +58 -49
- package/src/icons/ast/AiAssistant.ts +1 -1
- package/src/icons/ast/Clear.ts +8 -0
- package/src/icons/ast/PinFilled.ts +8 -0
- package/src/icons/ast/index.tsx +2 -0
- package/src/icons/react/Abort.tsx +4 -3
- package/src/icons/react/Activity.tsx +4 -3
- package/src/icons/react/ActivityLog.tsx +4 -3
- package/src/icons/react/Add.tsx +4 -3
- package/src/icons/react/AddAfter.tsx +4 -3
- package/src/icons/react/AddBefore.tsx +4 -3
- package/src/icons/react/AddCompact.tsx +4 -3
- package/src/icons/react/AddGroup.tsx +4 -3
- package/src/icons/react/AddReactions.tsx +4 -3
- package/src/icons/react/AiAssistant.tsx +4 -3
- package/src/icons/react/AiAvatar.tsx +4 -3
- package/src/icons/react/AlertTriangle.tsx +4 -3
- package/src/icons/react/App.tsx +4 -3
- package/src/icons/react/AppDetails.tsx +4 -3
- package/src/icons/react/AppStore.tsx +4 -3
- package/src/icons/react/AppStoreOneColor.tsx +4 -3
- package/src/icons/react/AppTemplates.tsx +4 -3
- package/src/icons/react/AppWebhooks.tsx +4 -3
- package/src/icons/react/AppWiki.tsx +4 -3
- package/src/icons/react/ArrowBarLeft.tsx +4 -3
- package/src/icons/react/ArrowBarRight.tsx +4 -3
- package/src/icons/react/ArrowBottom.tsx +4 -3
- package/src/icons/react/ArrowCollapse.tsx +4 -3
- package/src/icons/react/ArrowCollapseVertical.tsx +4 -3
- package/src/icons/react/ArrowForward.tsx +4 -3
- package/src/icons/react/ArrowLeft.tsx +4 -3
- package/src/icons/react/ArrowRight.tsx +4 -3
- package/src/icons/react/ArrowTop.tsx +4 -3
- package/src/icons/react/AskForInput.tsx +4 -3
- package/src/icons/react/Atom.tsx +4 -3
- package/src/icons/react/AutomationsCancelled.tsx +4 -3
- package/src/icons/react/AutomationsDisabled.tsx +4 -3
- package/src/icons/react/AutomationsError.tsx +4 -3
- package/src/icons/react/AutomationsInProgress.tsx +4 -3
- package/src/icons/react/AutomationsNotStarted.tsx +4 -3
- package/src/icons/react/AutomationsSuccess.tsx +4 -3
- package/src/icons/react/Back.tsx +4 -3
- package/src/icons/react/BacklogIcon.tsx +4 -3
- package/src/icons/react/BatchActionsIcon.tsx +4 -3
- package/src/icons/react/BellCircle.tsx +4 -3
- package/src/icons/react/BellFilled.tsx +4 -3
- package/src/icons/react/BellOff.tsx +4 -3
- package/src/icons/react/BellRinging.tsx +4 -3
- package/src/icons/react/BellX.tsx +4 -3
- package/src/icons/react/Bolt.tsx +4 -3
- package/src/icons/react/Cards.tsx +4 -3
- package/src/icons/react/Chat.tsx +4 -3
- package/src/icons/react/ChatAi.tsx +4 -3
- package/src/icons/react/CheckCircle.tsx +4 -3
- package/src/icons/react/CheckCircleFilled.tsx +4 -3
- package/src/icons/react/Checked.tsx +4 -3
- package/src/icons/react/Clear.tsx +13 -0
- package/src/icons/react/ClearValue.tsx +4 -3
- package/src/icons/react/Clock.tsx +4 -3
- package/src/icons/react/ClockAlarm.tsx +4 -3
- package/src/icons/react/ClockForward.tsx +4 -3
- package/src/icons/react/Close.tsx +4 -3
- package/src/icons/react/ColorCoding.tsx +4 -3
- package/src/icons/react/ColorCodingFilled.tsx +4 -3
- package/src/icons/react/Columns.tsx +4 -3
- package/src/icons/react/Columns2.tsx +4 -3
- package/src/icons/react/Columns4.tsx +4 -3
- package/src/icons/react/Copy.tsx +4 -3
- package/src/icons/react/Database.tsx +4 -3
- package/src/icons/react/DatabaseStroke.tsx +4 -3
- package/src/icons/react/Delete.tsx +4 -3
- package/src/icons/react/Demo.tsx +4 -3
- package/src/icons/react/DoubleArrowLeft.tsx +4 -3
- package/src/icons/react/DoubleArrowRight.tsx +4 -3
- package/src/icons/react/DragBlockHandle.tsx +4 -3
- package/src/icons/react/DragBlockHandleSingle.tsx +4 -3
- package/src/icons/react/DragHandle.tsx +4 -3
- package/src/icons/react/DynamicFilterValue.tsx +4 -3
- package/src/icons/react/Email.tsx +4 -3
- package/src/icons/react/EmojiDelete.tsx +4 -3
- package/src/icons/react/Export.tsx +4 -3
- package/src/icons/react/ExtensionAssignments.tsx +4 -3
- package/src/icons/react/ExtensionAvatar.tsx +4 -3
- package/src/icons/react/ExtensionComments.tsx +4 -3
- package/src/icons/react/ExtensionFiles.tsx +4 -3
- package/src/icons/react/ExtensionReferences.tsx +4 -3
- package/src/icons/react/ExtensionWorkflow.tsx +4 -3
- package/src/icons/react/Eye.tsx +4 -3
- package/src/icons/react/Favorites.tsx +4 -3
- package/src/icons/react/FavoritesChecked.tsx +4 -3
- package/src/icons/react/FavoritesOff.tsx +4 -3
- package/src/icons/react/FiberyMono.tsx +4 -3
- package/src/icons/react/FieldUnit.tsx +4 -3
- package/src/icons/react/Fields.tsx +4 -3
- package/src/icons/react/Figma.tsx +4 -3
- package/src/icons/react/FileUpload.tsx +4 -3
- package/src/icons/react/Filter.tsx +4 -3
- package/src/icons/react/FocusMode.tsx +4 -3
- package/src/icons/react/FocusModeOff.tsx +4 -3
- package/src/icons/react/FormWithCover.tsx +4 -3
- package/src/icons/react/FormWithoutCover.tsx +4 -3
- package/src/icons/react/Github.tsx +4 -3
- package/src/icons/react/Gitlab.tsx +4 -3
- package/src/icons/react/Globe.tsx +4 -3
- package/src/icons/react/GlobeSimple.tsx +4 -3
- package/src/icons/react/GoogleDrive.tsx +4 -3
- package/src/icons/react/GoogleMap.tsx +4 -3
- package/src/icons/react/Headphones.tsx +4 -3
- package/src/icons/react/HeadphonesAi.tsx +4 -3
- package/src/icons/react/Hide.tsx +4 -3
- package/src/icons/react/Highlights.tsx +4 -3
- package/src/icons/react/Hint.tsx +4 -3
- package/src/icons/react/Home.tsx +4 -3
- package/src/icons/react/ImageXmark.tsx +4 -3
- package/src/icons/react/Import.tsx +4 -3
- package/src/icons/react/InfoCircle.tsx +4 -3
- package/src/icons/react/InfoCircleFilled.tsx +4 -3
- package/src/icons/react/Integration.tsx +4 -3
- package/src/icons/react/IntegrationsIntegrationDiscourseColor.tsx +4 -3
- package/src/icons/react/IntegrationsIntegrationIntercomColor.tsx +4 -3
- package/src/icons/react/IntegrationsIntegrationSlackColor.tsx +4 -3
- package/src/icons/react/IntegrationsIntegrationZendeskColor.tsx +4 -3
- package/src/icons/react/InvitePeople.tsx +4 -3
- package/src/icons/react/Items.tsx +4 -3
- package/src/icons/react/Jira.tsx +4 -3
- package/src/icons/react/Key.tsx +4 -3
- package/src/icons/react/Lab.tsx +4 -3
- package/src/icons/react/LayoutDouble.tsx +4 -3
- package/src/icons/react/LayoutSingle.tsx +4 -3
- package/src/icons/react/LeftPanel.tsx +4 -3
- package/src/icons/react/Levels.tsx +4 -3
- package/src/icons/react/LineDivider.tsx +4 -3
- package/src/icons/react/Link.tsx +4 -3
- package/src/icons/react/Lock.tsx +4 -3
- package/src/icons/react/Loom.tsx +4 -3
- package/src/icons/react/MenuCollapser.tsx +4 -3
- package/src/icons/react/MessagePlusSquare.tsx +4 -3
- package/src/icons/react/Milestones.tsx +4 -3
- package/src/icons/react/Minus.tsx +4 -3
- package/src/icons/react/Miro.tsx +4 -3
- package/src/icons/react/MirrorOff.tsx +4 -3
- package/src/icons/react/MirrorOn.tsx +4 -3
- package/src/icons/react/Mixpanel.tsx +4 -3
- package/src/icons/react/Monitor.tsx +4 -3
- package/src/icons/react/More.tsx +4 -3
- package/src/icons/react/MoreCompact.tsx +4 -3
- package/src/icons/react/MoveBottom.tsx +4 -3
- package/src/icons/react/MoveLeft.tsx +4 -3
- package/src/icons/react/MoveRight.tsx +4 -3
- package/src/icons/react/MoveTop.tsx +4 -3
- package/src/icons/react/MySpace.tsx +4 -3
- package/src/icons/react/Network.tsx +4 -3
- package/src/icons/react/NetworkAdd.tsx +4 -3
- package/src/icons/react/Notifications.tsx +4 -3
- package/src/icons/react/ObjChild.tsx +4 -3
- package/src/icons/react/ObjM2M.tsx +4 -3
- package/src/icons/react/ObjO2O.tsx +4 -3
- package/src/icons/react/ObjParent.tsx +4 -3
- package/src/icons/react/ObjSelf.tsx +4 -3
- package/src/icons/react/OnSchedule.tsx +4 -3
- package/src/icons/react/OpenAsPage.tsx +4 -3
- package/src/icons/react/PageRegularMode.tsx +4 -3
- package/src/icons/react/PageWideMode.tsx +4 -3
- package/src/icons/react/Pencil.tsx +4 -3
- package/src/icons/react/People.tsx +4 -3
- package/src/icons/react/Photo.tsx +4 -3
- package/src/icons/react/Pin.tsx +4 -3
- package/src/icons/react/PinFilled.tsx +13 -0
- package/src/icons/react/Popup.tsx +4 -3
- package/src/icons/react/Posts.tsx +4 -3
- package/src/icons/react/Question.tsx +4 -3
- package/src/icons/react/Refresh.tsx +4 -3
- package/src/icons/react/Remove.tsx +4 -3
- package/src/icons/react/RemovePeople.tsx +4 -3
- package/src/icons/react/Reply.tsx +4 -3
- package/src/icons/react/Restore.tsx +4 -3
- package/src/icons/react/RicheditorActionsMore.tsx +4 -3
- package/src/icons/react/RicheditorBlockCallout.tsx +4 -3
- package/src/icons/react/RicheditorBlockCode.tsx +4 -3
- package/src/icons/react/RicheditorBlockEmbed.tsx +4 -3
- package/src/icons/react/RicheditorBlockEntity.tsx +4 -3
- package/src/icons/react/RicheditorBlockFile.tsx +4 -3
- package/src/icons/react/RicheditorBlockH1.tsx +4 -3
- package/src/icons/react/RicheditorBlockH2.tsx +4 -3
- package/src/icons/react/RicheditorBlockH3.tsx +4 -3
- package/src/icons/react/RicheditorBlockH4.tsx +4 -3
- package/src/icons/react/RicheditorBlockMention.tsx +4 -3
- package/src/icons/react/RicheditorBlockParagraph.tsx +4 -3
- package/src/icons/react/RicheditorBlockQuote.tsx +4 -3
- package/src/icons/react/RicheditorChecklistCreate.tsx +4 -3
- package/src/icons/react/RicheditorCommentCreate.tsx +4 -3
- package/src/icons/react/RicheditorEntityLinkCreate.tsx +4 -3
- package/src/icons/react/RicheditorHistoryRedo.tsx +4 -3
- package/src/icons/react/RicheditorHistoryUndo.tsx +4 -3
- package/src/icons/react/RicheditorImageAlignCenter.tsx +4 -3
- package/src/icons/react/RicheditorImageAlignLeft.tsx +4 -3
- package/src/icons/react/RicheditorImageAlignRight.tsx +4 -3
- package/src/icons/react/RicheditorImageUpload.tsx +4 -3
- package/src/icons/react/RicheditorImageWrapCenter.tsx +4 -3
- package/src/icons/react/RicheditorImageWrapLeft.tsx +4 -3
- package/src/icons/react/RicheditorImageWrapRight.tsx +4 -3
- package/src/icons/react/RicheditorImageZoom.tsx +4 -3
- package/src/icons/react/RicheditorLinkCreate.tsx +4 -3
- package/src/icons/react/RicheditorLinkedhighlightCreate.tsx +4 -3
- package/src/icons/react/RicheditorListBullet.tsx +4 -3
- package/src/icons/react/RicheditorListIndent.tsx +4 -3
- package/src/icons/react/RicheditorListOrdered.tsx +4 -3
- package/src/icons/react/RicheditorListUnindent.tsx +4 -3
- package/src/icons/react/RicheditorMarkCode.tsx +4 -3
- package/src/icons/react/RicheditorMarkEm.tsx +4 -3
- package/src/icons/react/RicheditorMarkStrike.tsx +4 -3
- package/src/icons/react/RicheditorMarkStrong.tsx +4 -3
- package/src/icons/react/RicheditorMarkTextBackgroundColor.tsx +4 -3
- package/src/icons/react/RicheditorMarkUnderline.tsx +4 -3
- package/src/icons/react/RicheditorOpenLink.tsx +4 -3
- package/src/icons/react/RicheditorTableCreate.tsx +4 -3
- package/src/icons/react/RicheditorUnlink.tsx +4 -3
- package/src/icons/react/RicheditorVideoUpload.tsx +4 -3
- package/src/icons/react/RightPanel.tsx +4 -3
- package/src/icons/react/Rows.tsx +4 -3
- package/src/icons/react/Search.tsx +4 -3
- package/src/icons/react/SelfReferenceOff.tsx +4 -3
- package/src/icons/react/SelfReferenceOn.tsx +4 -3
- package/src/icons/react/SendArrow.tsx +4 -3
- package/src/icons/react/Settings.tsx +4 -3
- package/src/icons/react/Share.tsx +4 -3
- package/src/icons/react/Shared.tsx +4 -3
- package/src/icons/react/ShieldKeyhole.tsx +4 -3
- package/src/icons/react/Sidebar.tsx +4 -3
- package/src/icons/react/SidebarFields.tsx +4 -3
- package/src/icons/react/SidebarFieldsOpened.tsx +4 -3
- package/src/icons/react/SimpleCompass.tsx +4 -3
- package/src/icons/react/Slack.tsx +4 -3
- package/src/icons/react/SlackIcon.tsx +4 -3
- package/src/icons/react/SlideMenu.tsx +4 -3
- package/src/icons/react/SlideMenuOpened.tsx +4 -3
- package/src/icons/react/SmartFolder.tsx +4 -3
- package/src/icons/react/Sort.tsx +4 -3
- package/src/icons/react/SortOnBottom.tsx +4 -3
- package/src/icons/react/SortOnTop.tsx +4 -3
- package/src/icons/react/Spinner.tsx +4 -3
- package/src/icons/react/Success.tsx +4 -3
- package/src/icons/react/Templates.tsx +4 -3
- package/src/icons/react/Terminal.tsx +4 -3
- package/src/icons/react/Twitter.tsx +4 -3
- package/src/icons/react/TypeBoolean.tsx +4 -3
- package/src/icons/react/TypeButton.tsx +4 -3
- package/src/icons/react/TypeCheckbox.tsx +4 -3
- package/src/icons/react/TypeDate.tsx +4 -3
- package/src/icons/react/TypeEmail.tsx +4 -3
- package/src/icons/react/TypeEmoji.tsx +4 -3
- package/src/icons/react/TypeFormula.tsx +4 -3
- package/src/icons/react/TypeFunction.tsx +4 -3
- package/src/icons/react/TypeLocation.tsx +4 -3
- package/src/icons/react/TypeLookup.tsx +4 -3
- package/src/icons/react/TypeMoney.tsx +4 -3
- package/src/icons/react/TypeMultiSelect.tsx +4 -3
- package/src/icons/react/TypeNumber.tsx +4 -3
- package/src/icons/react/TypePercent.tsx +4 -3
- package/src/icons/react/TypePhone.tsx +4 -3
- package/src/icons/react/TypeRelation.tsx +4 -3
- package/src/icons/react/TypeRichText.tsx +4 -3
- package/src/icons/react/TypeRule.tsx +4 -3
- package/src/icons/react/TypeSingleSelect.tsx +4 -3
- package/src/icons/react/TypeText.tsx +4 -3
- package/src/icons/react/TypeUrl.tsx +4 -3
- package/src/icons/react/UnitsAvatar.tsx +4 -3
- package/src/icons/react/UnitsCollection.tsx +4 -3
- package/src/icons/react/UnitsCounter.tsx +4 -3
- package/src/icons/react/UnitsDbBadgeAbbr.tsx +4 -3
- package/src/icons/react/UnitsDbBadgeFull.tsx +4 -3
- package/src/icons/react/UnitsDbIcon.tsx +4 -3
- package/src/icons/react/UnitsField.tsx +4 -3
- package/src/icons/react/UnitsInput.tsx +4 -3
- package/src/icons/react/UnitsProgressBar.tsx +4 -3
- package/src/icons/react/UnitsRichText.tsx +4 -3
- package/src/icons/react/UnitsSnippet.tsx +4 -3
- package/src/icons/react/Upgrade.tsx +4 -3
- package/src/icons/react/UsbFlashDrive.tsx +4 -3
- package/src/icons/react/UserRole.tsx +4 -3
- package/src/icons/react/ViewBoard.tsx +4 -3
- package/src/icons/react/ViewCalendar.tsx +4 -3
- package/src/icons/react/ViewCanvas.tsx +4 -3
- package/src/icons/react/ViewChart.tsx +4 -3
- package/src/icons/react/ViewDetails.tsx +4 -3
- package/src/icons/react/ViewDocument.tsx +4 -3
- package/src/icons/react/ViewFeed.tsx +4 -3
- package/src/icons/react/ViewForm.tsx +4 -3
- package/src/icons/react/ViewList.tsx +4 -3
- package/src/icons/react/ViewMap.tsx +4 -3
- package/src/icons/react/ViewPage.tsx +4 -3
- package/src/icons/react/ViewTable.tsx +4 -3
- package/src/icons/react/ViewTimeline.tsx +4 -3
- package/src/icons/react/Views.tsx +4 -3
- package/src/icons/react/Warning.tsx +4 -3
- package/src/icons/react/WarningTriangle.tsx +4 -3
- package/src/icons/react/Youtube.tsx +4 -3
- package/src/icons/react/index.tsx +2 -0
- package/src/icons/types.ts +12 -8
- package/src/loaders.tsx +1 -1
- package/src/select/select-in-popover.tsx +1 -1
- package/src/toggle-on-off.tsx +4 -4
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import NetworkSvg from '../ast/Network';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const Network = (
|
|
8
|
+
const Network = forwardRef<SVGSVGElement, IconBaseProps>(function Network(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={NetworkSvg} />});
|
|
10
12
|
|
|
11
|
-
Network.displayName = 'Network';
|
|
12
13
|
export default Network;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import NetworkAddSvg from '../ast/NetworkAdd';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const NetworkAdd = (
|
|
8
|
+
const NetworkAdd = forwardRef<SVGSVGElement, IconBaseProps>(function NetworkAdd(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={NetworkAddSvg} />});
|
|
10
12
|
|
|
11
|
-
NetworkAdd.displayName = 'NetworkAdd';
|
|
12
13
|
export default NetworkAdd;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import NotificationsSvg from '../ast/Notifications';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const Notifications = (
|
|
8
|
+
const Notifications = forwardRef<SVGSVGElement, IconBaseProps>(function Notifications(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={NotificationsSvg} />});
|
|
10
12
|
|
|
11
|
-
Notifications.displayName = 'Notifications';
|
|
12
13
|
export default Notifications;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import ObjChildSvg from '../ast/ObjChild';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const ObjChild = (
|
|
8
|
+
const ObjChild = forwardRef<SVGSVGElement, IconBaseProps>(function ObjChild(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={ObjChildSvg} />});
|
|
10
12
|
|
|
11
|
-
ObjChild.displayName = 'ObjChild';
|
|
12
13
|
export default ObjChild;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import ObjM2MSvg from '../ast/ObjM2M';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const ObjM2M = (
|
|
8
|
+
const ObjM2M = forwardRef<SVGSVGElement, IconBaseProps>(function ObjM2M(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={ObjM2MSvg} />});
|
|
10
12
|
|
|
11
|
-
ObjM2M.displayName = 'ObjM2M';
|
|
12
13
|
export default ObjM2M;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import ObjO2OSvg from '../ast/ObjO2O';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const ObjO2O = (
|
|
8
|
+
const ObjO2O = forwardRef<SVGSVGElement, IconBaseProps>(function ObjO2O(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={ObjO2OSvg} />});
|
|
10
12
|
|
|
11
|
-
ObjO2O.displayName = 'ObjO2O';
|
|
12
13
|
export default ObjO2O;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import ObjParentSvg from '../ast/ObjParent';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const ObjParent = (
|
|
8
|
+
const ObjParent = forwardRef<SVGSVGElement, IconBaseProps>(function ObjParent(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={ObjParentSvg} />});
|
|
10
12
|
|
|
11
|
-
ObjParent.displayName = 'ObjParent';
|
|
12
13
|
export default ObjParent;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import ObjSelfSvg from '../ast/ObjSelf';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const ObjSelf = (
|
|
8
|
+
const ObjSelf = forwardRef<SVGSVGElement, IconBaseProps>(function ObjSelf(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={ObjSelfSvg} />});
|
|
10
12
|
|
|
11
|
-
ObjSelf.displayName = 'ObjSelf';
|
|
12
13
|
export default ObjSelf;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import OnScheduleSvg from '../ast/OnSchedule';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const OnSchedule = (
|
|
8
|
+
const OnSchedule = forwardRef<SVGSVGElement, IconBaseProps>(function OnSchedule(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={OnScheduleSvg} />});
|
|
10
12
|
|
|
11
|
-
OnSchedule.displayName = 'OnSchedule';
|
|
12
13
|
export default OnSchedule;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import OpenAsPageSvg from '../ast/OpenAsPage';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const OpenAsPage = (
|
|
8
|
+
const OpenAsPage = forwardRef<SVGSVGElement, IconBaseProps>(function OpenAsPage(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={OpenAsPageSvg} />});
|
|
10
12
|
|
|
11
|
-
OpenAsPage.displayName = 'OpenAsPage';
|
|
12
13
|
export default OpenAsPage;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import PageRegularModeSvg from '../ast/PageRegularMode';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const PageRegularMode = (
|
|
8
|
+
const PageRegularMode = forwardRef<SVGSVGElement, IconBaseProps>(function PageRegularMode(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={PageRegularModeSvg} />});
|
|
10
12
|
|
|
11
|
-
PageRegularMode.displayName = 'PageRegularMode';
|
|
12
13
|
export default PageRegularMode;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import PageWideModeSvg from '../ast/PageWideMode';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const PageWideMode = (
|
|
8
|
+
const PageWideMode = forwardRef<SVGSVGElement, IconBaseProps>(function PageWideMode(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={PageWideModeSvg} />});
|
|
10
12
|
|
|
11
|
-
PageWideMode.displayName = 'PageWideMode';
|
|
12
13
|
export default PageWideMode;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import PencilSvg from '../ast/Pencil';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const Pencil = (
|
|
8
|
+
const Pencil = forwardRef<SVGSVGElement, IconBaseProps>(function Pencil(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={PencilSvg} />});
|
|
10
12
|
|
|
11
|
-
Pencil.displayName = 'Pencil';
|
|
12
13
|
export default Pencil;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import PeopleSvg from '../ast/People';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const People = (
|
|
8
|
+
const People = forwardRef<SVGSVGElement, IconBaseProps>(function People(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={PeopleSvg} />});
|
|
10
12
|
|
|
11
|
-
People.displayName = 'People';
|
|
12
13
|
export default People;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import PhotoSvg from '../ast/Photo';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const Photo = (
|
|
8
|
+
const Photo = forwardRef<SVGSVGElement, IconBaseProps>(function Photo(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={PhotoSvg} />});
|
|
10
12
|
|
|
11
|
-
Photo.displayName = 'Photo';
|
|
12
13
|
export default Photo;
|
package/src/icons/react/Pin.tsx
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import PinSvg from '../ast/Pin';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const Pin = (
|
|
8
|
+
const Pin = forwardRef<SVGSVGElement, IconBaseProps>(function Pin(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={PinSvg} />});
|
|
10
12
|
|
|
11
|
-
Pin.displayName = 'Pin';
|
|
12
13
|
export default Pin;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import PinFilledSvg from '../ast/PinFilled';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const PinFilled = forwardRef<SVGSVGElement, IconBaseProps>(function PinFilled(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={PinFilledSvg} />});
|
|
12
|
+
|
|
13
|
+
export default PinFilled;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import PopupSvg from '../ast/Popup';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const Popup = (
|
|
8
|
+
const Popup = forwardRef<SVGSVGElement, IconBaseProps>(function Popup(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={PopupSvg} />});
|
|
10
12
|
|
|
11
|
-
Popup.displayName = 'Popup';
|
|
12
13
|
export default Popup;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import PostsSvg from '../ast/Posts';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const Posts = (
|
|
8
|
+
const Posts = forwardRef<SVGSVGElement, IconBaseProps>(function Posts(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={PostsSvg} />});
|
|
10
12
|
|
|
11
|
-
Posts.displayName = 'Posts';
|
|
12
13
|
export default Posts;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import QuestionSvg from '../ast/Question';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const Question = (
|
|
8
|
+
const Question = forwardRef<SVGSVGElement, IconBaseProps>(function Question(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={QuestionSvg} />});
|
|
10
12
|
|
|
11
|
-
Question.displayName = 'Question';
|
|
12
13
|
export default Question;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import RefreshSvg from '../ast/Refresh';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const Refresh = (
|
|
8
|
+
const Refresh = forwardRef<SVGSVGElement, IconBaseProps>(function Refresh(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={RefreshSvg} />});
|
|
10
12
|
|
|
11
|
-
Refresh.displayName = 'Refresh';
|
|
12
13
|
export default Refresh;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import RemoveSvg from '../ast/Remove';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const Remove = (
|
|
8
|
+
const Remove = forwardRef<SVGSVGElement, IconBaseProps>(function Remove(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={RemoveSvg} />});
|
|
10
12
|
|
|
11
|
-
Remove.displayName = 'Remove';
|
|
12
13
|
export default Remove;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import RemovePeopleSvg from '../ast/RemovePeople';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const RemovePeople = (
|
|
8
|
+
const RemovePeople = forwardRef<SVGSVGElement, IconBaseProps>(function RemovePeople(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={RemovePeopleSvg} />});
|
|
10
12
|
|
|
11
|
-
RemovePeople.displayName = 'RemovePeople';
|
|
12
13
|
export default RemovePeople;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import ReplySvg from '../ast/Reply';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const Reply = (
|
|
8
|
+
const Reply = forwardRef<SVGSVGElement, IconBaseProps>(function Reply(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={ReplySvg} />});
|
|
10
12
|
|
|
11
|
-
Reply.displayName = 'Reply';
|
|
12
13
|
export default Reply;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import RestoreSvg from '../ast/Restore';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const Restore = (
|
|
8
|
+
const Restore = forwardRef<SVGSVGElement, IconBaseProps>(function Restore(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={RestoreSvg} />});
|
|
10
12
|
|
|
11
|
-
Restore.displayName = 'Restore';
|
|
12
13
|
export default Restore;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import RicheditorActionsMoreSvg from '../ast/RicheditorActionsMore';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const RicheditorActionsMore = (
|
|
8
|
+
const RicheditorActionsMore = forwardRef<SVGSVGElement, IconBaseProps>(function RicheditorActionsMore(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={RicheditorActionsMoreSvg} />});
|
|
10
12
|
|
|
11
|
-
RicheditorActionsMore.displayName = 'RicheditorActionsMore';
|
|
12
13
|
export default RicheditorActionsMore;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import RicheditorBlockCalloutSvg from '../ast/RicheditorBlockCallout';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const RicheditorBlockCallout = (
|
|
8
|
+
const RicheditorBlockCallout = forwardRef<SVGSVGElement, IconBaseProps>(function RicheditorBlockCallout(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={RicheditorBlockCalloutSvg} />});
|
|
10
12
|
|
|
11
|
-
RicheditorBlockCallout.displayName = 'RicheditorBlockCallout';
|
|
12
13
|
export default RicheditorBlockCallout;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import RicheditorBlockCodeSvg from '../ast/RicheditorBlockCode';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const RicheditorBlockCode = (
|
|
8
|
+
const RicheditorBlockCode = forwardRef<SVGSVGElement, IconBaseProps>(function RicheditorBlockCode(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={RicheditorBlockCodeSvg} />});
|
|
10
12
|
|
|
11
|
-
RicheditorBlockCode.displayName = 'RicheditorBlockCode';
|
|
12
13
|
export default RicheditorBlockCode;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import RicheditorBlockEmbedSvg from '../ast/RicheditorBlockEmbed';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const RicheditorBlockEmbed = (
|
|
8
|
+
const RicheditorBlockEmbed = forwardRef<SVGSVGElement, IconBaseProps>(function RicheditorBlockEmbed(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={RicheditorBlockEmbedSvg} />});
|
|
10
12
|
|
|
11
|
-
RicheditorBlockEmbed.displayName = 'RicheditorBlockEmbed';
|
|
12
13
|
export default RicheditorBlockEmbed;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import RicheditorBlockEntitySvg from '../ast/RicheditorBlockEntity';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const RicheditorBlockEntity = (
|
|
8
|
+
const RicheditorBlockEntity = forwardRef<SVGSVGElement, IconBaseProps>(function RicheditorBlockEntity(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={RicheditorBlockEntitySvg} />});
|
|
10
12
|
|
|
11
|
-
RicheditorBlockEntity.displayName = 'RicheditorBlockEntity';
|
|
12
13
|
export default RicheditorBlockEntity;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import RicheditorBlockFileSvg from '../ast/RicheditorBlockFile';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const RicheditorBlockFile = (
|
|
8
|
+
const RicheditorBlockFile = forwardRef<SVGSVGElement, IconBaseProps>(function RicheditorBlockFile(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={RicheditorBlockFileSvg} />});
|
|
10
12
|
|
|
11
|
-
RicheditorBlockFile.displayName = 'RicheditorBlockFile';
|
|
12
13
|
export default RicheditorBlockFile;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import RicheditorBlockH1Svg from '../ast/RicheditorBlockH1';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const RicheditorBlockH1 = (
|
|
8
|
+
const RicheditorBlockH1 = forwardRef<SVGSVGElement, IconBaseProps>(function RicheditorBlockH1(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={RicheditorBlockH1Svg} />});
|
|
10
12
|
|
|
11
|
-
RicheditorBlockH1.displayName = 'RicheditorBlockH1';
|
|
12
13
|
export default RicheditorBlockH1;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import RicheditorBlockH2Svg from '../ast/RicheditorBlockH2';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const RicheditorBlockH2 = (
|
|
8
|
+
const RicheditorBlockH2 = forwardRef<SVGSVGElement, IconBaseProps>(function RicheditorBlockH2(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={RicheditorBlockH2Svg} />});
|
|
10
12
|
|
|
11
|
-
RicheditorBlockH2.displayName = 'RicheditorBlockH2';
|
|
12
13
|
export default RicheditorBlockH2;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import RicheditorBlockH3Svg from '../ast/RicheditorBlockH3';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const RicheditorBlockH3 = (
|
|
8
|
+
const RicheditorBlockH3 = forwardRef<SVGSVGElement, IconBaseProps>(function RicheditorBlockH3(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={RicheditorBlockH3Svg} />});
|
|
10
12
|
|
|
11
|
-
RicheditorBlockH3.displayName = 'RicheditorBlockH3';
|
|
12
13
|
export default RicheditorBlockH3;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
+
import {forwardRef} from 'react';
|
|
3
4
|
import RicheditorBlockH4Svg from '../ast/RicheditorBlockH4';
|
|
4
5
|
import { Icon } from '../Icon';
|
|
5
6
|
import { IconBaseProps } from '../types';
|
|
6
7
|
|
|
7
|
-
const RicheditorBlockH4 = (
|
|
8
|
+
const RicheditorBlockH4 = forwardRef<SVGSVGElement, IconBaseProps>(function RicheditorBlockH4(
|
|
8
9
|
props: IconBaseProps,
|
|
9
|
-
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={RicheditorBlockH4Svg} />});
|
|
10
12
|
|
|
11
|
-
RicheditorBlockH4.displayName = 'RicheditorBlockH4';
|
|
12
13
|
export default RicheditorBlockH4;
|