# extendify/3.2.1/src/Launch/components/QuestionIcon/Icons/external-link.js

Extendify, version 3.2.1. 14 lines.

- Page: https://pluginprobe.com/plugins/extendify/3.2.1/code/src/Launch/components/QuestionIcon/Icons/external-link.js
- Raw: https://pluginprobe.com/plugins/extendify/3.2.1/raw/src/Launch/components/QuestionIcon/Icons/external-link.js
- 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/Launch/components/QuestionIcon/Icons/external-link.js#L10-L20`.

```javascript
import { __ } from '@wordpress/i18n';
export const ExternalLink = () => (
	<svg
		xmlns="http://www.w3.org/2000/svg"
		height="20px"
		viewBox="0 -960 960 960"
		width="20px"
		fill="currentColor"
	>
		<title>{__('External Link Icon', 'extendify-local')}</title>
		<path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" />
	</svg>
);

```
