-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(icons): new category icon environmental footprint (#4755)
- Loading branch information
1 parent
7b35655
commit 6108aff
Showing
4 changed files
with
43 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 category icon `<EnvironmentalFootprintCategoryIcon />` |
31 changes: 31 additions & 0 deletions
31
...ons/src/components/CategoryIcon/__generatedIcons__/EnvironmentalFootprintCategoryIcon.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,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> | ||
) |
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
6 changes: 6 additions & 0 deletions
6
packages/icons/src/components/CategoryIcon/assets/environmental-footprint.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.