PluginProbe
Extendify / 3.2.0
Extendify v3.2.0
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 / PageCreator / icons / ai-gen.jsx

ai-gen.jsx in Extendify 3.2.0, at src/PageCreator/icons/ai-gen.jsx

37 lines 1.5 KB
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 PageGen = (
3 <svg
4 width="24"
5 height="24"
6 viewBox="0 0 24 24"
7 fill="none"
8 xmlns="http://www.w3.org/2000/svg"
9 >
10 <title>{__('AI Page Generator', 'extendify-local')}</title>
11 <path
12 d="M11.1515 20H7.04C6.32593 20 5.9689 20 5.69616 19.861C5.45626 19.7388 5.26121 19.5437 5.13897 19.3038C5 19.0311 5 18.6741 5 17.96V6.04C5 5.32593 5 4.9689 5.13897 4.69616C5.26121 4.45626 5.45626 4.26121 5.69616 4.13897C5.9689 4 6.32593 4 7.04 4H16.96C17.6741 4 18.0311 4 18.3038 4.13897C18.5437 4.26121 18.7388 4.45626 18.861 4.69616C19 4.9689 19 5.32593 19 6.04V11.0303"
13 stroke="white"
14 strokeWidth="1.275"
15 strokeLinecap="square"
16 />
17 <path
18 d="M13.1 8H8"
19 stroke="white"
20 strokeWidth="1.275"
21 strokeLinecap="square"
22 strokeLinejoin="round"
23 />
24 <path
25 d="M10.55 10.5H8"
26 stroke="white"
27 strokeWidth="1.275"
28 strokeLinecap="square"
29 strokeLinejoin="round"
30 />
31 <path
32 d="M16.8592 17.8578L15.9955 20.4901C15.8384 20.9685 15.1616 20.9685 15.0045 20.4901L14.1408 17.8578C13.9857 17.385 13.615 17.0143 13.1422 16.8592L10.5099 15.9955C10.0315 15.8384 10.0315 15.1616 10.51 15.0045L13.1422 14.1408C13.615 13.9857 13.9857 13.615 14.1408 13.1422L15.0045 10.5099C15.1616 10.0315 15.8384 10.0315 15.9955 10.5099L16.8592 13.1422C17.0143 13.615 17.385 13.9857 17.8578 14.1408L20.49 15.0045C20.9685 15.1616 20.9685 15.8384 20.49 15.9955L17.8578 16.8592C17.385 17.0143 17.0143 17.385 16.8592 17.8578Z"
33 fill="white"
34 />
35 </svg>
36 );
37