# extendify/3.2.1/src/Draft/svg/Shorter.jsx

Extendify, version 3.2.1. 11 lines.

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

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

const shorter = (
	<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
		<title>{__('Shorter Icon', 'extendify-local')}</title>
		<path d="M4 9H20V11H4V9ZM4 13H14V15H4V13Z" />
	</svg>
);

export default shorter;

```
