# extendify/3.1.6/src/Launch/components/QuestionIcon/Icons/pages.js

Extendify, version 3.1.6. 14 lines.

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

```javascript
import { __ } from '@wordpress/i18n';
export const Pages = () => (
	<svg
		xmlns="http://www.w3.org/2000/svg"
		height="20px"
		viewBox="0 -960 960 960"
		width="20px"
		fill="currentColor"
	>
		<title>{__('Pages Icon', 'extendify-local')}</title>
		<path d="M760-200H320q-33 0-56.5-23.5T240-280v-560q0-33 23.5-56.5T320-920h280l240 240v400q0 33-23.5 56.5T760-200ZM560-640v-200H320v560h440v-360H560ZM160-40q-33 0-56.5-23.5T80-120v-560h80v560h440v80H160Zm160-800v200-200 560-560Z" />
	</svg>
);

```
