-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(icons): add new adjustments horizontal
- Loading branch information
1 parent
d42e283
commit 0fcd290
Showing
8 changed files
with
51 additions
and
0 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,5 @@ | ||
--- | ||
"@ultraviolet/icons": minor | ||
--- | ||
|
||
New icon `adjustments-horizontal` |
16 changes: 16 additions & 0 deletions
16
packages/icons/src/components/Icon/__generatedIcons__/AdjustmentsHorizontalIcon.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,16 @@ | ||
/** | ||
* Provide the icon component for the icon name. | ||
* This file is automatically generated from /scripts/generateIconFiles.ts. | ||
* PLEASE DO NOT EDIT HERE | ||
*/ | ||
import { Icon } from '../Icon' | ||
import type { IconProps } from '../Icon' | ||
|
||
export const AdjustmentsHorizontalIcon = ({ | ||
...props | ||
}: Omit<IconProps, 'children'>) => ( | ||
// eslint-disable-next-line react/jsx-props-no-spreading | ||
<Icon {...props}> | ||
<path d="M10 4a2 2 0 1 0-4 0 2 2 0 0 0 4 0m7.25.75a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5zM5 4a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 5 4m-.75 13.25a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5zm13 0a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5zm-8.25-7a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h5.5a.75.75 0 0 1 .75.75m8.25.75a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5zM14 10.25a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-4 6.25a2 2 0 1 0-4 0 2 2 0 0 0 4 0" /> | ||
</Icon> | ||
) |
16 changes: 16 additions & 0 deletions
16
packages/icons/src/components/Icon/__generatedIcons__/AdjustmentsHorizontalOutlineIcon.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,16 @@ | ||
/** | ||
* Provide the icon component for the icon name. | ||
* This file is automatically generated from /scripts/generateIconFiles.ts. | ||
* PLEASE DO NOT EDIT HERE | ||
*/ | ||
import { Icon } from '../Icon' | ||
import type { IconProps } from '../Icon' | ||
|
||
export const AdjustmentsHorizontalOutlineIcon = ({ | ||
...props | ||
}: Omit<IconProps, 'children'>) => ( | ||
// eslint-disable-next-line react/jsx-props-no-spreading | ||
<Icon {...props}> | ||
<path d="M7 3.5A.75.75 0 1 0 7 5a.75.75 0 0 0 0-1.5m-2.122 0a2.25 2.25 0 0 1 4.244 0h9.128a.75.75 0 0 1 0 1.5H9.122a2.25 2.25 0 0 1-4.244 0H1.75a.75.75 0 0 1 0-1.5zM13 9.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-2.122 0a2.251 2.251 0 0 1 4.244 0h3.128a.75.75 0 0 1 0 1.5h-3.128a2.251 2.251 0 0 1-4.244 0H1.75a.75.75 0 0 1 0-1.5zM7 15.5A.75.75 0 1 0 7 17a.75.75 0 0 0 0-1.5m-2.122 0a2.25 2.25 0 0 1 4.244 0h9.128a.75.75 0 0 1 0 1.5H9.122a2.25 2.25 0 0 1-4.244 0H1.75a.75.75 0 0 1 0-1.5z" /> | ||
</Icon> | ||
) |
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
3 changes: 3 additions & 0 deletions
3
...ges/icons/src/components/Icon/assets/default-outline/adjustments-horizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
packages/icons/src/components/Icon/assets/default-solid/adjustments-horizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
packages/icons/src/components/Icon/assets/small-outline/adjustments-horizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
packages/icons/src/components/Icon/assets/small-solid/adjustments-horizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.