Skip to content

Commit

Permalink
Use icon name type from material symbols library
Browse files Browse the repository at this point in the history
  • Loading branch information
linuspahl committed Feb 13, 2024
1 parent a3caac8 commit 4985db7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3,211 deletions.
2 changes: 1 addition & 1 deletion graylog2-web-interface/src/components/common/Icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import React from 'react';
import type { RotateProp } from '@fortawesome/fontawesome-svg-core';
import styled, { css } from 'styled-components';

import type { IconName, SizeProp } from './types';
import type { SizeProp, IconName } from './types';

type IconTypes = 'brand' | 'regular' | 'solid';

Expand Down
Loading

0 comments on commit 4985db7

Please sign in to comment.