@auth0/quantum-product 1.7.0 → 1.9.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/alert/alert.js +2 -2
- package/copy-button/copy-button.d.ts +4 -1
- package/copy-button/copy-button.js +3 -27
- package/data-table/data-table-row.js +1 -1
- package/description-block/description-block.js +1 -1
- package/dialog/dialog-title/dialog-title.js +1 -1
- package/esm/alert/alert.js +3 -3
- package/esm/copy-button/copy-button.js +3 -27
- package/esm/data-table/data-table-row.js +1 -1
- package/esm/description-block/description-block.js +1 -1
- package/esm/dialog/dialog-title/dialog-title.js +1 -1
- package/esm/field-set/field-set-classes.js +1 -0
- package/esm/field-set/field-set.js +12 -2
- package/esm/floating-panel/floating-panel.js +1 -1
- package/esm/foundations/token-tables.js +3 -3
- package/esm/icon/index.js +381 -34
- package/esm/icon-button/icon-button.js +8 -4
- package/esm/label/label.js +35 -1
- package/esm/page/page-header/page-header-classes.js +1 -0
- package/esm/page/page-header/page-header.js +11 -2
- package/esm/pagination/pager/pager.js +2 -2
- package/esm/panel/panel/panel.js +1 -1
- package/esm/panel/panel-header/panel-header.js +4 -1
- package/esm/select/select.js +1 -1
- package/esm/sidebar/sidebar-link/sidebar-link.js +16 -23
- package/esm/tabs/tab/tab.js +13 -2
- package/field-set/field-set-classes.d.ts +1 -1
- package/field-set/field-set-classes.js +1 -0
- package/field-set/field-set.d.ts +5 -4
- package/field-set/field-set.js +12 -2
- package/floating-panel/floating-panel.js +1 -1
- package/foundations/token-tables.js +2 -2
- package/icon/index.d.ts +366 -34
- package/icon/index.js +400 -68
- package/icon-button/icon-button.d.ts +5 -0
- package/icon-button/icon-button.js +9 -5
- package/label/label.d.ts +11 -2
- package/label/label.js +58 -1
- package/package.json +3 -3
- package/page/page-header/page-header-classes.d.ts +1 -1
- package/page/page-header/page-header-classes.js +1 -0
- package/page/page-header/page-header.d.ts +3 -1
- package/page/page-header/page-header.js +11 -2
- package/pagination/pager/pager.js +2 -2
- package/panel/panel/panel.js +1 -1
- package/panel/panel-header/panel-header.js +4 -1
- package/select/select.js +1 -1
- package/sidebar/sidebar-link/sidebar-link.d.ts +5 -2
- package/sidebar/sidebar-link/sidebar-link.js +16 -23
- package/tabs/tab/tab.d.ts +6 -2
- package/tabs/tab/tab.js +13 -2
- package/esm/icon/apis.js +0 -34
- package/esm/icon/application-plus.js +0 -30
- package/esm/icon/arrows-h.js +0 -31
- package/esm/icon/border-pill.js +0 -29
- package/esm/icon/border-rounded.js +0 -29
- package/esm/icon/border-sharp.js +0 -29
- package/esm/icon/bot.js +0 -33
- package/esm/icon/browsers.js +0 -32
- package/esm/icon/bug.js +0 -38
- package/esm/icon/building.js +0 -30
- package/esm/icon/cash.js +0 -29
- package/esm/icon/clipboard-check.js +0 -31
- package/esm/icon/enterprise.js +0 -29
- package/esm/icon/feather-icons.js +0 -294
- package/esm/icon/folder-cancel.js +0 -30
- package/esm/icon/font.js +0 -29
- package/esm/icon/help.js +0 -29
- package/esm/icon/hooks.js +0 -34
- package/esm/icon/hosted-pages.js +0 -33
- package/esm/icon/id-tag.js +0 -34
- package/esm/icon/integration.js +0 -33
- package/esm/icon/layout-bottom.js +0 -29
- package/esm/icon/layout-center.js +0 -29
- package/esm/icon/layout-left.js +0 -29
- package/esm/icon/layout-right.js +0 -29
- package/esm/icon/layout-top.js +0 -29
- package/esm/icon/megaphone.js +0 -30
- package/esm/icon/page-background.js +0 -30
- package/esm/icon/paint-brush.js +0 -29
- package/esm/icon/paint.js +0 -29
- package/esm/icon/recovery-code.js +0 -30
- package/esm/icon/web-authn.js +0 -29
- package/esm/icon/webauthn-platform.js +0 -29
- package/esm/icon/widget.js +0 -29
- package/icon/apis.d.ts +0 -2
- package/icon/apis.js +0 -61
- package/icon/application-plus.d.ts +0 -2
- package/icon/application-plus.js +0 -57
- package/icon/arrows-h.d.ts +0 -2
- package/icon/arrows-h.js +0 -58
- package/icon/border-pill.d.ts +0 -2
- package/icon/border-pill.js +0 -56
- package/icon/border-rounded.d.ts +0 -2
- package/icon/border-rounded.js +0 -56
- package/icon/border-sharp.d.ts +0 -2
- package/icon/border-sharp.js +0 -56
- package/icon/bot.d.ts +0 -2
- package/icon/bot.js +0 -60
- package/icon/browsers.d.ts +0 -2
- package/icon/browsers.js +0 -59
- package/icon/bug.d.ts +0 -2
- package/icon/bug.js +0 -65
- package/icon/building.d.ts +0 -2
- package/icon/building.js +0 -57
- package/icon/cash.d.ts +0 -2
- package/icon/cash.js +0 -56
- package/icon/clipboard-check.d.ts +0 -2
- package/icon/clipboard-check.js +0 -58
- package/icon/enterprise.d.ts +0 -2
- package/icon/enterprise.js +0 -56
- package/icon/feather-icons.d.ts +0 -284
- package/icon/feather-icons.js +0 -302
- package/icon/folder-cancel.d.ts +0 -2
- package/icon/folder-cancel.js +0 -57
- package/icon/font.d.ts +0 -2
- package/icon/font.js +0 -56
- package/icon/help.d.ts +0 -2
- package/icon/help.js +0 -56
- package/icon/hooks.d.ts +0 -2
- package/icon/hooks.js +0 -61
- package/icon/hosted-pages.d.ts +0 -2
- package/icon/hosted-pages.js +0 -60
- package/icon/id-tag.d.ts +0 -2
- package/icon/id-tag.js +0 -61
- package/icon/integration.d.ts +0 -2
- package/icon/integration.js +0 -60
- package/icon/layout-bottom.d.ts +0 -2
- package/icon/layout-bottom.js +0 -56
- package/icon/layout-center.d.ts +0 -2
- package/icon/layout-center.js +0 -56
- package/icon/layout-left.d.ts +0 -2
- package/icon/layout-left.js +0 -56
- package/icon/layout-right.d.ts +0 -2
- package/icon/layout-right.js +0 -56
- package/icon/layout-top.d.ts +0 -2
- package/icon/layout-top.js +0 -56
- package/icon/megaphone.d.ts +0 -2
- package/icon/megaphone.js +0 -57
- package/icon/page-background.d.ts +0 -2
- package/icon/page-background.js +0 -57
- package/icon/paint-brush.d.ts +0 -2
- package/icon/paint-brush.js +0 -56
- package/icon/paint.d.ts +0 -2
- package/icon/paint.js +0 -56
- package/icon/recovery-code.d.ts +0 -2
- package/icon/recovery-code.js +0 -57
- package/icon/web-authn.d.ts +0 -2
- package/icon/web-authn.js +0 -56
- package/icon/webauthn-platform.d.ts +0 -2
- package/icon/webauthn-platform.js +0 -56
- package/icon/widget.d.ts +0 -2
- package/icon/widget.js +0 -56
package/icon/feather-icons.js
DELETED
|
@@ -1,302 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ChevronsDownIcon = exports.ChevronRightIcon = exports.ChevronLeftIcon = exports.ChevronDownIcon = exports.CheckSquareIcon = exports.CheckCircleIcon = exports.CheckIcon = exports.CastIcon = exports.CameraOffIcon = exports.CameraIcon = exports.CalendarIcon = exports.BriefcaseIcon = exports.BoxIcon = exports.BookOpenIcon = exports.BookmarkIcon = exports.BookIcon = exports.BoldIcon = exports.BluetoothIcon = exports.BellOffIcon = exports.BellIcon = exports.BatteryChargingIcon = exports.BatteryIcon = exports.BarChart2Icon = exports.BarChartIcon = exports.AwardIcon = exports.AtSignIcon = exports.ArrowUpRightIcon = exports.ArrowUpLeftIcon = exports.ArrowUpCircleIcon = exports.ArrowUpIcon = exports.ArrowRightCircleIcon = exports.ArrowRightIcon = exports.ArrowLeftCircleIcon = exports.ArrowLeftIcon = exports.ArrowDownRightIcon = exports.ArrowDownLeftIcon = exports.ArrowDownCircleIcon = exports.ArrowDownIcon = exports.ArchiveIcon = exports.ApertureIcon = exports.AnchorIcon = exports.AlignRightIcon = exports.AlignLeftIcon = exports.AlignJustifyIcon = exports.AlignCenterIcon = exports.AlertTriangleIcon = exports.AlertOctagonIcon = exports.AlertCircleIcon = exports.AirplayIcon = exports.ActivityIcon = void 0;
|
|
4
|
-
exports.FacebookIcon = exports.EyeOffIcon = exports.EyeIcon = exports.ExternalLinkIcon = exports.EditIcon = exports.DropletIcon = exports.DribbbleIcon = exports.DownloadCloudIcon = exports.DownloadIcon = exports.DollarSignIcon = exports.DivideSquareIcon = exports.DivideCircleIcon = exports.DivideIcon = exports.DiscIcon = exports.DeleteIcon = exports.DatabaseIcon = exports.CrosshairIcon = exports.CropIcon = exports.CreditCardIcon = exports.CpuIcon = exports.CornerUpRightIcon = exports.CornerUpLeftIcon = exports.CornerRightUpIcon = exports.CornerRightDownIcon = exports.CornerLeftUpIcon = exports.CornerLeftDownIcon = exports.CornerDownRightIcon = exports.CornerDownLeftIcon = exports.CopyIcon = exports.CompassIcon = exports.CommandIcon = exports.ColumnsIcon = exports.CoffeeIcon = exports.CodesandboxIcon = exports.CodepenIcon = exports.CodeIcon = exports.CloudSnowIcon = exports.CloudRainIcon = exports.CloudOffIcon = exports.CloudLightningIcon = exports.CloudDrizzleIcon = exports.CloudIcon = exports.ClockIcon = exports.ClipboardIcon = exports.CircleIcon = exports.ChromeIcon = exports.ChevronUpIcon = exports.ChevronsUpIcon = exports.ChevronsRightIcon = exports.ChevronsLeftIcon = void 0;
|
|
5
|
-
exports.MapIcon = exports.MailIcon = exports.LogOutIcon = exports.LogInIcon = exports.LockIcon = exports.LoaderIcon = exports.ListIcon = exports.LinkedinIcon = exports.Link2Icon = exports.LinkIcon = exports.LifeBuoyIcon = exports.LayoutIcon = exports.LayersIcon = exports.KeyIcon = exports.ItalicIcon = exports.InstagramIcon = exports.InfoIcon = exports.InboxIcon = exports.ImageIcon = exports.HomeIcon = exports.HexagonIcon = exports.HelpCircleIcon = exports.HeartIcon = exports.HeadphonesIcon = exports.HashIcon = exports.HardDriveIcon = exports.GridIcon = exports.GlobeIcon = exports.GitPullRequestIcon = exports.GitMergeIcon = exports.GitlabIcon = exports.GitHubIcon = exports.GitCommitIcon = exports.GitBranchIcon = exports.GiftIcon = exports.FrownIcon = exports.FramerIcon = exports.FolderPlusIcon = exports.FolderMinusIcon = exports.FolderIcon = exports.FlagIcon = exports.FilterIcon = exports.FilmIcon = exports.FileTextIcon = exports.FilePlusIcon = exports.FileMinusIcon = exports.FileIcon = exports.FigmaIcon = exports.FeatherIcon = exports.FastForwardIcon = void 0;
|
|
6
|
-
exports.RepeatIcon = exports.RefreshCwIcon = exports.RefreshCcwIcon = exports.RadioIcon = exports.PrinterIcon = exports.PowerIcon = exports.PocketIcon = exports.PlusSquareIcon = exports.PlusCircleIcon = exports.PlusIcon = exports.PlayCircleIcon = exports.PlayIcon = exports.PieChartIcon = exports.PhoneOutgoingIcon = exports.PhoneOffIcon = exports.PhoneMissedIcon = exports.PhoneIncomingIcon = exports.PhoneForwardedIcon = exports.PhoneCallIcon = exports.PhoneIcon = exports.PercentIcon = exports.PenToolIcon = exports.PauseCircleIcon = exports.PauseIcon = exports.PaperclipIcon = exports.PackageIcon = exports.OctagonIcon = exports.Navigation2Icon = exports.NavigationIcon = exports.MusicIcon = exports.MoveIcon = exports.MousePointerIcon = exports.MoreVerticalIcon = exports.MoreHorizontalIcon = exports.MoonIcon = exports.MonitorIcon = exports.MinusSquareIcon = exports.MinusCircleIcon = exports.MinusIcon = exports.Minimize2Icon = exports.MinimizeIcon = exports.MicOffIcon = exports.MicIcon = exports.MessageSquareIcon = exports.MessageCircleIcon = exports.MenuIcon = exports.MehIcon = exports.Maximize2Icon = exports.MaximizeIcon = exports.MapPinIcon = void 0;
|
|
7
|
-
exports.TvIcon = exports.TruckIcon = exports.TriangleIcon = exports.TrendingUpIcon = exports.TrendingDownIcon = exports.TrelloIcon = exports.TrashIcon = exports.ToolIcon = exports.ToggleRightIcon = exports.ToggleLeftIcon = exports.ThumbsUpIcon = exports.ThumbsDownIcon = exports.ThermometerIcon = exports.TerminalIcon = exports.TargetIcon = exports.TagIcon = exports.TabletIcon = exports.TableIcon = exports.SunsetIcon = exports.SunriseIcon = exports.SunIcon = exports.StopCircleIcon = exports.StarIcon = exports.SquareIcon = exports.SpeakerIcon = exports.SmileIcon = exports.SmartphoneIcon = exports.SlidersIcon = exports.SlashIcon = exports.SlackIcon = exports.SkipForwardIcon = exports.SkipBackIcon = exports.SidebarIcon = exports.ShuffleIcon = exports.ShoppingCartIcon = exports.ShoppingBagIcon = exports.ShieldOffIcon = exports.ShieldIcon = exports.Share2Icon = exports.ShareIcon = exports.SettingsIcon = exports.ServerIcon = exports.SendIcon = exports.SearchIcon = exports.ScissorsIcon = exports.SaveIcon = exports.RssIcon = exports.RotateCwIcon = exports.RotateCcwIcon = exports.RewindIcon = void 0;
|
|
8
|
-
exports.ZoomOutIcon = exports.ZoomInIcon = exports.ZapOffIcon = exports.ZapIcon = exports.YoutubeIcon = exports.XSquareIcon = exports.XOctagonIcon = exports.XCircleIcon = exports.XIcon = exports.WindIcon = exports.WifiOffIcon = exports.WifiIcon = exports.WatchIcon = exports.VolumeXIcon = exports.Volume2Icon = exports.Volume1Icon = exports.VolumeIcon = exports.VoicemailIcon = exports.VideoOffIcon = exports.VideoIcon = exports.UserXIcon = exports.UsersIcon = exports.UserPlusIcon = exports.UserMinusIcon = exports.UserCheckIcon = exports.UserIcon = exports.UploadCloudIcon = exports.UploadIcon = exports.UnlockIcon = exports.UnderlineIcon = exports.UmbrellaIcon = exports.TypeIcon = exports.TwitterIcon = exports.TwitchIcon = void 0;
|
|
9
|
-
var react_feather_1 = require("react-feather");
|
|
10
|
-
var styled_1 = require("../styled");
|
|
11
|
-
function wrapFeatherIcon(FeatherIconComponent) {
|
|
12
|
-
var StyledFeatherIconComponent = (0, styled_1.styled)(FeatherIconComponent)({});
|
|
13
|
-
StyledFeatherIconComponent.defaultProps = {
|
|
14
|
-
size: '1em',
|
|
15
|
-
color: 'currentColor',
|
|
16
|
-
};
|
|
17
|
-
return StyledFeatherIconComponent;
|
|
18
|
-
}
|
|
19
|
-
exports.ActivityIcon = wrapFeatherIcon(react_feather_1.Activity);
|
|
20
|
-
exports.AirplayIcon = wrapFeatherIcon(react_feather_1.Airplay);
|
|
21
|
-
exports.AlertCircleIcon = wrapFeatherIcon(react_feather_1.AlertCircle);
|
|
22
|
-
exports.AlertOctagonIcon = wrapFeatherIcon(react_feather_1.AlertOctagon);
|
|
23
|
-
exports.AlertTriangleIcon = wrapFeatherIcon(react_feather_1.AlertTriangle);
|
|
24
|
-
exports.AlignCenterIcon = wrapFeatherIcon(react_feather_1.AlignCenter);
|
|
25
|
-
exports.AlignJustifyIcon = wrapFeatherIcon(react_feather_1.AlignJustify);
|
|
26
|
-
exports.AlignLeftIcon = wrapFeatherIcon(react_feather_1.AlignLeft);
|
|
27
|
-
exports.AlignRightIcon = wrapFeatherIcon(react_feather_1.AlignRight);
|
|
28
|
-
exports.AnchorIcon = wrapFeatherIcon(react_feather_1.Anchor);
|
|
29
|
-
exports.ApertureIcon = wrapFeatherIcon(react_feather_1.Aperture);
|
|
30
|
-
exports.ArchiveIcon = wrapFeatherIcon(react_feather_1.Archive);
|
|
31
|
-
exports.ArrowDownIcon = wrapFeatherIcon(react_feather_1.ArrowDown);
|
|
32
|
-
exports.ArrowDownCircleIcon = wrapFeatherIcon(react_feather_1.ArrowDownCircle);
|
|
33
|
-
exports.ArrowDownLeftIcon = wrapFeatherIcon(react_feather_1.ArrowDownLeft);
|
|
34
|
-
exports.ArrowDownRightIcon = wrapFeatherIcon(react_feather_1.ArrowDownRight);
|
|
35
|
-
exports.ArrowLeftIcon = wrapFeatherIcon(react_feather_1.ArrowLeft);
|
|
36
|
-
exports.ArrowLeftCircleIcon = wrapFeatherIcon(react_feather_1.ArrowLeftCircle);
|
|
37
|
-
exports.ArrowRightIcon = wrapFeatherIcon(react_feather_1.ArrowRight);
|
|
38
|
-
exports.ArrowRightCircleIcon = wrapFeatherIcon(react_feather_1.ArrowRightCircle);
|
|
39
|
-
exports.ArrowUpIcon = wrapFeatherIcon(react_feather_1.ArrowUp);
|
|
40
|
-
exports.ArrowUpCircleIcon = wrapFeatherIcon(react_feather_1.ArrowUpCircle);
|
|
41
|
-
exports.ArrowUpLeftIcon = wrapFeatherIcon(react_feather_1.ArrowUpLeft);
|
|
42
|
-
exports.ArrowUpRightIcon = wrapFeatherIcon(react_feather_1.ArrowUpRight);
|
|
43
|
-
exports.AtSignIcon = wrapFeatherIcon(react_feather_1.AtSign);
|
|
44
|
-
exports.AwardIcon = wrapFeatherIcon(react_feather_1.Award);
|
|
45
|
-
exports.BarChartIcon = wrapFeatherIcon(react_feather_1.BarChart);
|
|
46
|
-
exports.BarChart2Icon = wrapFeatherIcon(react_feather_1.BarChart2);
|
|
47
|
-
exports.BatteryIcon = wrapFeatherIcon(react_feather_1.Battery);
|
|
48
|
-
exports.BatteryChargingIcon = wrapFeatherIcon(react_feather_1.BatteryCharging);
|
|
49
|
-
exports.BellIcon = wrapFeatherIcon(react_feather_1.Bell);
|
|
50
|
-
exports.BellOffIcon = wrapFeatherIcon(react_feather_1.BellOff);
|
|
51
|
-
exports.BluetoothIcon = wrapFeatherIcon(react_feather_1.Bluetooth);
|
|
52
|
-
exports.BoldIcon = wrapFeatherIcon(react_feather_1.Bold);
|
|
53
|
-
exports.BookIcon = wrapFeatherIcon(react_feather_1.Book);
|
|
54
|
-
exports.BookmarkIcon = wrapFeatherIcon(react_feather_1.Bookmark);
|
|
55
|
-
exports.BookOpenIcon = wrapFeatherIcon(react_feather_1.BookOpen);
|
|
56
|
-
exports.BoxIcon = wrapFeatherIcon(react_feather_1.Box);
|
|
57
|
-
exports.BriefcaseIcon = wrapFeatherIcon(react_feather_1.Briefcase);
|
|
58
|
-
exports.CalendarIcon = wrapFeatherIcon(react_feather_1.Calendar);
|
|
59
|
-
exports.CameraIcon = wrapFeatherIcon(react_feather_1.Camera);
|
|
60
|
-
exports.CameraOffIcon = wrapFeatherIcon(react_feather_1.CameraOff);
|
|
61
|
-
exports.CastIcon = wrapFeatherIcon(react_feather_1.Cast);
|
|
62
|
-
exports.CheckIcon = wrapFeatherIcon(react_feather_1.Check);
|
|
63
|
-
exports.CheckCircleIcon = wrapFeatherIcon(react_feather_1.CheckCircle);
|
|
64
|
-
exports.CheckSquareIcon = wrapFeatherIcon(react_feather_1.CheckSquare);
|
|
65
|
-
exports.ChevronDownIcon = wrapFeatherIcon(react_feather_1.ChevronDown);
|
|
66
|
-
exports.ChevronLeftIcon = wrapFeatherIcon(react_feather_1.ChevronLeft);
|
|
67
|
-
exports.ChevronRightIcon = wrapFeatherIcon(react_feather_1.ChevronRight);
|
|
68
|
-
exports.ChevronsDownIcon = wrapFeatherIcon(react_feather_1.ChevronsDown);
|
|
69
|
-
exports.ChevronsLeftIcon = wrapFeatherIcon(react_feather_1.ChevronsLeft);
|
|
70
|
-
exports.ChevronsRightIcon = wrapFeatherIcon(react_feather_1.ChevronsRight);
|
|
71
|
-
exports.ChevronsUpIcon = wrapFeatherIcon(react_feather_1.ChevronsUp);
|
|
72
|
-
exports.ChevronUpIcon = wrapFeatherIcon(react_feather_1.ChevronUp);
|
|
73
|
-
exports.ChromeIcon = wrapFeatherIcon(react_feather_1.Chrome);
|
|
74
|
-
exports.CircleIcon = wrapFeatherIcon(react_feather_1.Circle);
|
|
75
|
-
exports.ClipboardIcon = wrapFeatherIcon(react_feather_1.Clipboard);
|
|
76
|
-
exports.ClockIcon = wrapFeatherIcon(react_feather_1.Clock);
|
|
77
|
-
exports.CloudIcon = wrapFeatherIcon(react_feather_1.Cloud);
|
|
78
|
-
exports.CloudDrizzleIcon = wrapFeatherIcon(react_feather_1.CloudDrizzle);
|
|
79
|
-
exports.CloudLightningIcon = wrapFeatherIcon(react_feather_1.CloudLightning);
|
|
80
|
-
exports.CloudOffIcon = wrapFeatherIcon(react_feather_1.CloudOff);
|
|
81
|
-
exports.CloudRainIcon = wrapFeatherIcon(react_feather_1.CloudRain);
|
|
82
|
-
exports.CloudSnowIcon = wrapFeatherIcon(react_feather_1.CloudSnow);
|
|
83
|
-
exports.CodeIcon = wrapFeatherIcon(react_feather_1.Code);
|
|
84
|
-
exports.CodepenIcon = wrapFeatherIcon(react_feather_1.Codepen);
|
|
85
|
-
exports.CodesandboxIcon = wrapFeatherIcon(react_feather_1.Codesandbox);
|
|
86
|
-
exports.CoffeeIcon = wrapFeatherIcon(react_feather_1.Coffee);
|
|
87
|
-
exports.ColumnsIcon = wrapFeatherIcon(react_feather_1.Columns);
|
|
88
|
-
exports.CommandIcon = wrapFeatherIcon(react_feather_1.Command);
|
|
89
|
-
exports.CompassIcon = wrapFeatherIcon(react_feather_1.Compass);
|
|
90
|
-
exports.CopyIcon = wrapFeatherIcon(react_feather_1.Copy);
|
|
91
|
-
exports.CornerDownLeftIcon = wrapFeatherIcon(react_feather_1.CornerDownLeft);
|
|
92
|
-
exports.CornerDownRightIcon = wrapFeatherIcon(react_feather_1.CornerDownRight);
|
|
93
|
-
exports.CornerLeftDownIcon = wrapFeatherIcon(react_feather_1.CornerLeftDown);
|
|
94
|
-
exports.CornerLeftUpIcon = wrapFeatherIcon(react_feather_1.CornerLeftUp);
|
|
95
|
-
exports.CornerRightDownIcon = wrapFeatherIcon(react_feather_1.CornerRightDown);
|
|
96
|
-
exports.CornerRightUpIcon = wrapFeatherIcon(react_feather_1.CornerRightUp);
|
|
97
|
-
exports.CornerUpLeftIcon = wrapFeatherIcon(react_feather_1.CornerUpLeft);
|
|
98
|
-
exports.CornerUpRightIcon = wrapFeatherIcon(react_feather_1.CornerUpRight);
|
|
99
|
-
exports.CpuIcon = wrapFeatherIcon(react_feather_1.Cpu);
|
|
100
|
-
exports.CreditCardIcon = wrapFeatherIcon(react_feather_1.CreditCard);
|
|
101
|
-
exports.CropIcon = wrapFeatherIcon(react_feather_1.Crop);
|
|
102
|
-
exports.CrosshairIcon = wrapFeatherIcon(react_feather_1.Crosshair);
|
|
103
|
-
exports.DatabaseIcon = wrapFeatherIcon(react_feather_1.Database);
|
|
104
|
-
exports.DeleteIcon = wrapFeatherIcon(react_feather_1.Delete);
|
|
105
|
-
exports.DiscIcon = wrapFeatherIcon(react_feather_1.Disc);
|
|
106
|
-
exports.DivideIcon = wrapFeatherIcon(react_feather_1.Divide);
|
|
107
|
-
exports.DivideCircleIcon = wrapFeatherIcon(react_feather_1.DivideCircle);
|
|
108
|
-
exports.DivideSquareIcon = wrapFeatherIcon(react_feather_1.DivideSquare);
|
|
109
|
-
exports.DollarSignIcon = wrapFeatherIcon(react_feather_1.DollarSign);
|
|
110
|
-
exports.DownloadIcon = wrapFeatherIcon(react_feather_1.Download);
|
|
111
|
-
exports.DownloadCloudIcon = wrapFeatherIcon(react_feather_1.DownloadCloud);
|
|
112
|
-
exports.DribbbleIcon = wrapFeatherIcon(react_feather_1.Dribbble);
|
|
113
|
-
exports.DropletIcon = wrapFeatherIcon(react_feather_1.Droplet);
|
|
114
|
-
exports.EditIcon = wrapFeatherIcon(react_feather_1.Edit3);
|
|
115
|
-
exports.ExternalLinkIcon = wrapFeatherIcon(react_feather_1.ExternalLink);
|
|
116
|
-
exports.EyeIcon = wrapFeatherIcon(react_feather_1.Eye);
|
|
117
|
-
exports.EyeOffIcon = wrapFeatherIcon(react_feather_1.EyeOff);
|
|
118
|
-
exports.FacebookIcon = wrapFeatherIcon(react_feather_1.Facebook);
|
|
119
|
-
exports.FastForwardIcon = wrapFeatherIcon(react_feather_1.FastForward);
|
|
120
|
-
exports.FeatherIcon = wrapFeatherIcon(react_feather_1.Feather);
|
|
121
|
-
exports.FigmaIcon = wrapFeatherIcon(react_feather_1.Figma);
|
|
122
|
-
exports.FileIcon = wrapFeatherIcon(react_feather_1.File);
|
|
123
|
-
exports.FileMinusIcon = wrapFeatherIcon(react_feather_1.FileMinus);
|
|
124
|
-
exports.FilePlusIcon = wrapFeatherIcon(react_feather_1.FilePlus);
|
|
125
|
-
exports.FileTextIcon = wrapFeatherIcon(react_feather_1.FileText);
|
|
126
|
-
exports.FilmIcon = wrapFeatherIcon(react_feather_1.Film);
|
|
127
|
-
exports.FilterIcon = wrapFeatherIcon(react_feather_1.Filter);
|
|
128
|
-
exports.FlagIcon = wrapFeatherIcon(react_feather_1.Flag);
|
|
129
|
-
exports.FolderIcon = wrapFeatherIcon(react_feather_1.Folder);
|
|
130
|
-
exports.FolderMinusIcon = wrapFeatherIcon(react_feather_1.FolderMinus);
|
|
131
|
-
exports.FolderPlusIcon = wrapFeatherIcon(react_feather_1.FolderPlus);
|
|
132
|
-
exports.FramerIcon = wrapFeatherIcon(react_feather_1.Framer);
|
|
133
|
-
exports.FrownIcon = wrapFeatherIcon(react_feather_1.Frown);
|
|
134
|
-
exports.GiftIcon = wrapFeatherIcon(react_feather_1.Gift);
|
|
135
|
-
exports.GitBranchIcon = wrapFeatherIcon(react_feather_1.GitBranch);
|
|
136
|
-
exports.GitCommitIcon = wrapFeatherIcon(react_feather_1.GitCommit);
|
|
137
|
-
exports.GitHubIcon = wrapFeatherIcon(react_feather_1.GitHub);
|
|
138
|
-
exports.GitlabIcon = wrapFeatherIcon(react_feather_1.Gitlab);
|
|
139
|
-
exports.GitMergeIcon = wrapFeatherIcon(react_feather_1.GitMerge);
|
|
140
|
-
exports.GitPullRequestIcon = wrapFeatherIcon(react_feather_1.GitPullRequest);
|
|
141
|
-
exports.GlobeIcon = wrapFeatherIcon(react_feather_1.Globe);
|
|
142
|
-
exports.GridIcon = wrapFeatherIcon(react_feather_1.Grid);
|
|
143
|
-
exports.HardDriveIcon = wrapFeatherIcon(react_feather_1.HardDrive);
|
|
144
|
-
exports.HashIcon = wrapFeatherIcon(react_feather_1.Hash);
|
|
145
|
-
exports.HeadphonesIcon = wrapFeatherIcon(react_feather_1.Headphones);
|
|
146
|
-
exports.HeartIcon = wrapFeatherIcon(react_feather_1.Heart);
|
|
147
|
-
exports.HelpCircleIcon = wrapFeatherIcon(react_feather_1.HelpCircle);
|
|
148
|
-
exports.HexagonIcon = wrapFeatherIcon(react_feather_1.Hexagon);
|
|
149
|
-
exports.HomeIcon = wrapFeatherIcon(react_feather_1.Home);
|
|
150
|
-
exports.ImageIcon = wrapFeatherIcon(react_feather_1.Image);
|
|
151
|
-
exports.InboxIcon = wrapFeatherIcon(react_feather_1.Inbox);
|
|
152
|
-
exports.InfoIcon = wrapFeatherIcon(react_feather_1.Info);
|
|
153
|
-
exports.InstagramIcon = wrapFeatherIcon(react_feather_1.Instagram);
|
|
154
|
-
exports.ItalicIcon = wrapFeatherIcon(react_feather_1.Italic);
|
|
155
|
-
exports.KeyIcon = wrapFeatherIcon(react_feather_1.Key);
|
|
156
|
-
exports.LayersIcon = wrapFeatherIcon(react_feather_1.Layers);
|
|
157
|
-
exports.LayoutIcon = wrapFeatherIcon(react_feather_1.Layout);
|
|
158
|
-
exports.LifeBuoyIcon = wrapFeatherIcon(react_feather_1.LifeBuoy);
|
|
159
|
-
exports.LinkIcon = wrapFeatherIcon(react_feather_1.Link);
|
|
160
|
-
exports.Link2Icon = wrapFeatherIcon(react_feather_1.Link2);
|
|
161
|
-
exports.LinkedinIcon = wrapFeatherIcon(react_feather_1.Linkedin);
|
|
162
|
-
exports.ListIcon = wrapFeatherIcon(react_feather_1.List);
|
|
163
|
-
exports.LoaderIcon = wrapFeatherIcon(react_feather_1.Loader);
|
|
164
|
-
exports.LockIcon = wrapFeatherIcon(react_feather_1.Lock);
|
|
165
|
-
exports.LogInIcon = wrapFeatherIcon(react_feather_1.LogIn);
|
|
166
|
-
exports.LogOutIcon = wrapFeatherIcon(react_feather_1.LogOut);
|
|
167
|
-
exports.MailIcon = wrapFeatherIcon(react_feather_1.Mail);
|
|
168
|
-
exports.MapIcon = wrapFeatherIcon(react_feather_1.Map);
|
|
169
|
-
exports.MapPinIcon = wrapFeatherIcon(react_feather_1.MapPin);
|
|
170
|
-
exports.MaximizeIcon = wrapFeatherIcon(react_feather_1.Maximize);
|
|
171
|
-
exports.Maximize2Icon = wrapFeatherIcon(react_feather_1.Maximize2);
|
|
172
|
-
exports.MehIcon = wrapFeatherIcon(react_feather_1.Meh);
|
|
173
|
-
exports.MenuIcon = wrapFeatherIcon(react_feather_1.Menu);
|
|
174
|
-
exports.MessageCircleIcon = wrapFeatherIcon(react_feather_1.MessageCircle);
|
|
175
|
-
exports.MessageSquareIcon = wrapFeatherIcon(react_feather_1.MessageSquare);
|
|
176
|
-
exports.MicIcon = wrapFeatherIcon(react_feather_1.Mic);
|
|
177
|
-
exports.MicOffIcon = wrapFeatherIcon(react_feather_1.MicOff);
|
|
178
|
-
exports.MinimizeIcon = wrapFeatherIcon(react_feather_1.Minimize);
|
|
179
|
-
exports.Minimize2Icon = wrapFeatherIcon(react_feather_1.Minimize2);
|
|
180
|
-
exports.MinusIcon = wrapFeatherIcon(react_feather_1.Minus);
|
|
181
|
-
exports.MinusCircleIcon = wrapFeatherIcon(react_feather_1.MinusCircle);
|
|
182
|
-
exports.MinusSquareIcon = wrapFeatherIcon(react_feather_1.MinusSquare);
|
|
183
|
-
exports.MonitorIcon = wrapFeatherIcon(react_feather_1.Monitor);
|
|
184
|
-
exports.MoonIcon = wrapFeatherIcon(react_feather_1.Moon);
|
|
185
|
-
exports.MoreHorizontalIcon = wrapFeatherIcon(react_feather_1.MoreHorizontal);
|
|
186
|
-
exports.MoreVerticalIcon = wrapFeatherIcon(react_feather_1.MoreVertical);
|
|
187
|
-
exports.MousePointerIcon = wrapFeatherIcon(react_feather_1.MousePointer);
|
|
188
|
-
exports.MoveIcon = wrapFeatherIcon(react_feather_1.Move);
|
|
189
|
-
exports.MusicIcon = wrapFeatherIcon(react_feather_1.Music);
|
|
190
|
-
exports.NavigationIcon = wrapFeatherIcon(react_feather_1.Navigation);
|
|
191
|
-
exports.Navigation2Icon = wrapFeatherIcon(react_feather_1.Navigation2);
|
|
192
|
-
exports.OctagonIcon = wrapFeatherIcon(react_feather_1.Octagon);
|
|
193
|
-
exports.PackageIcon = wrapFeatherIcon(react_feather_1.Package);
|
|
194
|
-
exports.PaperclipIcon = wrapFeatherIcon(react_feather_1.Paperclip);
|
|
195
|
-
exports.PauseIcon = wrapFeatherIcon(react_feather_1.Pause);
|
|
196
|
-
exports.PauseCircleIcon = wrapFeatherIcon(react_feather_1.PauseCircle);
|
|
197
|
-
exports.PenToolIcon = wrapFeatherIcon(react_feather_1.PenTool);
|
|
198
|
-
exports.PercentIcon = wrapFeatherIcon(react_feather_1.Percent);
|
|
199
|
-
exports.PhoneIcon = wrapFeatherIcon(react_feather_1.Phone);
|
|
200
|
-
exports.PhoneCallIcon = wrapFeatherIcon(react_feather_1.PhoneCall);
|
|
201
|
-
exports.PhoneForwardedIcon = wrapFeatherIcon(react_feather_1.PhoneForwarded);
|
|
202
|
-
exports.PhoneIncomingIcon = wrapFeatherIcon(react_feather_1.PhoneIncoming);
|
|
203
|
-
exports.PhoneMissedIcon = wrapFeatherIcon(react_feather_1.PhoneMissed);
|
|
204
|
-
exports.PhoneOffIcon = wrapFeatherIcon(react_feather_1.PhoneOff);
|
|
205
|
-
exports.PhoneOutgoingIcon = wrapFeatherIcon(react_feather_1.PhoneOutgoing);
|
|
206
|
-
exports.PieChartIcon = wrapFeatherIcon(react_feather_1.PieChart);
|
|
207
|
-
exports.PlayIcon = wrapFeatherIcon(react_feather_1.Play);
|
|
208
|
-
exports.PlayCircleIcon = wrapFeatherIcon(react_feather_1.PlayCircle);
|
|
209
|
-
exports.PlusIcon = wrapFeatherIcon(react_feather_1.Plus);
|
|
210
|
-
exports.PlusCircleIcon = wrapFeatherIcon(react_feather_1.PlusCircle);
|
|
211
|
-
exports.PlusSquareIcon = wrapFeatherIcon(react_feather_1.PlusSquare);
|
|
212
|
-
exports.PocketIcon = wrapFeatherIcon(react_feather_1.Pocket);
|
|
213
|
-
exports.PowerIcon = wrapFeatherIcon(react_feather_1.Power);
|
|
214
|
-
exports.PrinterIcon = wrapFeatherIcon(react_feather_1.Printer);
|
|
215
|
-
exports.RadioIcon = wrapFeatherIcon(react_feather_1.Radio);
|
|
216
|
-
exports.RefreshCcwIcon = wrapFeatherIcon(react_feather_1.RefreshCcw);
|
|
217
|
-
exports.RefreshCwIcon = wrapFeatherIcon(react_feather_1.RefreshCw);
|
|
218
|
-
exports.RepeatIcon = wrapFeatherIcon(react_feather_1.Repeat);
|
|
219
|
-
exports.RewindIcon = wrapFeatherIcon(react_feather_1.Rewind);
|
|
220
|
-
exports.RotateCcwIcon = wrapFeatherIcon(react_feather_1.RotateCcw);
|
|
221
|
-
exports.RotateCwIcon = wrapFeatherIcon(react_feather_1.RotateCw);
|
|
222
|
-
exports.RssIcon = wrapFeatherIcon(react_feather_1.Rss);
|
|
223
|
-
exports.SaveIcon = wrapFeatherIcon(react_feather_1.Save);
|
|
224
|
-
exports.ScissorsIcon = wrapFeatherIcon(react_feather_1.Scissors);
|
|
225
|
-
exports.SearchIcon = wrapFeatherIcon(react_feather_1.Search);
|
|
226
|
-
exports.SendIcon = wrapFeatherIcon(react_feather_1.Send);
|
|
227
|
-
exports.ServerIcon = wrapFeatherIcon(react_feather_1.Server);
|
|
228
|
-
exports.SettingsIcon = wrapFeatherIcon(react_feather_1.Settings);
|
|
229
|
-
exports.ShareIcon = wrapFeatherIcon(react_feather_1.Share);
|
|
230
|
-
exports.Share2Icon = wrapFeatherIcon(react_feather_1.Share2);
|
|
231
|
-
exports.ShieldIcon = wrapFeatherIcon(react_feather_1.Shield);
|
|
232
|
-
exports.ShieldOffIcon = wrapFeatherIcon(react_feather_1.ShieldOff);
|
|
233
|
-
exports.ShoppingBagIcon = wrapFeatherIcon(react_feather_1.ShoppingBag);
|
|
234
|
-
exports.ShoppingCartIcon = wrapFeatherIcon(react_feather_1.ShoppingCart);
|
|
235
|
-
exports.ShuffleIcon = wrapFeatherIcon(react_feather_1.Shuffle);
|
|
236
|
-
exports.SidebarIcon = wrapFeatherIcon(react_feather_1.Sidebar);
|
|
237
|
-
exports.SkipBackIcon = wrapFeatherIcon(react_feather_1.SkipBack);
|
|
238
|
-
exports.SkipForwardIcon = wrapFeatherIcon(react_feather_1.SkipForward);
|
|
239
|
-
exports.SlackIcon = wrapFeatherIcon(react_feather_1.Slack);
|
|
240
|
-
exports.SlashIcon = wrapFeatherIcon(react_feather_1.Slash);
|
|
241
|
-
exports.SlidersIcon = wrapFeatherIcon(react_feather_1.Sliders);
|
|
242
|
-
exports.SmartphoneIcon = wrapFeatherIcon(react_feather_1.Smartphone);
|
|
243
|
-
exports.SmileIcon = wrapFeatherIcon(react_feather_1.Smile);
|
|
244
|
-
exports.SpeakerIcon = wrapFeatherIcon(react_feather_1.Speaker);
|
|
245
|
-
exports.SquareIcon = wrapFeatherIcon(react_feather_1.Square);
|
|
246
|
-
exports.StarIcon = wrapFeatherIcon(react_feather_1.Star);
|
|
247
|
-
exports.StopCircleIcon = wrapFeatherIcon(react_feather_1.StopCircle);
|
|
248
|
-
exports.SunIcon = wrapFeatherIcon(react_feather_1.Sun);
|
|
249
|
-
exports.SunriseIcon = wrapFeatherIcon(react_feather_1.Sunrise);
|
|
250
|
-
exports.SunsetIcon = wrapFeatherIcon(react_feather_1.Sunset);
|
|
251
|
-
exports.TableIcon = wrapFeatherIcon(react_feather_1.Table);
|
|
252
|
-
exports.TabletIcon = wrapFeatherIcon(react_feather_1.Tablet);
|
|
253
|
-
exports.TagIcon = wrapFeatherIcon(react_feather_1.Tag);
|
|
254
|
-
exports.TargetIcon = wrapFeatherIcon(react_feather_1.Target);
|
|
255
|
-
exports.TerminalIcon = wrapFeatherIcon(react_feather_1.Terminal);
|
|
256
|
-
exports.ThermometerIcon = wrapFeatherIcon(react_feather_1.Thermometer);
|
|
257
|
-
exports.ThumbsDownIcon = wrapFeatherIcon(react_feather_1.ThumbsDown);
|
|
258
|
-
exports.ThumbsUpIcon = wrapFeatherIcon(react_feather_1.ThumbsUp);
|
|
259
|
-
exports.ToggleLeftIcon = wrapFeatherIcon(react_feather_1.ToggleLeft);
|
|
260
|
-
exports.ToggleRightIcon = wrapFeatherIcon(react_feather_1.ToggleRight);
|
|
261
|
-
exports.ToolIcon = wrapFeatherIcon(react_feather_1.Tool);
|
|
262
|
-
exports.TrashIcon = wrapFeatherIcon(react_feather_1.Trash2);
|
|
263
|
-
exports.TrelloIcon = wrapFeatherIcon(react_feather_1.Trello);
|
|
264
|
-
exports.TrendingDownIcon = wrapFeatherIcon(react_feather_1.TrendingDown);
|
|
265
|
-
exports.TrendingUpIcon = wrapFeatherIcon(react_feather_1.TrendingUp);
|
|
266
|
-
exports.TriangleIcon = wrapFeatherIcon(react_feather_1.Triangle);
|
|
267
|
-
exports.TruckIcon = wrapFeatherIcon(react_feather_1.Truck);
|
|
268
|
-
exports.TvIcon = wrapFeatherIcon(react_feather_1.Tv);
|
|
269
|
-
exports.TwitchIcon = wrapFeatherIcon(react_feather_1.Twitch);
|
|
270
|
-
exports.TwitterIcon = wrapFeatherIcon(react_feather_1.Twitter);
|
|
271
|
-
exports.TypeIcon = wrapFeatherIcon(react_feather_1.Type);
|
|
272
|
-
exports.UmbrellaIcon = wrapFeatherIcon(react_feather_1.Umbrella);
|
|
273
|
-
exports.UnderlineIcon = wrapFeatherIcon(react_feather_1.Underline);
|
|
274
|
-
exports.UnlockIcon = wrapFeatherIcon(react_feather_1.Unlock);
|
|
275
|
-
exports.UploadIcon = wrapFeatherIcon(react_feather_1.Upload);
|
|
276
|
-
exports.UploadCloudIcon = wrapFeatherIcon(react_feather_1.UploadCloud);
|
|
277
|
-
exports.UserIcon = wrapFeatherIcon(react_feather_1.User);
|
|
278
|
-
exports.UserCheckIcon = wrapFeatherIcon(react_feather_1.UserCheck);
|
|
279
|
-
exports.UserMinusIcon = wrapFeatherIcon(react_feather_1.UserMinus);
|
|
280
|
-
exports.UserPlusIcon = wrapFeatherIcon(react_feather_1.UserPlus);
|
|
281
|
-
exports.UsersIcon = wrapFeatherIcon(react_feather_1.Users);
|
|
282
|
-
exports.UserXIcon = wrapFeatherIcon(react_feather_1.UserX);
|
|
283
|
-
exports.VideoIcon = wrapFeatherIcon(react_feather_1.Video);
|
|
284
|
-
exports.VideoOffIcon = wrapFeatherIcon(react_feather_1.VideoOff);
|
|
285
|
-
exports.VoicemailIcon = wrapFeatherIcon(react_feather_1.Voicemail);
|
|
286
|
-
exports.VolumeIcon = wrapFeatherIcon(react_feather_1.Volume);
|
|
287
|
-
exports.Volume1Icon = wrapFeatherIcon(react_feather_1.Volume1);
|
|
288
|
-
exports.Volume2Icon = wrapFeatherIcon(react_feather_1.Volume2);
|
|
289
|
-
exports.VolumeXIcon = wrapFeatherIcon(react_feather_1.VolumeX);
|
|
290
|
-
exports.WatchIcon = wrapFeatherIcon(react_feather_1.Watch);
|
|
291
|
-
exports.WifiIcon = wrapFeatherIcon(react_feather_1.Wifi);
|
|
292
|
-
exports.WifiOffIcon = wrapFeatherIcon(react_feather_1.WifiOff);
|
|
293
|
-
exports.WindIcon = wrapFeatherIcon(react_feather_1.Wind);
|
|
294
|
-
exports.XIcon = wrapFeatherIcon(react_feather_1.X);
|
|
295
|
-
exports.XCircleIcon = wrapFeatherIcon(react_feather_1.XCircle);
|
|
296
|
-
exports.XOctagonIcon = wrapFeatherIcon(react_feather_1.XOctagon);
|
|
297
|
-
exports.XSquareIcon = wrapFeatherIcon(react_feather_1.XSquare);
|
|
298
|
-
exports.YoutubeIcon = wrapFeatherIcon(react_feather_1.Youtube);
|
|
299
|
-
exports.ZapIcon = wrapFeatherIcon(react_feather_1.Zap);
|
|
300
|
-
exports.ZapOffIcon = wrapFeatherIcon(react_feather_1.ZapOff);
|
|
301
|
-
exports.ZoomInIcon = wrapFeatherIcon(react_feather_1.ZoomIn);
|
|
302
|
-
exports.ZoomOutIcon = wrapFeatherIcon(react_feather_1.ZoomOut);
|
package/icon/folder-cancel.d.ts
DELETED
package/icon/folder-cancel.js
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
-
if (k2 === undefined) k2 = k;
|
|
15
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
-
}
|
|
19
|
-
Object.defineProperty(o, k2, desc);
|
|
20
|
-
}) : (function(o, m, k, k2) {
|
|
21
|
-
if (k2 === undefined) k2 = k;
|
|
22
|
-
o[k2] = m[k];
|
|
23
|
-
}));
|
|
24
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
-
}) : function(o, v) {
|
|
27
|
-
o["default"] = v;
|
|
28
|
-
});
|
|
29
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
-
if (mod && mod.__esModule) return mod;
|
|
31
|
-
var result = {};
|
|
32
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
-
__setModuleDefault(result, mod);
|
|
34
|
-
return result;
|
|
35
|
-
};
|
|
36
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
-
var t = {};
|
|
38
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
-
t[p] = s[p];
|
|
40
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
-
t[p[i]] = s[p[i]];
|
|
44
|
-
}
|
|
45
|
-
return t;
|
|
46
|
-
};
|
|
47
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
-
exports.FolderCancelIcon = void 0;
|
|
49
|
-
var React = __importStar(require("react"));
|
|
50
|
-
var svg_icon_1 = require("../svg-icon");
|
|
51
|
-
var FolderCancelIcon = function (_a) {
|
|
52
|
-
var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b, rootProps = __rest(_a, ["color"]);
|
|
53
|
-
return (React.createElement(svg_icon_1.SvgIcon, __assign({ viewBox: "0 0 20 20" }, rootProps),
|
|
54
|
-
React.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
|
|
55
|
-
React.createElement("path", { d: "M17.6534496,18.7644523 L2.11022998,18.7644523 C1.49710547,18.7644523 1,18.2673174 1,17.6541567 L1,6.55120051 L1,5.44090489 L1,4.33060928 L1,2.11029562 C1,1.49741244 1.49710547,1 2.11022998,1 L7.66137986,1 C8.27450436,1 8.77160983,1.49741244 8.77160983,2.11029562 L8.77160983,3.22003609 L17.6534496,3.22003609 C18.2665741,3.22003609 18.7636796,3.71744852 18.7636796,4.33060928 L18.7636796,6.55120051 L18.7636796,17.6541567 C18.7636796,18.2673174 18.2665741,18.7644523 17.6534496,18.7644523 L17.6534496,18.7644523 Z M17.0983347,4.33060928 L15.9881047,4.33060928 L7.66137986,4.33060928 L7.66137986,3.77546147 L7.66137986,3.22031366 L7.66137986,2.66516585 C7.66137986,2.35927941 7.4129659,2.11029562 7.10626487,2.11029562 L2.66534496,2.11029562 C2.35892149,2.11029562 2.11022998,2.35927941 2.11022998,2.66516585 L2.11022998,3.22031366 L2.11022998,3.77546147 L2.11022998,4.33060928 L2.11022998,5.44090489 L15.9881047,5.44090489 L17.0983347,5.44090489 C17.4047581,5.44090489 17.6534496,5.19247625 17.6534496,4.88547951 C17.6534496,4.57903792 17.4050357,4.33060928 17.0983347,4.33060928 L17.0983347,4.33060928 Z M17.6534496,7.66149613 L17.6534496,7.10662589 L17.6534496,6.55120051 L17.0983347,6.55120051 L2.66534496,6.55120051 L2.11022998,6.55120051 L2.11022998,7.10662589 L2.11022998,7.66149613 L2.11022998,17.0992864 C2.11022998,17.405728 2.35892149,17.6541567 2.66534496,17.6541567 L17.0983347,17.6541567 C17.4047581,17.6541567 17.6534496,17.405728 17.6534496,17.0992864 L17.6534496,7.66149613 L17.6534496,7.66149613 Z M13.0382236,15.2589715 C12.8195083,15.4776997 12.465345,15.4776997 12.2469072,15.2589715 L9.87323553,12.885437 L7.49956384,15.2589715 C7.28112609,15.4776997 6.92696273,15.4776997 6.70824742,15.2589715 C6.48953212,15.0405208 6.48953212,14.6860589 6.70824742,14.4678858 L9.08191911,12.0937962 L6.70824742,9.71970663 C6.48953212,9.50208869 6.48953212,9.14707166 6.70824742,8.92889857 C6.92668517,8.70989276 7.28084853,8.70989276 7.49956384,8.92889857 L9.87323553,11.3027106 L12.2469072,8.92889857 C12.465345,8.70989276 12.8195083,8.70989276 13.0382236,8.92889857 C13.2566614,9.14707166 13.2566614,9.50208869 13.0382236,9.71970663 L10.6642744,12.0937962 L13.0382236,14.4678858 C13.2563838,14.6860589 13.2563838,15.0405208 13.0382236,15.2589715 L13.0382236,15.2589715 Z", fill: color }))));
|
|
56
|
-
};
|
|
57
|
-
exports.FolderCancelIcon = FolderCancelIcon;
|
package/icon/font.d.ts
DELETED
package/icon/font.js
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
-
if (k2 === undefined) k2 = k;
|
|
15
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
-
}
|
|
19
|
-
Object.defineProperty(o, k2, desc);
|
|
20
|
-
}) : (function(o, m, k, k2) {
|
|
21
|
-
if (k2 === undefined) k2 = k;
|
|
22
|
-
o[k2] = m[k];
|
|
23
|
-
}));
|
|
24
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
-
}) : function(o, v) {
|
|
27
|
-
o["default"] = v;
|
|
28
|
-
});
|
|
29
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
-
if (mod && mod.__esModule) return mod;
|
|
31
|
-
var result = {};
|
|
32
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
-
__setModuleDefault(result, mod);
|
|
34
|
-
return result;
|
|
35
|
-
};
|
|
36
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
-
var t = {};
|
|
38
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
-
t[p] = s[p];
|
|
40
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
-
t[p[i]] = s[p[i]];
|
|
44
|
-
}
|
|
45
|
-
return t;
|
|
46
|
-
};
|
|
47
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
-
exports.FontIcon = void 0;
|
|
49
|
-
var React = __importStar(require("react"));
|
|
50
|
-
var svg_icon_1 = require("../svg-icon");
|
|
51
|
-
var FontIcon = function (_a) {
|
|
52
|
-
var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b, rootProps = __rest(_a, ["color"]);
|
|
53
|
-
return (React.createElement(svg_icon_1.SvgIcon, __assign({ viewBox: "0 0 24 24" }, rootProps),
|
|
54
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 10H11V7H9.5V17.5H14C14.2104 17.4995 14.4165 17.4551 14.6055 17.3716C14.7734 17.2974 14.9277 17.1924 15.0601 17.0601C15.3413 16.7788 15.4995 16.3975 15.5 16V11.5C15.4995 11.2808 15.4512 11.0664 15.3608 10.8706C15.2871 10.7119 15.186 10.5659 15.0601 10.4399C14.7788 10.1587 14.3975 10.0005 14 10ZM11 16V11.5H14V16H11ZM22.25 17.5H18.5C18.1025 17.4995 17.7212 17.3413 17.4399 17.0601C17.1587 16.7788 17.0005 16.3975 17 16V11.5C17.0005 11.1025 17.1587 10.7212 17.4399 10.4399C17.7212 10.1587 18.1025 10.0005 18.5 10H22.25V11.5H18.5V16H22.25V17.5ZM2.75 10H6.5C6.89746 10.0005 7.27881 10.1587 7.56006 10.4399C7.84131 10.7212 7.99951 11.1025 8 11.5V17.5H3.5C3.10205 17.5 2.7207 17.3418 2.43945 17.0605C2.1582 16.7793 2 16.3979 2 16V14.5C2 14.1021 2.1582 13.7207 2.43945 13.4395C2.7207 13.1582 3.10205 13 3.5 13H6.5V11.5H2.75V10ZM3.5 16H6.5V14.5H3.5V16Z", fill: color })));
|
|
55
|
-
};
|
|
56
|
-
exports.FontIcon = FontIcon;
|
package/icon/help.d.ts
DELETED
package/icon/help.js
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
-
if (k2 === undefined) k2 = k;
|
|
15
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
-
}
|
|
19
|
-
Object.defineProperty(o, k2, desc);
|
|
20
|
-
}) : (function(o, m, k, k2) {
|
|
21
|
-
if (k2 === undefined) k2 = k;
|
|
22
|
-
o[k2] = m[k];
|
|
23
|
-
}));
|
|
24
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
-
}) : function(o, v) {
|
|
27
|
-
o["default"] = v;
|
|
28
|
-
});
|
|
29
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
-
if (mod && mod.__esModule) return mod;
|
|
31
|
-
var result = {};
|
|
32
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
-
__setModuleDefault(result, mod);
|
|
34
|
-
return result;
|
|
35
|
-
};
|
|
36
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
-
var t = {};
|
|
38
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
-
t[p] = s[p];
|
|
40
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
-
t[p[i]] = s[p[i]];
|
|
44
|
-
}
|
|
45
|
-
return t;
|
|
46
|
-
};
|
|
47
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
-
exports.HelpIcon = void 0;
|
|
49
|
-
var React = __importStar(require("react"));
|
|
50
|
-
var svg_icon_1 = require("../svg-icon");
|
|
51
|
-
var HelpIcon = function (_a) {
|
|
52
|
-
var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b, rootProps = __rest(_a, ["color"]);
|
|
53
|
-
return (React.createElement(svg_icon_1.SvgIcon, __assign({ viewBox: "0 0 14 15", fill: "none" }, rootProps),
|
|
54
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.0002 13.8002C3.5208 13.8002 0.700195 10.9796 0.700195 7.5002C0.700195 4.0208 3.5208 1.2002 7.0002 1.2002C10.4796 1.2002 13.3002 4.0208 13.3002 7.5002C13.3002 10.9796 10.4796 13.8002 7.0002 13.8002ZM7.0002 10.1252C7.29005 10.1252 7.5252 10.3603 7.5252 10.6502V11.3502C7.5252 11.64 7.29005 11.8752 7.0002 11.8752C6.71035 11.8752 6.4752 11.64 6.4752 11.3502V10.6502C6.4752 10.3603 6.71035 10.1252 7.0002 10.1252ZM5.19087 4.77175C5.02867 4.95338 5.03799 5.23577 5.21242 5.40608C5.39148 5.58047 5.67476 5.57022 5.84121 5.38385C5.86245 5.3601 5.87785 5.34233 5.91588 5.29791C6.26845 4.88679 6.50834 4.73122 6.9994 4.73122C7.60481 4.73122 8.04312 5.12265 8.04312 5.54665C8.04312 5.90696 7.93817 6.05559 7.37803 6.54295L7.34249 6.57394C6.68994 7.1423 6.48853 7.59101 6.48853 8.62218C6.48853 8.87061 6.6843 9.0752 6.92957 9.0752C7.17484 9.0752 7.3706 8.87061 7.3706 8.62218C7.3706 7.85466 7.45592 7.66302 7.91312 7.26482L7.94841 7.23407C8.04493 7.15008 8.08704 7.11316 8.139 7.06651C8.69016 6.57173 8.9252 6.17855 8.9252 5.54665C8.9252 4.62852 8.09757 3.8252 6.9994 3.8252C6.40947 3.8252 5.95231 4.02217 5.57205 4.36424C5.4606 4.4645 5.38469 4.54655 5.25387 4.69901L5.25384 4.69905C5.22028 4.73819 5.22027 4.7382 5.19087 4.77175Z", fill: color })));
|
|
55
|
-
};
|
|
56
|
-
exports.HelpIcon = HelpIcon;
|
package/icon/hooks.d.ts
DELETED
package/icon/hooks.js
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
-
if (k2 === undefined) k2 = k;
|
|
15
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
-
}
|
|
19
|
-
Object.defineProperty(o, k2, desc);
|
|
20
|
-
}) : (function(o, m, k, k2) {
|
|
21
|
-
if (k2 === undefined) k2 = k;
|
|
22
|
-
o[k2] = m[k];
|
|
23
|
-
}));
|
|
24
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
-
}) : function(o, v) {
|
|
27
|
-
o["default"] = v;
|
|
28
|
-
});
|
|
29
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
-
if (mod && mod.__esModule) return mod;
|
|
31
|
-
var result = {};
|
|
32
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
-
__setModuleDefault(result, mod);
|
|
34
|
-
return result;
|
|
35
|
-
};
|
|
36
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
-
var t = {};
|
|
38
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
-
t[p] = s[p];
|
|
40
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
-
t[p[i]] = s[p[i]];
|
|
44
|
-
}
|
|
45
|
-
return t;
|
|
46
|
-
};
|
|
47
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
-
exports.HooksIcon = void 0;
|
|
49
|
-
var React = __importStar(require("react"));
|
|
50
|
-
var svg_icon_1 = require("../svg-icon");
|
|
51
|
-
var HooksIcon = function (_a) {
|
|
52
|
-
var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b, rootProps = __rest(_a, ["color"]);
|
|
53
|
-
return (React.createElement(svg_icon_1.SvgIcon, __assign({ viewBox: "0 0 18 18", fill: "none" }, rootProps),
|
|
54
|
-
React.createElement("path", { d: "M12 13.5C12 14.7426 13.0074 15.75 14.25 15.75C15.4926 15.75 16.5 14.7426 16.5 13.5C16.5 12.2574 15.4926 11.25 14.25 11.25C13.0074 11.25 12 12.2574 12 13.5Z", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
55
|
-
React.createElement("path", { d: "M6.75 4.5C6.75 5.74264 7.75736 6.75 9 6.75C10.2426 6.75 11.25 5.74264 11.25 4.5C11.25 3.25736 10.2426 2.25 9 2.25C7.75736 2.25 6.75 3.25736 6.75 4.5Z", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
56
|
-
React.createElement("path", { d: "M1.5 13.5C1.5 14.7426 2.50736 15.75 3.75 15.75C4.99264 15.75 6 14.7426 6 13.5C6 12.2574 4.99264 11.25 3.75 11.25C2.50736 11.25 1.5 12.2574 1.5 13.5Z", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
57
|
-
React.createElement("path", { d: "M6.5 9L4.88249 11.565", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
58
|
-
React.createElement("path", { d: "M11.5 13.5H9", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
59
|
-
React.createElement("path", { d: "M11.5 9L10.1325 6.4425", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
60
|
-
};
|
|
61
|
-
exports.HooksIcon = HooksIcon;
|
package/icon/hosted-pages.d.ts
DELETED
package/icon/hosted-pages.js
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
-
if (k2 === undefined) k2 = k;
|
|
15
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
-
}
|
|
19
|
-
Object.defineProperty(o, k2, desc);
|
|
20
|
-
}) : (function(o, m, k, k2) {
|
|
21
|
-
if (k2 === undefined) k2 = k;
|
|
22
|
-
o[k2] = m[k];
|
|
23
|
-
}));
|
|
24
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
-
}) : function(o, v) {
|
|
27
|
-
o["default"] = v;
|
|
28
|
-
});
|
|
29
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
-
if (mod && mod.__esModule) return mod;
|
|
31
|
-
var result = {};
|
|
32
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
-
__setModuleDefault(result, mod);
|
|
34
|
-
return result;
|
|
35
|
-
};
|
|
36
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
-
var t = {};
|
|
38
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
-
t[p] = s[p];
|
|
40
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
-
t[p[i]] = s[p[i]];
|
|
44
|
-
}
|
|
45
|
-
return t;
|
|
46
|
-
};
|
|
47
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
-
exports.HostedPagesIcon = void 0;
|
|
49
|
-
var React = __importStar(require("react"));
|
|
50
|
-
var svg_icon_1 = require("../svg-icon");
|
|
51
|
-
var HostedPagesIcon = function (_a) {
|
|
52
|
-
var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b, rootProps = __rest(_a, ["color"]);
|
|
53
|
-
return (React.createElement(svg_icon_1.SvgIcon, __assign({ viewBox: "0 0 18 18", fill: "none" }, rootProps),
|
|
54
|
-
React.createElement("circle", { cx: "7", cy: "9", r: "3", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
55
|
-
React.createElement("line", { x1: "12.75", y1: "6.25", x2: "14.25", y2: "6.25", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
56
|
-
React.createElement("line", { x1: "12.75", y1: "9.25", x2: "14.25", y2: "9.25", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
57
|
-
React.createElement("line", { x1: "12.75", y1: "12.25", x2: "14.25", y2: "12.25", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
58
|
-
React.createElement("rect", { x: "1", y: "3", width: "16", height: "12", rx: "2", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
59
|
-
};
|
|
60
|
-
exports.HostedPagesIcon = HostedPagesIcon;
|
package/icon/id-tag.d.ts
DELETED