diff --git a/.changeset/perfect-onions-tie.md b/.changeset/perfect-onions-tie.md new file mode 100644 index 0000000000..489eef0bcb --- /dev/null +++ b/.changeset/perfect-onions-tie.md @@ -0,0 +1,5 @@ +--- +"@ultraviolet/icons": minor +--- + +New icon `adjustments-horizontal` diff --git a/packages/icons/src/components/Icon/__generatedIcons__/AdjustmentsHorizontalIcon.tsx b/packages/icons/src/components/Icon/__generatedIcons__/AdjustmentsHorizontalIcon.tsx new file mode 100644 index 0000000000..1cc36ec681 --- /dev/null +++ b/packages/icons/src/components/Icon/__generatedIcons__/AdjustmentsHorizontalIcon.tsx @@ -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) => ( + // eslint-disable-next-line react/jsx-props-no-spreading + + + +) diff --git a/packages/icons/src/components/Icon/__generatedIcons__/AdjustmentsHorizontalOutlineIcon.tsx b/packages/icons/src/components/Icon/__generatedIcons__/AdjustmentsHorizontalOutlineIcon.tsx new file mode 100644 index 0000000000..58b4be2fb0 --- /dev/null +++ b/packages/icons/src/components/Icon/__generatedIcons__/AdjustmentsHorizontalOutlineIcon.tsx @@ -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) => ( + // eslint-disable-next-line react/jsx-props-no-spreading + + + +) diff --git a/packages/icons/src/components/Icon/__generatedIcons__/index.ts b/packages/icons/src/components/Icon/__generatedIcons__/index.ts index 54b2eb59ca..a312320253 100644 --- a/packages/icons/src/components/Icon/__generatedIcons__/index.ts +++ b/packages/icons/src/components/Icon/__generatedIcons__/index.ts @@ -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' @@ -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' diff --git a/packages/icons/src/components/Icon/assets/default-outline/adjustments-horizontal.svg b/packages/icons/src/components/Icon/assets/default-outline/adjustments-horizontal.svg new file mode 100644 index 0000000000..baf707ba03 --- /dev/null +++ b/packages/icons/src/components/Icon/assets/default-outline/adjustments-horizontal.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/icons/src/components/Icon/assets/default-solid/adjustments-horizontal.svg b/packages/icons/src/components/Icon/assets/default-solid/adjustments-horizontal.svg new file mode 100644 index 0000000000..75329a73f9 --- /dev/null +++ b/packages/icons/src/components/Icon/assets/default-solid/adjustments-horizontal.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/icons/src/components/Icon/assets/small-outline/adjustments-horizontal.svg b/packages/icons/src/components/Icon/assets/small-outline/adjustments-horizontal.svg new file mode 100644 index 0000000000..1ef2845af3 --- /dev/null +++ b/packages/icons/src/components/Icon/assets/small-outline/adjustments-horizontal.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/icons/src/components/Icon/assets/small-solid/adjustments-horizontal.svg b/packages/icons/src/components/Icon/assets/small-solid/adjustments-horizontal.svg new file mode 100644 index 0000000000..1ef2845af3 --- /dev/null +++ b/packages/icons/src/components/Icon/assets/small-solid/adjustments-horizontal.svg @@ -0,0 +1,3 @@ + + +