DocSpace-buildtools/web/ASC.Web.Components/src/components/icons/svg/index.js

504 lines
15 KiB
JavaScript

import createStyledIcon from './create-styled-icon';
import OrigPeopleIcon from './people.react.svg';
import OrigCalendarIcon from './calendar.react.svg';
import OrigExpanderDownIcon from './expander-down.react.svg';
import OrigExpanderRightIcon from './expander-right.react.svg';
import OrigRotateIcon from './rotate.react.svg';
import OrigUploadIcon from './upload.react.svg';
import OrigGuestIcon from './guest.react.svg';
import OrigAdministratorIcon from './administrator.react.svg';
import OrigOwnerIcon from './owner.react.svg';
import OrigVerticalDotsIcon from './vertical-dots.react.svg';
import OrigCheckedIcon from './checked.react.svg';
import OrigIndeterminateIcon from './indeterminate.react.svg';
import OrigCloudServicesGoogleDriveIcon from './cloud.services.google.drive.react.svg';
import OrigCloudServicesDropboxIcon from './cloud.services.dropbox.react.svg';
import OrigHorizontalDotsIcon from './horizontal-dots.react.svg';
import OrigCloudServicesOneDriveIcon from './cloud.services.onedrive.react.svg';
import OrigCloudServicesBoxIcon from './cloud.services.box.react.svg';
import OrigCloudServicesNextcloudIcon from './cloud.services.nextcloud.react.svg';
import OrigCommunityIcon from './community.react.svg';
import OrigAppsIcon from './apps.react.svg';
import OrigCalendarCheckedIcon from './calendar.checked.react.svg';
import OrigCrmIcon from './crm.react.svg';
import OrigDocumentsIcon from './documents.react.svg';
import OrigCatalogSharedIcon from './catalog.shared.react.svg';
import OrigMailIcon from './mail.react.svg';
import OrigMoneyIcon from './money.react.svg';
import OrigProjectsIcon from './projects.react.svg';
import OrigSearchIcon from './search.react.svg';
import OrigSettingsIcon from './settings.react.svg';
import OrigProjectDocumentsUpIcon from './project.documents.up.react.svg';
import OrigProjectsTemplatesIcon from './projects.templates.react.svg';
import OrigItemPausedIcon from './item.paused.react.svg';
import OrigProjectsTasksIcon from './projects.tasks.react.svg';
import OrigActionsReportsIcon from './actions.reports.react.svg';
import OrigProjectsMilestoneIcon from './projects.milestone.react.svg';
import OrigItemActiveIcon from './item.active.react.svg';
import OrigDownloadIcon from './download.react.svg';
import OrigCatalogPortfolioIcon from './catalog.portfolio.react.svg';
import OrigActionsDocumentsIcon from './actions.documents.react.svg';
import OrigAccessEditIcon from './access.edit.react.svg';
import OrigCatalogFolderIcon from './catalog.folder.react.svg';
import OrigCreateFolderIcon from './catalog.create.folder.react.svg';
import OrigCatalogUnpinIcon from './catalog.unpin.react.svg';
import OrigCatalogUserIcon from './catalog.user.react.svg';
import OrigProjectsTimeTrackingIcon from './projects.time.tracking.react.svg';
import OrigActionsUploadIcon from './actions.upload.react.svg';
import OrigCameraIcon from './camera.react.svg';
import OrigCatalogArchiveIcon from './catalog.archive.react.svg';
import OrigCatalogDepartmentsIcon from './catalog.departments.react.svg';
import OrigCatalogInboxIcon from './catalog.inbox.react.svg';
import OrigCatalogSentIcon from './catalog.sent.react.svg';
import OrigPlaneIcon from './plane.react.svg';
import OrigCatalogSpamIcon from './catalog.spam.react.svg';
import OrigActionsSpreadsheetIcon from './actions.spreadsheet.react.svg';
import OrigCatalogEmployeeIcon from './catalog.employee.react.svg';
import OrigCatalogGuestIcon from './catalog.guest.react.svg';
import OrigInvitationLinkIcon from './invitation.link.react.svg';
import OrigAlertIcon from './alert.react.svg';
import OrigImportIcon from './import.react.svg';
import OrigCatalogPinIcon from './catalog.pin.react.svg';
import OrigCopyIcon from './copy.react.svg';
import OrigShareEmailIcon from './share.e-mail.react.svg';
import OrigShareGooglePlusIcon from './share.google.plus.react.svg';
import OrigSendClockIcon from './send.clock.react.svg';
import OrigShareFacebookIcon from './share.facebook.react.svg';
import OrigShareTwitterIcon from './share.twitter.react.svg';
import OrigAccessNoneIcon from './access.none.react.svg';
import OrigTimeTrackingNotBilledIcon from './time.tracking.not.billed.react.svg';
import OrigAccessFormIcon from './access.form.react.svg';
import OrigAccessReviewIcon from './access.review.react.svg';
import OrigAccessCommentIcon from './access.comment.react.svg';
import OrigProjectsDiscussionsIcon from './projects.discussions.react.svg';
import OrigGanttChartIcon from './projects.gantt.chart.react.svg';
import OrigCatalogTagIcon from './catalog.tag.react.svg';
import OrigCatalogAccountsIcon from './catalog.accounts.react.svg';
import OrigCatalogContactsIcon from './catalog.contacts.react.svg';
import OrigActionsPresentationIcon from './actions.presentation.react.svg';
import OrigCatalogTrashIcon from './catalog.trash.react.svg';
import OrigRemoveIcon from './remove.react.svg';
import OrigCatalogQuestionIcon from './catalog.question.react.svg';
import OrigArrowContentIcon from './arrow.content.react.svg';
import OrigPhoneIcon from './phone.react.svg';
import OrigMobileIcon from './mobile.react.svg';
import OrigGmailIcon from './gmail.react.svg';
import OrigGoogleIcon from './google.react.svg';
import OrigGoogleSquareIcon from './google.sq.react.svg';
import OrigStarIcon from './star.react.svg';
import OrigSkypeIcon from './skype.react.svg';
import OrigWindowsMsnIcon from './windows.msn.react.svg';
import OrigIcqIcon from './icq.react.svg';
import OrigJabberIcon from './jabber.react.svg';
import OrigAimIcon from './aim.react.svg';
import OrigLivejournalIcon from './livejournal.react.svg';
import OrigMyspaceIcon from './myspace.react.svg';
import OrigBloggerIcon from './blogger.react.svg';
import OrigYahooIcon from './yahoo.react.svg';
import OrigCalendarEmptyIcon from './calendar.empty.react.svg';
import OrigRefreshIcon from './refresh.react.svg';
import OrigForwardIcon from './forward.react.svg';
import OrigFileActionsLockedIcon from './file.actions.locked.react.svg';
export const PeopleIcon = createStyledIcon(
OrigPeopleIcon,
'PeopleIcon'
);
export const CalendarIcon = createStyledIcon(
OrigCalendarIcon,
'CalendarIcon'
);
export const ExpanderDownIcon = createStyledIcon(
OrigExpanderDownIcon,
'ExpanderDownIcon'
);
export const ExpanderRightIcon = createStyledIcon(
OrigExpanderRightIcon,
'ExpanderRight'
);
export const RotateIcon = createStyledIcon(
OrigRotateIcon,
'RotateIcon'
);
export const UploadIcon = createStyledIcon(
OrigUploadIcon,
'UploadIcon'
);
export const GuestIcon = createStyledIcon(
OrigGuestIcon,
'GuestIcon'
);
export const AdministratorIcon = createStyledIcon(
OrigAdministratorIcon,
'AdministratorIcon'
);
export const OwnerIcon = createStyledIcon(
OrigOwnerIcon,
'OwnerIcon'
);
export const VerticalDotsIcon = createStyledIcon(
OrigVerticalDotsIcon,
'VerticalDotsIcon'
);
export const CheckedIcon = createStyledIcon(
OrigCheckedIcon,
'CheckedIcon'
);
export const IndeterminateIcon = createStyledIcon(
OrigIndeterminateIcon,
'IndeterminateIcon'
);
export const CloudServicesGoogleDriveIcon = createStyledIcon(
OrigCloudServicesGoogleDriveIcon,
'CloudServicesGoogleDriveIcon'
);
export const CloudServicesDropboxIcon = createStyledIcon(
OrigCloudServicesDropboxIcon,
'CloudServicesDropboxIcon'
);
export const HorizontalDotsIcon = createStyledIcon(
OrigHorizontalDotsIcon,
'HorizontalDotsIcon'
);
export const CloudServicesOneDriveIcon = createStyledIcon(
OrigCloudServicesOneDriveIcon,
'CloudServicesOneDriveIcon'
);
export const CloudServicesBoxIcon = createStyledIcon(
OrigCloudServicesBoxIcon,
'CloudServicesBoxIcon'
);
export const CloudServicesNextcloudIcon = createStyledIcon(
OrigCloudServicesNextcloudIcon,
'CloudServicesNextcloudIcon'
);
export const CommunityIcon = createStyledIcon(
OrigCommunityIcon,
'CommunityIcon'
);
export const AppsIcon = createStyledIcon(
OrigAppsIcon,
'AppsIcon'
);
export const CalendarCheckedIcon = createStyledIcon(
OrigCalendarCheckedIcon,
'CalendarCheckedIcon'
);
export const CrmIcon = createStyledIcon(
OrigCrmIcon,
'CrmIcon'
);
export const DocumentsIcon = createStyledIcon(
OrigDocumentsIcon,
'DocumentsIcon'
);
export const CatalogSharedIcon = createStyledIcon(
OrigCatalogSharedIcon,
'CatalogSharedIcon'
);
export const MailIcon = createStyledIcon(
OrigMailIcon,
'MailIcon'
);
export const MoneyIcon = createStyledIcon(
OrigMoneyIcon,
'MoneyIcon'
);
export const ProjectsIcon = createStyledIcon(
OrigProjectsIcon,
'ProjectsIcon'
);
export const SearchIcon = createStyledIcon(
OrigSearchIcon,
'SearchIcon'
);
export const SettingsIcon = createStyledIcon(
OrigSettingsIcon,
'SettingsIcon'
);
export const ProjectDocumentsUpIcon = createStyledIcon(
OrigProjectDocumentsUpIcon,
'ProjectDocumentsUpIcon'
);
export const ProjectsTemplatesIcon = createStyledIcon(
OrigProjectsTemplatesIcon,
'ProjectsTemplatesIcon'
);
export const ItemPausedIcon = createStyledIcon(
OrigItemPausedIcon,
'ItemPausedIcon'
);
export const ProjectsTasksIcon = createStyledIcon(
OrigProjectsTasksIcon,
'ProjectsTasksIcon'
);
export const ActionsReportsIcon = createStyledIcon(
OrigActionsReportsIcon,
'ActionsReportsIcon'
);
export const ProjectsMilestoneIcon = createStyledIcon(
OrigProjectsMilestoneIcon,
'ProjectsMilestoneIcon'
);
export const ItemActiveIcon = createStyledIcon(
OrigItemActiveIcon,
'ItemActiveIcon'
);
export const DownloadIcon = createStyledIcon(
OrigDownloadIcon,
'DownloadIcon'
);
export const CatalogPortfolioIcon = createStyledIcon(
OrigCatalogPortfolioIcon,
'CatalogPortfolioIcon'
);
export const ActionsDocumentsIcon = createStyledIcon(
OrigActionsDocumentsIcon,
'ActionsDocumentsIcon'
);
export const AccessEditIcon = createStyledIcon(
OrigAccessEditIcon,
'AccessEditIcon'
);
export const CatalogFolderIcon = createStyledIcon(
OrigCatalogFolderIcon,
'CatalogFolderIcon'
);
export const CreateFolderIcon = createStyledIcon(
OrigCreateFolderIcon,
'CreateFolderIcon'
);
export const CatalogUnpinIcon = createStyledIcon(
OrigCatalogUnpinIcon,
'CatalogUnpinIcon'
);
export const CatalogUserIcon = createStyledIcon(
OrigCatalogUserIcon,
'CatalogUserIcon'
);
export const ProjectsTimeTrackingIcon = createStyledIcon(
OrigProjectsTimeTrackingIcon,
'ProjectsTimeTrackingIcon'
);
export const ActionsUploadIcon = createStyledIcon(
OrigActionsUploadIcon,
'ActionsUploadIcon'
);
export const CameraIcon = createStyledIcon(
OrigCameraIcon,
'CameraIcon'
);
export const CatalogArchiveIcon = createStyledIcon(
OrigCatalogArchiveIcon,
'CatalogArchiveIcon'
);
export const CatalogDepartmentsIcon = createStyledIcon(
OrigCatalogDepartmentsIcon,
'CatalogDepartmentsIcon'
);
export const CatalogInboxIcon = createStyledIcon(
OrigCatalogInboxIcon,
'CatalogInboxIcon'
);
export const CatalogSentIcon = createStyledIcon(
OrigCatalogSentIcon,
'CatalogSentIcon'
);
export const PlaneIcon = createStyledIcon(
OrigPlaneIcon,
'PlaneIcon'
);
export const CatalogSpamIcon = createStyledIcon(
OrigCatalogSpamIcon,
'CatalogSpamIcon'
);
export const ActionsSpreadsheetIcon = createStyledIcon(
OrigActionsSpreadsheetIcon,
'ActionsSpreadsheetIcon'
);
export const CatalogEmployeeIcon = createStyledIcon(
OrigCatalogEmployeeIcon,
'CatalogEmployeeIcon'
);
export const CatalogGuestIcon = createStyledIcon(
OrigCatalogGuestIcon,
'CatalogGuestIcon'
);
export const InvitationLinkIcon = createStyledIcon(
OrigInvitationLinkIcon,
'InvitationLinkIcon'
);
export const AlertIcon = createStyledIcon(
OrigAlertIcon,
'AlertIcon'
);
export const ImportIcon = createStyledIcon(
OrigImportIcon,
'ImportIcon'
);
export const CatalogPinIcon = createStyledIcon(
OrigCatalogPinIcon,
'CatalogPinIcon'
);
export const CopyIcon = createStyledIcon(
OrigCopyIcon,
'CopyIcon'
);
export const ShareEmailIcon = createStyledIcon(
OrigShareEmailIcon,
'ShareEmailIcon'
);
export const ShareGooglePlusIcon = createStyledIcon(
OrigShareGooglePlusIcon,
'ShareGooglePlusIcon'
);
export const SendClockIcon = createStyledIcon(
OrigSendClockIcon,
'SendClockIcon'
);
export const ShareFacebookIcon = createStyledIcon(
OrigShareFacebookIcon,
'ShareFacebookIcon'
);
export const ShareTwitterIcon = createStyledIcon(
OrigShareTwitterIcon,
'ShareTwitterIcon'
);
export const AccessNoneIcon = createStyledIcon(
OrigAccessNoneIcon,
'AccessNoneIcon'
);
export const TimeTrackingNotBilledIcon = createStyledIcon(
OrigTimeTrackingNotBilledIcon,
'TimeTrackingNotBilledIcon'
);
export const AccessFormIcon = createStyledIcon(
OrigAccessFormIcon,
'AccessFormIcon'
);
export const AccessReviewIcon = createStyledIcon(
OrigAccessReviewIcon,
'AccessReviewIcon'
);
export const AccessCommentIcon = createStyledIcon(
OrigAccessCommentIcon,
'AccessCommentIcon'
);
export const ProjectsDiscussionsIcon = createStyledIcon(
OrigProjectsDiscussionsIcon,
'ProjectsDiscussionsIcon'
);
export const GanttChartIcon = createStyledIcon(
OrigGanttChartIcon,
'GanttChartIcon'
);
export const CatalogTagIcon = createStyledIcon(
OrigCatalogTagIcon,
'CatalogTagIcon'
);
export const CatalogAccountsIcon = createStyledIcon(
OrigCatalogAccountsIcon,
'CatalogAccountsIcon'
);
export const CatalogContactsIcon = createStyledIcon(
OrigCatalogContactsIcon,
'CatalogContactsIcon'
);
export const ActionsPresentationIcon = createStyledIcon(
OrigActionsPresentationIcon,
'ActionsPresentationIcon'
);
export const CatalogTrashIcon = createStyledIcon(
OrigCatalogTrashIcon,
'CatalogTrashIcon'
);
export const RemoveIcon = createStyledIcon(
OrigRemoveIcon,
'RemoveIcon'
);
export const CatalogQuestionIcon = createStyledIcon(
OrigCatalogQuestionIcon,
'CatalogQuestionIcon'
);
export const ArrowContentIcon = createStyledIcon(
OrigArrowContentIcon,
'ArrowContentIcon'
);
export const PhoneIcon = createStyledIcon(
OrigPhoneIcon,
'PhoneIcon'
);
export const MobileIcon = createStyledIcon(
OrigMobileIcon,
'MobileIcon'
);
export const GmailIcon = createStyledIcon(
OrigGmailIcon,
'GmailIcon'
);
export const GoogleIcon = createStyledIcon(
OrigGoogleIcon,
'GoogleIcon'
);
export const GoogleSquareIcon = createStyledIcon(
OrigGoogleSquareIcon,
'GoogleSquareIcon'
);
export const StarIcon = createStyledIcon(
OrigStarIcon,
'StarIcon'
);
export const SkypeIcon = createStyledIcon(
OrigSkypeIcon,
'SkypeIcon'
);
export const WindowsMsnIcon = createStyledIcon(
OrigWindowsMsnIcon,
'WindowsMsnIcon'
);
export const IcqIcon = createStyledIcon(
OrigIcqIcon,
'IcqIcon'
);
export const JabberIcon = createStyledIcon(
OrigJabberIcon,
'JabberIcon'
);
export const AimIcon = createStyledIcon(
OrigAimIcon,
'AimIcon'
);
export const LivejournalIcon = createStyledIcon(
OrigLivejournalIcon,
'LivejournalIcon'
);
export const MyspaceIcon = createStyledIcon(
OrigMyspaceIcon,
'MyspaceIcon'
);
export const BloggerIcon = createStyledIcon(
OrigBloggerIcon,
'BloggerIcon'
);
export const YahooIcon = createStyledIcon(
OrigYahooIcon,
'YahooIcon'
);
export const CalendarEmptyIcon = createStyledIcon(
OrigCalendarEmptyIcon,
'CalendarEmptyIcon'
);
export const RefreshIcon = createStyledIcon(
OrigRefreshIcon,
'RefreshIcon'
);
export const ForwardIcon = createStyledIcon(
OrigForwardIcon,
'ForwardIcon'
);
export const FileActionsLockedIcon = createStyledIcon(
OrigFileActionsLockedIcon,
'FileActionsLockedIcon'
);