Skip to content

Commit d41942e

Browse files
authored
Merge pull request #15395 from guardian/doml/quote-icon-title
Add title to quote icon
2 parents 44b3e05 + 0b76d93 commit d41942e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dotcom-rendering/src/components/QuoteIcon.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ type Props = {
1616
export const QuoteIcon = ({ colour }: Props) => (
1717
/* This viewBox is narrower than Source’s SvgQuote */
1818
<svg viewBox="0 0 22 14" css={base} style={{ fill: colour }}>
19+
<title>double quotation mark</title>
1920
<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" />
2021
</svg>
2122
);

0 commit comments

Comments
 (0)