-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"@hopper-ui/icons-react16": minor | ||
--- | ||
|
||
Changes to Icons: | ||
|
||
**Added** | ||
|
||
| Icon Name | | ||
| ------------------------- | | ||
| MobileIcon | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
packages/icons-react16/src/generated-icon-components/MobileIcon.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 React, { forwardRef, type Ref, type SVGProps } from "react"; | ||
|
||
const MobileIcon16 = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg width={16} height={16} viewBox="0 0 16 16" ref={ref} {...props}><path d="M8 12.5A.75.75 0 1 0 8 11a.75.75 0 0 0 0 1.5" /><path fillRule="evenodd" d="M4 2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm1.5 11.5v-11h5v11z" /></svg>); | ||
const MobileIcon24 = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg width={24} height={24} viewBox="0 0 24 24" ref={ref} {...props}><path d="M12 18.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2" /><path fillRule="evenodd" d="M6.5 4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1zM8 19.5v-15h8v15z" /></svg>); | ||
const MobileIcon32 = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg width={32} height={32} viewBox="0 0 32 32" ref={ref} {...props}><path d="M16 24.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2" /><path fillRule="evenodd" d="M9 5a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v22a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1zm2 21V6h10v20z" /></svg>); | ||
|
||
export const MobileIcon = createIcon(MobileIcon16, MobileIcon24, MobileIcon32, "MobileIcon"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.