# extendify/3.2.1/src/Launch/components/QuestionIcon/Icons/newsmode.js

Extendify, version 3.2.1. 14 lines.

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

```javascript
import { __ } from '@wordpress/i18n';
export const Newsmode = () => (
	<svg
		xmlns="http://www.w3.org/2000/svg"
		height="20px"
		viewBox="0 -960 960 960"
		width="20px"
		fill="currentColor"
	>
		<title>{__('Newsmode Icon', 'extendify-local')}</title>
		<path d="M160-120q-33 0-56.5-23.5T80-200v-560q0-33 23.5-56.5T160-840h640q33 0 56.5 23.5T880-760v560q0 33-23.5 56.5T800-120H160Zm0-80h640v-560H160v560Zm80-80h480v-80H240v80Zm0-160h160v-240H240v240Zm240 0h240v-80H480v80Zm0-160h240v-80H480v80ZM160-200v-560 560Z" />
	</svg>
);

```
