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

Extendify, version 3.1.1. 13 lines.

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

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

const below = (
	<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
		<title>{__('Below Icon', 'extendify-local')}</title>
		<path d="M3.5,10.5C3.5,12.95 5.26,14.97 7.58,15.41L6.09,13.92L7.5,12.5L11.5,16.51L7.5,20.5L6.09,19.09L7.67,17.51L7.67,17.45C4.2,17.04 1.5,14.08 1.5,10.5C1.5,6.63 4.63,3.5 8.5,3.5L11.5,3.5L11.5,5.5L8.5,5.5C5.74,5.5 3.5,7.74 3.5,10.5Z" />
		<path d="M22.5,10.5L22.5,3.5L13.5,3.5L13.5,10.5L22.5,10.5ZM20.5,8.5L15.5,8.5L15.5,5.5L20.5,5.5L20.5,8.5Z" />
		<rect x="13.5" y="12.5" width="9" height="7" />
	</svg>
);

export default below;

```
