Skip to content

Commit

Permalink
feat(icons): add new adjustments horizontal
Browse files Browse the repository at this point in the history
  • Loading branch information
matthprost committed Nov 21, 2024
1 parent d42e283 commit 0fcd290
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/perfect-onions-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ultraviolet/icons": minor
---

New icon `adjustments-horizontal`
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>
)
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>
)
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export { WestShortIcon } from './WestShortIcon'
export { WestIcon } from './WestIcon'
export { YoutubeIcon } from './YoutubeIcon'
export { AddressOutlineIcon } from './AddressOutlineIcon'
export { AdjustmentsHorizontalOutlineIcon } from './AdjustmentsHorizontalOutlineIcon'
export { AlertCircleOutlineIcon } from './AlertCircleOutlineIcon'
export { AutoFixOutlineIcon } from './AutoFixOutlineIcon'
export { BookOpenOutlineOutlineIcon } from './BookOpenOutlineOutlineIcon'
Expand Down Expand Up @@ -115,6 +116,7 @@ export { UnlockOutlineIcon } from './UnlockOutlineIcon'
export { UnpinOutlineIcon } from './UnpinOutlineIcon'
export { WeatherNightOutlineIcon } from './WeatherNightOutlineIcon'
export { AddressIcon } from './AddressIcon'
export { AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon'
export { AlertCircleIcon } from './AlertCircleIcon'
export { AutoFixIcon } from './AutoFixIcon'
export { BookOpenOutlineIcon } from './BookOpenOutlineIcon'
Expand Down
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 0fcd290

Please sign in to comment.