mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix svgs
This commit is contained in:
parent
a95a5ac2a5
commit
769f3b6b03
1 changed files with 6 additions and 6 deletions
|
|
@ -22,20 +22,20 @@ export class FeedFlairIcon extends React.Component<IconProps> {
|
|||
d="M8.73861 3.23242L3.40527 5.89909L8.73861 8.56576L14.0719 5.89909L8.73861 3.23242Z"
|
||||
fill="#FF7B03"
|
||||
stroke="#FF7B03"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
<path
|
||||
d="M3.40527 8.56641L8.73861 11.2331L14.0719 8.56641"
|
||||
stroke="#FF7B03"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
<path
|
||||
d="M3.40527 11.2324L8.73861 13.8991L14.0719 11.2324"
|
||||
stroke="#FF7B03"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
|||
Loading…
Reference in a new issue