# extendify/3.0.5/src/Draft/svg/Check.jsx

Extendify, version 3.0.5. 11 lines.

- Page: https://pluginprobe.com/plugins/extendify/3.0.5/code/src/Draft/svg/Check.jsx
- Raw: https://pluginprobe.com/plugins/extendify/3.0.5/raw/src/Draft/svg/Check.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.0.5/code/src/Draft/svg/Check.jsx#L10-L20`.

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

const check = (
	<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
		<title>{__('Check Icon', 'extendify-local')}</title>
		<path d="M8.79508 15.8769L4.62508 11.7069L3.20508 13.1169L8.79508 18.7069L20.7951 6.70687L19.3851 5.29688L8.79508 15.8769Z" />
	</svg>
);

export default check;

```
