Skip to content

Commit

Permalink
Feature/next calendar icon (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraincs authored Mar 18, 2024
2 parents 6e11b6e + bdc3e10 commit 0b1ee94
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .changeset/real-zebras-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
"@hopper-ui/svg-icons": minor
"@hopper-ui/icons": minor
---

## @hopper-ui/svg-icons

**Added**

| SVG Name |
| ------------------------------------ |
| next-calendar-16.svg |
| next-calendar-24.svg |
| next-calendar-32.svg |

## @hopper-ui/icons

**Added**

| Icon Name |
| ------------------------------------ |
| nextCalendarIcon |
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pnpm generate-icons
pnpm changeset
```
- Follow the prompts to describe the changes made and choose the appropriate version bump.
- A template for the release notes of svg-icons and icons is available in the `.changeset` folder [here](./.changeset/templates/svg-icons-release.md).
- A template for the release notes of svg-icons and icons is available in the `.changeset` folder [here](./.changeset-templates/svg-icons-release.md).

5- Go update the react16 icons from this [github repo](https://github.com/gsoft-inc/wl-hopper-react16/blob/main/CONTRIBUTING.md)

Expand Down
12 changes: 12 additions & 0 deletions packages/icons/src/generated-icon-components/NextCalendarIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
* This file is generated by the generate-components script. Do not edit directly.
*/
/* eslint-disable */
import { createIcon } from "../createIcon.tsx";
import { forwardRef, type Ref, type SVGProps } from "react";

const NextCalendarIcon16 = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg width={16} height={16} viewBox="0 0 16 16" ref={ref} {...props}><path d="M7.46 5.223a.75.75 0 0 1 1.061 0l2.19 2.19a.75.75 0 0 1 .06 1.129l-2.246 2.246a.75.75 0 0 1-1.06-1.061l.973-.973H5.75a.75.75 0 0 1 0-1.5h2.68l-.97-.97a.75.75 0 0 1 0-1.06" /><path fillRule="evenodd" d="M6.5 1.75a.75.75 0 0 0-1.5 0V2H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-2v-.25a.75.75 0 1 0-1.5 0V2h-3zM10.25 4a.75.75 0 0 1-.707-.5H6.457a.75.75 0 0 1-1.414 0H3.5v9h9v-9h-1.542a.75.75 0 0 1-.708.5" /></svg>);
const NextCalendarIcon24 = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg width={24} height={24} viewBox="0 0 24 24" ref={ref} {...props}><path fillRule="evenodd" d="M7.753 2.5a.75.75 0 0 1 .75.75V4H15.5v-.75a.75.75 0 0 1 1.5 0V4h1.5A1.5 1.5 0 0 1 20 5.5v13a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 4 18.5v-13A1.5 1.5 0 0 1 5.5 4h1.503v-.75a.75.75 0 0 1 .75-.75m7.747 3v.75a.75.75 0 0 0 1.5 0V5.5h1.5v13h-13v-13h1.503v.75a.75.75 0 0 0 1.5 0V5.5z" /><path d="M12.226 9.212a.82.82 0 0 1 1.098 0l2.45 2.279a.7.7 0 0 1 .226.515 1 1 0 0 1-.002.123.7.7 0 0 1-.226.475l-2.347 2.183a.82.82 0 0 1-1.098 0 .69.69 0 0 1 0-1.022l1.034-.961H8.756a.75.75 0 0 1 0-1.5h4.62l-1.15-1.07a.69.69 0 0 1 0-1.022" /></svg>);
const NextCalendarIcon32 = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg width={32} height={32} viewBox="0 0 32 32" ref={ref} {...props}><path fillRule="evenodd" d="M11 4a1 1 0 0 1 1 1v1h8V5a1 1 0 1 1 2 0v1h2a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2V5a1 1 0 0 1 1-1m9 4v1a1 1 0 1 0 2 0V8h2v16H8V8h2v1a1 1 0 1 0 2 0V8z" /><path d="M16.296 12.297a1 1 0 0 1 1.414 0l2.945 2.945q.147.129.237.304a1 1 0 0 1-.182 1.165l-2.998 2.999a1 1 0 1 1-1.415-1.415l1.298-1.297H12a1 1 0 1 1 0-2h5.584l-1.288-1.287a1 1 0 0 1 0-1.414" /></svg>);

export const NextCalendarIcon = createIcon(NextCalendarIcon16, NextCalendarIcon24, NextCalendarIcon32, "NextCalendarIcon");
3 changes: 2 additions & 1 deletion packages/icons/src/generated-icon-components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export * from "./NewStickyIcon.tsx";
export * from "./NewTabIcon.tsx";
export * from "./NewTemplateIcon.tsx";
export * from "./NewTipIcon.tsx";
export * from "./NextCalendarIcon.tsx";
export * from "./NoteIcon.tsx";
export * from "./NotebookIcon.tsx";
export * from "./NotificationIcon.tsx";
Expand Down Expand Up @@ -166,4 +167,4 @@ export * from "./VideoCameraIcon.tsx";
export * from "./VideoCameraDisabledIcon.tsx";
export * from "./WarningIcon.tsx";

export const iconNames = ["AddIcon","AddCalendarIcon","AddUserIcon","AngleDownIcon","AngleLeftIcon","AngleRightIcon","AngleUpIcon","ArchiveIcon","ArrowDownIcon","ArrowLeftIcon","ArrowRightIcon","ArrowUpIcon","ArrowsOutVerticalIcon","AttachmentIcon","BarsIcon","BasketballIcon","BentoIcon","BoldIcon","BoltIcon","BookIcon","BookmarkIcon","BulletIcon","BullseyeIcon","CalendarIcon","CameraIcon","CarIcon","CaretDownIcon","CaretDownSolidIcon","CaretUpIcon","CaretUpSolidIcon","CatIcon","ChartBarIcon","ChartLineIcon","ChartPieIcon","CheckmarkIcon","CherriesIcon","CircleAngleLeftIcon","CircleAngleRightIcon","ClockIcon","CollapseLeftIcon","CollapseRightIcon","CommentIcon","CommentCheckIcon","CopyIcon","CountIcon","CsvIcon","DeleteIcon","DismissIcon","DollarIcon","DownloadIcon","EditIcon","EnterIcon","ExitIcon","EyeHiddenIcon","EyeVisibleIcon","FileCheckIcon","FilterIcon","FiveIcon","FlagIcon","FolderIcon","FootballIcon","FourIcon","GaugeIcon","GiftIcon","GraphIcon","GridIcon","GripIcon","HomeIcon","InfoIcon","ItalicIcon","KebabIcon","LanguageIcon","LightbulbIcon","LinkIcon","LocationIcon","LockIcon","LockedCalendarIcon","LockedNoteIcon","MailIcon","MaximizeIcon","MediaIcon","MicrophoneIcon","MicrophoneDisabledIcon","MinusIcon","MoveIcon","NewCommentIcon","NewFilterIcon","NewGiftIcon","NewNoteIcon","NewNotificationIcon","NewStickyIcon","NewTabIcon","NewTemplateIcon","NewTipIcon","NoteIcon","NotebookIcon","NotificationIcon","OneIcon","OpenSmileIcon","OrderedListIcon","OrganizationIcon","PauseIcon","PdfIcon","PeaceIcon","PercentIcon","PinIcon","PinSolidIcon","PlayIcon","PlaySolidIcon","PlusIcon","ProfileIcon","ProgressIcon","QuestionIcon","ReactionIcon","RecurringIcon","RefreshIcon","ReminderIcon","RemoveIcon","RemoveCalendarIcon","RemoveUserIcon","ReplyIcon","ReportIcon","RewindIcon","RocketIcon","SearchIcon","SectionIcon","SendIcon","SettingsIcon","SettingsNotificationIcon","SettingsWarningIcon","ShareIcon","SharedIcon","ShieldIcon","SortIcon","SparklesIcon","SproutIcon","StarIcon","StarSolidIcon","StartOverIcon","StickyIcon","StrikethroughIcon","SubstractIcon","SuccessIcon","SyncIcon","TagIcon","TeamIcon","TemplateIcon","ThreeIcon","ThumbsDownIcon","ThumbsUpIcon","TipIcon","TwoIcon","UnarchiveIcon","UnderlineIcon","UnorderedListIcon","UpsellIcon","UserIcon","VideoIcon","VideoCameraIcon","VideoCameraDisabledIcon","WarningIcon"] as const;
export const iconNames = ["AddIcon","AddCalendarIcon","AddUserIcon","AngleDownIcon","AngleLeftIcon","AngleRightIcon","AngleUpIcon","ArchiveIcon","ArrowDownIcon","ArrowLeftIcon","ArrowRightIcon","ArrowUpIcon","ArrowsOutVerticalIcon","AttachmentIcon","BarsIcon","BasketballIcon","BentoIcon","BoldIcon","BoltIcon","BookIcon","BookmarkIcon","BulletIcon","BullseyeIcon","CalendarIcon","CameraIcon","CarIcon","CaretDownIcon","CaretDownSolidIcon","CaretUpIcon","CaretUpSolidIcon","CatIcon","ChartBarIcon","ChartLineIcon","ChartPieIcon","CheckmarkIcon","CherriesIcon","CircleAngleLeftIcon","CircleAngleRightIcon","ClockIcon","CollapseLeftIcon","CollapseRightIcon","CommentIcon","CommentCheckIcon","CopyIcon","CountIcon","CsvIcon","DeleteIcon","DismissIcon","DollarIcon","DownloadIcon","EditIcon","EnterIcon","ExitIcon","EyeHiddenIcon","EyeVisibleIcon","FileCheckIcon","FilterIcon","FiveIcon","FlagIcon","FolderIcon","FootballIcon","FourIcon","GaugeIcon","GiftIcon","GraphIcon","GridIcon","GripIcon","HomeIcon","InfoIcon","ItalicIcon","KebabIcon","LanguageIcon","LightbulbIcon","LinkIcon","LocationIcon","LockIcon","LockedCalendarIcon","LockedNoteIcon","MailIcon","MaximizeIcon","MediaIcon","MicrophoneIcon","MicrophoneDisabledIcon","MinusIcon","MoveIcon","NewCommentIcon","NewFilterIcon","NewGiftIcon","NewNoteIcon","NewNotificationIcon","NewStickyIcon","NewTabIcon","NewTemplateIcon","NewTipIcon","NextCalendarIcon","NoteIcon","NotebookIcon","NotificationIcon","OneIcon","OpenSmileIcon","OrderedListIcon","OrganizationIcon","PauseIcon","PdfIcon","PeaceIcon","PercentIcon","PinIcon","PinSolidIcon","PlayIcon","PlaySolidIcon","PlusIcon","ProfileIcon","ProgressIcon","QuestionIcon","ReactionIcon","RecurringIcon","RefreshIcon","ReminderIcon","RemoveIcon","RemoveCalendarIcon","RemoveUserIcon","ReplyIcon","ReportIcon","RewindIcon","RocketIcon","SearchIcon","SectionIcon","SendIcon","SettingsIcon","SettingsNotificationIcon","SettingsWarningIcon","ShareIcon","SharedIcon","ShieldIcon","SortIcon","SparklesIcon","SproutIcon","StarIcon","StarSolidIcon","StartOverIcon","StickyIcon","StrikethroughIcon","SubstractIcon","SuccessIcon","SyncIcon","TagIcon","TeamIcon","TemplateIcon","ThreeIcon","ThumbsDownIcon","ThumbsUpIcon","TipIcon","TwoIcon","UnarchiveIcon","UnderlineIcon","UnorderedListIcon","UpsellIcon","UserIcon","VideoIcon","VideoCameraIcon","VideoCameraDisabledIcon","WarningIcon"] as const;
4 changes: 4 additions & 0 deletions packages/svg-icons/src/icons/16px/NextCalendar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/svg-icons/src/icons/24px/NextCalendar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/svg-icons/src/icons/32px/NextCalendar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0b1ee94

Please sign in to comment.