Skip to content

Commit

Permalink
Added FolderIcon (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraincs authored Mar 7, 2024
2 parents f88eaad + 448669d commit c6f9f0c
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 deletions.
9 changes: 9 additions & 0 deletions .changeset/eleven-kings-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@hopper-ui/icons-react16": minor
---

**Added**

| Icon Name |
| ---------- |
| FolderIcon |
2 changes: 1 addition & 1 deletion packages/icons-react16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@workleap/tsup-configs": "3.0.1",
"react": "^16",
"react-dom": "^16",
"@hopper-ui/svg-icons": "2.3.0",
"@hopper-ui/svg-icons": "2.4.0",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
Expand Down
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 "../create-icon.tsx";
import React, { forwardRef, type Ref, type SVGProps } from "react";

const FolderIcon16 = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg width={16} height={16} viewBox="0 0 16 16" ref={ref} {...props}><path fillRule="evenodd" d="m8.379 5.5-2-2H2.5v9h11v-7zM9 4h5a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293z" /></svg>);
const FolderIcon24 = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg width={24} height={24} viewBox="0 0 24 24" ref={ref} {...props}><path fillRule="evenodd" d="m12.28 8-2-2.5H4.5v12h15V8zM13 6.5h6.5A1.5 1.5 0 0 1 21 8v9.5a1.5 1.5 0 0 1-1.5 1.5h-15A1.5 1.5 0 0 1 3 17.5v-12A1.5 1.5 0 0 1 4.5 4h5.78a1.5 1.5 0 0 1 1.17.563z" /></svg>);
const FolderIcon32 = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg width={32} height={32} viewBox="0 0 32 32" ref={ref} {...props}><path fillRule="evenodd" d="m17.333 10-4-3H6v17h20V10zM18 8h8a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h7.333a2 2 0 0 1 1.2.4z" /></svg>);

export const FolderIcon = createIcon(FolderIcon16, FolderIcon24, FolderIcon32, "FolderIcon");
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export * from "./FileCheckIcon.tsx";
export * from "./FilterIcon.tsx";
export * from "./FiveIcon.tsx";
export * from "./FlagIcon.tsx";
export * from "./FolderIcon.tsx";
export * from "./FootballIcon.tsx";
export * from "./FourIcon.tsx";
export * from "./GaugeIcon.tsx";
Expand Down Expand Up @@ -165,4 +166,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","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","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;
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c6f9f0c

Please sign in to comment.