Skip to content

Commit

Permalink
feat(diamond icon): fix size
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Leece committed Jul 19, 2023
1 parent 98b41ae commit d34b02c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/icons/src/Diamond.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { generateIcon } from '@contentful/f36-icon';

export const Diamond = /*#__PURE__*/ generateIcon({
name: 'Diamond',
viewBox: '0 0 24 24',
trimmed: true,
path: (
<path d="M17.3105 8.25625L13.8105 4.25625C13.7404 4.17602 13.6539 4.11167 13.5569 4.06748C13.4599 4.0233 13.3546 4.00029 13.248 4H6.24802C6.14143 4.00029 6.03614 4.0233 5.93914 4.06748C5.84215 4.11167 5.75569 4.17602 5.68552 4.25625L2.18552 8.25625C2.06317 8.3961 1.9971 8.5764 2.0001 8.76219C2.0031 8.94798 2.07497 9.12605 2.20177 9.26188L9.20177 16.7619C9.27194 16.837 9.3568 16.8969 9.45109 16.9379C9.54539 16.9788 9.64709 17 9.74989 17C9.8527 17 9.9544 16.9788 10.0487 16.9379C10.143 16.8969 10.2278 16.837 10.298 16.7619L17.298 9.26188C17.4243 9.12558 17.4955 8.94726 17.4978 8.76147C17.5001 8.57568 17.4334 8.39564 17.3105 8.25625ZM15.0949 8H13.123L11.248 5.5H12.9074L15.0949 8ZM6.24052 9.5L7.56489 12.8125L4.47364 9.5H6.24052ZM11.6405 9.5L9.74802 14.2306L7.85552 9.5H11.6405ZM8.24802 8L9.74802 6L11.248 8H8.24802ZM13.2555 9.5H15.0224L11.9311 12.8125L13.2555 9.5ZM6.58864 5.5H8.24802L6.37302 8H4.40114L6.58864 5.5Z" />
),
Expand Down

0 comments on commit d34b02c

Please sign in to comment.