Skip to content

Commit 6779ef9

Browse files
Merge pull request #408 from storybookjs/update-flow-icon
Update the flow image
2 parents a121169 + 27191f0 commit 6779ef9

2 files changed

Lines changed: 13 additions & 17 deletions

File tree

src/images/colored-icons/Flow.tsx

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,21 @@ interface SVGRProps {
88

99
const SvgFlow = ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => (
1010
<svg
11-
viewBox="0 0 48 48"
1211
xmlns="http://www.w3.org/2000/svg"
1312
role="img"
13+
viewBox="0 0 48 48"
1414
aria-labelledby={titleId}
1515
{...props}
1616
>
1717
{title ? <title id={titleId}>{title}</title> : null}
18-
<g fill="none">
19-
<path
20-
d="M30 29a5 5 0 0 0 5-5 17 17 0 1 0-13 16.5 19 19 0 0 1-6-4.4c-1.9-2.2-3.2-5-4-8.4A7 7 0 1 1 25 24c0 2.1 2.7 5 5 5z"
21-
fill="#79C9FC"
22-
/>
23-
<path
24-
d="M18 19a5 5 0 0 0-5 5A17 17 0 1 0 26 7.5a16 16 0 0 1 6 4.4c2 2.7 5 9 5 12.1a7 7 0 0 1-14 0c0-2.3-2.7-5-5-5z"
25-
fill="#FFC445"
26-
/>
27-
</g>
18+
<path
19+
fill="#79C9FC"
20+
d="M21 7.26a17 17 0 1 0 0 33.47A19 19 0 0 1 11 24a7 7 0 1 1 14 0 5 5 0 0 0 10 0A17 17 0 0 0 21 7.26Z"
21+
/>
22+
<path
23+
fill="#FFC445"
24+
d="M27 40.74a17 17 0 1 0 0-33.47A19 19 0 0 1 37 24a7 7 0 1 1-14 0 5 5 0 0 0-10 0 17 17 0 0 0 14 16.74Z"
25+
/>
2826
</svg>
2927
);
3028

src/images/colored-icons/flow.svg

Lines changed: 4 additions & 6 deletions
Loading

0 commit comments

Comments
 (0)