Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist/index.d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ declare const TutorialsIcon: (props: IconProps) => react_jsx_runtime.JSX.Element

declare const AnnouncementIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const VTEXDevportalIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
declare const VTEXDevPortalIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const VTEXHelpCenterIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

Expand Down Expand Up @@ -301,4 +301,4 @@ declare const LikeIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const LikeSelectedIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

export { APIGuidesIcon, APIReferenceIcon, AddedIcon, AnnouncementIcon, AppDevelopmentIcon, ArrowLeftIcon, ArrowRightIcon, CaretIcon, ChatGPTIcon, CheckboxIcon, ClaudeIcon, CloseFilterIcon, CloseIcon, CommunityIcon, CookieBar, CopilotIcon, CopyIcon, CopyLinkButton, DeprecatedIcon, DeveloperPortalIcon, DocumentationUpdatesIcon, EditIcon, EmailIcon, ExpandedResultsIcon, FAQIcon, FacebookCircleIcon, FacebookIcon, FeedbackSection, FilterIcon, FixedIcon, GearTroubleshootingIcon, GeminiIcon, GithubIcon, GraphIcon, GridIcon, HamburgerMenu, HelpCenterIcon, ImprovedIcon, InfoIcon, Input, IgIcon as InstagramIcon, type Item, KnownIssueIcon as KnownIssuesIcon, LibraryContext, LibraryContextProvider, LikeIcon, LikeSelectedIcon, LinkIcon, LinkedinCircleIcon, LinkedinIcon, LongArrowIcon, MarkdownRenderer, MegaphoneIcon, MenuIcon, NewIcon, PaperIcon, ReleaseNotesIcon, RemovedIcon, ResizeIcon, Search, createAlgoliaClient as SearchConfig, SearchIcon, SearchInput, ShareButton, ShareIcon, SideBarToggleIcon, Sidebar, StartHereIcon, StorefrontDevelopmentIcon, TableOfContents, TrashcanIcon, TroubleshootingIcon, TutorialsIcon, TwitterCircleIcon, TwitterIcon, VTEXDevportalIcon as VTEXDevPortalIcon, VTEXHelpCenterIcon, VTEXIOAppsIcon, VtexLogoFooter as VTEXLogoFooter, WarningIcon, YoutubeIcon, getDaysElapsed };
export { APIGuidesIcon, APIReferenceIcon, AddedIcon, AnnouncementIcon, AppDevelopmentIcon, ArrowLeftIcon, ArrowRightIcon, CaretIcon, ChatGPTIcon, CheckboxIcon, ClaudeIcon, CloseFilterIcon, CloseIcon, CommunityIcon, CookieBar, CopilotIcon, CopyIcon, CopyLinkButton, DeprecatedIcon, DeveloperPortalIcon, DocumentationUpdatesIcon, EditIcon, EmailIcon, ExpandedResultsIcon, FAQIcon, FacebookCircleIcon, FacebookIcon, FeedbackSection, FilterIcon, FixedIcon, GearTroubleshootingIcon, GeminiIcon, GithubIcon, GraphIcon, GridIcon, HamburgerMenu, HelpCenterIcon, ImprovedIcon, InfoIcon, Input, IgIcon as InstagramIcon, type Item, KnownIssueIcon as KnownIssuesIcon, LibraryContext, LibraryContextProvider, LikeIcon, LikeSelectedIcon, LinkIcon, LinkedinCircleIcon, LinkedinIcon, LongArrowIcon, MarkdownRenderer, MegaphoneIcon, MenuIcon, NewIcon, PaperIcon, ReleaseNotesIcon, RemovedIcon, ResizeIcon, Search, createAlgoliaClient as SearchConfig, SearchIcon, SearchInput, ShareButton, ShareIcon, SideBarToggleIcon, Sidebar, StartHereIcon, StorefrontDevelopmentIcon, TableOfContents, TrashcanIcon, TroubleshootingIcon, TutorialsIcon, TwitterCircleIcon, TwitterIcon, VTEXDevPortalIcon, VTEXHelpCenterIcon, VTEXIOAppsIcon, VtexLogoFooter as VTEXLogoFooter, WarningIcon, YoutubeIcon, getDaysElapsed };
4 changes: 2 additions & 2 deletions dist/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12255,7 +12255,7 @@ var announcement_icon_default = AnnouncementIcon;
// src/components/icons/vtex-devportal-icon.tsx
import { Icon as Icon44 } from "@vtex/brand-ui";
import { jsx as jsx78, jsxs as jsxs65 } from "react/jsx-runtime";
var VTEXDevportalIcon = (props) => /* @__PURE__ */ jsxs65(
var VTEXDevPortalIcon = (props) => /* @__PURE__ */ jsxs65(
Icon44,
{
...props,
Expand Down Expand Up @@ -12296,7 +12296,7 @@ var VTEXDevportalIcon = (props) => /* @__PURE__ */ jsxs65(
]
}
);
var vtex_devportal_icon_default = VTEXDevportalIcon;
var vtex_devportal_icon_default = VTEXDevPortalIcon;

// src/components/icons/vtex-helpcenter-icon.tsx
import { Icon as Icon45 } from "@vtex/brand-ui";
Expand Down
2 changes: 1 addition & 1 deletion dist/index.mjs.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/components/icons/vtex-devportal-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { IconProps } from '@vtex/brand-ui'
import { Icon } from '@vtex/brand-ui'

const VTEXDevportalIcon = (props: IconProps) => (
const VTEXDevPortalIcon = (props: IconProps) => (
<Icon
{...props}
viewBox="0 0 204 32"
Expand Down Expand Up @@ -35,4 +35,4 @@ const VTEXDevportalIcon = (props: IconProps) => (
</Icon>
)

export default VTEXDevportalIcon
export default VTEXDevPortalIcon
Loading