2 parents 44b3e05 + 0b76d93 commit d41942eCopy full SHA for d41942e
1 file changed
dotcom-rendering/src/components/QuoteIcon.tsx
@@ -16,6 +16,7 @@ type Props = {
16
export const QuoteIcon = ({ colour }: Props) => (
17
/* This viewBox is narrower than Source’s SvgQuote */
18
<svg viewBox="0 0 22 14" css={base} style={{ fill: colour }}>
19
+ <title>double quotation mark</title>
20
<path d="M5.255 0h4.75c-.572 4.53-1.077 8.972-1.297 13.941H0C.792 9.104 2.44 4.53 5.255 0Zm11.061 0H21c-.506 4.53-1.077 8.972-1.297 13.941h-8.686c.902-4.837 2.485-9.411 5.3-13.941Z" />
21
</svg>
22
);
0 commit comments