PluginProbe
Extendify / 3.0.4
Extendify v3.0.4
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
extendify / src / Launch / components / QuestionIcon / Icons / long-page.js

long-page.js in Extendify 3.0.4, at src/Launch/components/QuestionIcon/Icons/long-page.js

14 lines 581 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 import { __ } from '@wordpress/i18n';
2 export const LongPage = () => (
3 <svg
4 xmlns="http://www.w3.org/2000/svg"
5 height="20px"
6 viewBox="0 -960 960 960"
7 width="20px"
8 fill="currentColor"
9 >
10 <title>{__('Long Page Icon', 'extendify-local')}</title>
11 <path d="M320-480v-80h320v80H320Zm0-160v-80h320v80H320Zm-80 240h300q29 0 54 12.5t42 35.5l84 110v-558H240v400Zm0 240h442L573-303q-6-8-14.5-12.5T540-320H240v160Zm480 80H240q-33 0-56.5-23.5T160-160v-640q0-33 23.5-56.5T240-880h480q33 0 56.5 23.5T800-800v640q0 33-23.5 56.5T720-80Zm-480-80v-640 640Zm0-160v-80 80Z" />
12 </svg>
13 );
14