Skip to content

Commit

Permalink
feat(icons): new category icon environmental footprint (#4755)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthprost authored Feb 11, 2025
1 parent 7b35655 commit 6108aff
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/healthy-kiwis-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ultraviolet/icons": minor
---

New category icon `<EnvironmentalFootprintCategoryIcon />`
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/**
* 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 EnvironmentalFootprintCategoryIcon = ({
...props
}: Omit<IconProps, 'children'>) => (
// eslint-disable-next-line react/jsx-props-no-spreading
<Icon {...props}>
<g className="sentiment=primary, disabled=false">
<path
fill="#521094"
fillRule="evenodd"
d="M14.995 2.502c1.101-.006 2.028.894 1.987 2.034-.049 1.308-.21 3.036-.715 4.674-.502 1.625-1.382 3.291-2.96 4.297-.055.034-.12.08-.196.133a7.136 7.136 0 0 1-2.018 1.027c-1.209.386-2.922.601-5.526.38a1.868 1.868 0 0 1-1.42-.835c-1.168-1.809-2.178-5.656.863-9.206C6.085 3.75 7.9 3.17 9.636 2.87c1.786-.308 3.748-.36 5.359-.369Zm-.014 2c-1.592.01-3.402.064-5.004.34-1.661.287-2.857.775-3.448 1.465-2.266 2.646-1.562 5.428-.746 6.75 2.401.2 3.822-.014 4.702-.295.692-.221 1.062-.476 1.43-.73.104-.07.207-.142.317-.212 1.009-.643 1.689-1.79 2.123-3.2.427-1.383.58-2.896.626-4.118Z"
className="fill"
clipRule="evenodd"
/>
<path
fill="#A060F6"
fillRule="evenodd"
d="M10.848 7.697a1 1 0 0 1-.318 1.379c-1.355.848-4.159 3.576-4.331 7.468a1 1 0 1 1-1.998-.088c.212-4.78 3.584-8.022 5.269-9.076a1 1 0 0 1 1.378.317Z"
className="fillStrong"
clipRule="evenodd"
/>
</g>
</Icon>
)
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export { DatacenterCategoryIcon } from './DatacenterCategoryIcon'
export { DedicatedServerCategoryIcon } from './DedicatedServerCategoryIcon'
export { DevToolsCategoryIcon } from './DevToolsCategoryIcon'
export { DocumentationCategoryIcon } from './DocumentationCategoryIcon'
export { EnvironmentalFootprintCategoryIcon } from './EnvironmentalFootprintCategoryIcon'
export { IotCategoryIcon } from './IotCategoryIcon'
export { LabsCategoryIcon } from './LabsCategoryIcon'
export { ManagedServicesCategoryIcon } from './ManagedServicesCategoryIcon'
Expand Down
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 6108aff

Please sign in to comment.