Skip to content

Commit

Permalink
*fix app sidebar and header style
Browse files Browse the repository at this point in the history
  • Loading branch information
Sodik committed Sep 12, 2024
1 parent 70d8062 commit 86a4168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/icons/src/Streaming.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { HazelcastIcon } from './types'
export const Streaming: HazelcastIcon = ({ color = 'currentColor', size = 24, ...rest }) => (
<svg width={size} height={size} viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg" {...rest}>
<path d="M3.95837 14.25L6.33337 16.625L8.70837 14.25" stroke={color} strokeLinecap="round" strokeLinejoin="round" />
<path d="M15.0416 13.4583L12.6666 11.0833L10.2916 13.4583" stroke="#041A3B" strokeLinecap="round" strokeLinejoin="round" />
<path d="M15.0416 13.4583L12.6666 11.0833L10.2916 13.4583" stroke={color} strokeLinecap="round" strokeLinejoin="round" />
<path d="M6.33337 11.0833V16.625" stroke={color} strokeLinecap="round" strokeLinejoin="round" />
<path d="M12.6666 16.625L12.6666 11.0833" stroke="#041A3B" strokeLinecap="round" strokeLinejoin="round" />
<path
Expand Down

0 comments on commit 86a4168

Please sign in to comment.