# extendify/3.1.1/src/Draft/svg/Replay.jsx

Extendify, version 3.1.1. 11 lines.

- Page: https://pluginprobe.com/plugins/extendify/3.1.1/code/src/Draft/svg/Replay.jsx
- Raw: https://pluginprobe.com/plugins/extendify/3.1.1/raw/src/Draft/svg/Replay.jsx
- Modified: 2026-02-18T22:27:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/3.1.1/code/src/Draft/svg/Replay.jsx#L10-L20`.

```jsx
import { __ } from '@wordpress/i18n';

const replay = (
	<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
		<title>{__('Replay Icon', 'extendify-local')}</title>
		<path d="M12 6V2L7 7L12 12V8C15.31 8 18 10.69 18 14C18 17.31 15.31 20 12 20C8.69 20 6 17.31 6 14H4C4 18.42 7.58 22 12 22C16.42 22 20 18.42 20 14C20 9.58 16.42 6 12 6Z" />
	</svg>
);

export default replay;

```
