Make WordPress Core

Changeset 56950

Timestamp:
10/17/2023 02:00:11 AM (10 months ago)
Author:
jorbin
Message:

Help/About: Update the About page for 6.4.

Also includes updates to the contribute, credits, freedom and privacy pages.

Props luminuu, rmartinezduque, estelaris, jorbin, mukesh27, cbringmann, richtabor, annezazu, nudge, ohia, acirujano, elmastudio, cathibosco1, sereedmedia, markoserb, joen. (Also someone named Allison who I am going to guess is Taylor Alison Swift but has no avatar so I will never know)

Location:
trunk/src/wp-admin
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r56339 r56950  
    4444        </nav>
    4545
    46         <div class="about__section aligncenter">
    47             <div class="column">
    48                 <h2>
     46        <div class="about__section">
     47            <div class="column">
     48                <h2>
    4949                    <?php
    5050                    printf(
     
    5656                </h2>
    5757                <p class="is-subheading">
    58                     <?php _e( 'Create beautiful and compelling websites more efficiently than ever. Whether you want to build an entire site without coding or are a developer looking to customize every detail, WordPress 6.3 has something for you.' ); ?>
     58                    <?php _e( 'Every version of WordPress empowers your creative freedom, and WordPress 6.4 is no different. New features and upgrades to your site editing, design, and writing experience allow your ideas to take shape seamlessly. Elevate your site-building journey with the flexibility and power of WordPress 6.4.' ); ?>
     59                </p>
     60            </div>
     61        </div>
     62
     63        <div class="about__section has-2-columns has-accent-4-background-color is-wider-right">
     64            <div class="column is-vertically-aligned-center">
     65                <h3><?php _e( 'Say hello to<br>Twenty Twenty-Four' ); ?></h3>
     66                <p>
     67                    <?php
     68                    printf(
     69                        /* translators: %s: Introduction to Twenty Twenty-Four link. */
     70                        __( 'Experience the latest advancements in site editing with <a href="%s">Twenty Twenty-Four</a>. Built with three distinct use cases in mind, the versatility of the new default theme makes it an ideal choice for almost any type of website. Dive into its collection of templates and patterns and unlock a world of creative possibilities with just a few tweaks.' ),
     71                        __( 'https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/' )
     72                    );
     73                    ?>
     74                </p>
     75            </div>
     76            <div class="column is-vertically-aligned-bottom is-edge-to-edge">
     77                <div class="about__image">
     78                    <img src="https://s.w.org/images/core/6.4/1-Twenty-Twenty-Four.webp" alt="" height="600" width="600" />
     79                </div>
     80            </div>
     81        </div>
     82
     83        <div class="about__section has-3-columns">
     84            <div class="column">
     85                <div class="about__image">
     86                    <img src="https://s.w.org/images/core/6.4/2-image-lightbox.webp" alt="" height="270" width="270" />
     87                </div>
     88                <h3 class="is-smaller-heading" style="margin-bottom:calc(var(--gap) / 4);"><?php _e( 'Add a lightbox effect to images' ); ?></h3>
     89                <p><?php _e( 'Turn lightbox functionality on for interactive, full-screen images with a simple click. Apply it globally or to specific images to customize the viewing experience.' ); ?></p>
     90            </div>
     91            <div class="column">
     92                <div class="about__image">
     93                    <img src="https://s.w.org/images/core/6.4/3-categorize-patterns.webp" alt="" height="270" width="270" />
     94                </div>
     95                <h3 class="is-smaller-heading" style="margin-bottom:calc(var(--gap) / 4);"><?php _e( 'Categorize and filter patterns' ); ?></h3>
     96                <p><?php _e( 'Organize your synced and unsynced patterns with categories. Explore advanced filtering in the Patterns section of the inserter to find them all more intuitively.' ); ?></p>
     97            </div>
     98            <div class="column">
     99                <div class="about__image">
     100                    <img src="https://s.w.org/images/core/6.4/4-command-palette.webp" alt="" height="270" width="270" />
     101                </div>
     102                <h3 class="is-smaller-heading" style="margin-bottom:calc(var(--gap) / 4);"><?php _e( 'Get more done with the Command Palette' ); ?></h3>
     103                <p>
     104                    <?php
     105                    printf(
     106                        /* translators: %s: Command palette improvement link. */
     107                        __( 'Enjoy <a href="%s">a refreshed design and more commands</a> to find what you\'re looking for, perform tasks efficiently, and save time as you create.' ),
     108                        __( 'https://make.wordpress.org/core/2023/09/12/core-editor-improvement-commanding-the-command-palette/' )
     109                    );
     110                    ?>
     111                </p>
     112            </div>
     113        </div>
     114
     115        <div class="about__section has-3-columns">
     116            <div class="column">
     117                <div class="about__image">
     118                    <img src="https://s.w.org/images/core/6.4/5-renaming-groups.webp" alt="" height="270" width="270" />
     119                </div>
     120                <h3 class="is-smaller-heading" style="margin-bottom:calc(var(--gap) / 4);"><?php _e( 'Rename Group blocks' ); ?></h3>
     121                <p><?php _e( 'Set custom names for Group blocks to easily organize and differentiate parts of your content. These names will be visible in List View.' ); ?></p>
     122            </div>
     123            <div class="column">
     124                <div class="about__image">
     125                    <img src="https://s.w.org/images/core/6.4/6-image-preview.webp" alt="" height="270" width="270" />
     126                </div>
     127                <h3 class="is-smaller-heading" style="margin-bottom:calc(var(--gap) / 4);"><?php _e( 'Image previews in List View' ); ?></h3>
     128                <p><?php _e( 'New media previews for Gallery and Image blocks in List View let you visualize and locate at a glance where images on your content are.' ); ?></p>
     129            </div>
     130            <div class="column">
     131                <div class="about__image">
     132                    <img src="https://s.w.org/images/core/6.4/7-import-export-patterns.webp" alt="" height="270" width="270" />
     133                </div>
     134                <h3 class="is-smaller-heading" style="margin-bottom:calc(var(--gap) / 4);"><?php _e( 'Share patterns across sites' ); ?></h3>
     135                <p><?php _e( 'Need to use your custom patterns on another site? It\'s simple! Import and export them as JSON files from the Site Editor\'s patterns view.' ); ?></p>
     136            </div>
     137        </div>
     138
     139        <div class="about__section has-2-columns has-subtle-background-color is-wider-left">
     140            <div class="column is-vertically-aligned-center">
     141                <div class="about__image">
     142                    <img src="https://s.w.org/images/core/6.4/8-captured-toolbar.webp" alt="" height="434" width="536" />
     143                </div>
     144            </div>
     145            <div class="column is-vertically-aligned-center">
     146                <h3><?php _e( 'Enjoy new writing improvements' ); ?></h3>
     147                <p>
     148                    <?php
     149                    printf(
     150                        /* translators: %s: New enhancements link. */
     151                        __( '<a href="%s">New enhancements</a> ensure your content creation journey is smooth. Find new keyboard shortcuts in List View, refined list merging, and enhanced control over link settings. A revamped and cohesive toolbar experience for Navigation, List, and Quote blocks lets you efficiently work with the tooling options you need.' ),
     152                        __( 'https://make.wordpress.org/core/2023/10/05/core-editor-improvement-ensuring-excellence-in-the-writing-experience/' )
     153                    );
     154                    ?>
    59155                </p>
    60156            </div>
     
    63159        <div class="about__section has-2-columns">
    64160            <div class="column is-vertically-aligned-center">
    65                 <div class="about__image">
    66                     <img src="https://s.w.org/images/core/6.3/1-site-editor.webp" alt="" height="436" width="436" />
    67                 </div>
    68             </div>
    69             <div class="column is-vertically-aligned-center">
    70                 <h3><?php _e( 'Do everything in the Site Editor' ); ?></h3>
    71                 <p><?php _e( 'WordPress 6.3 brings your content, templates, and patterns together in the Site Editor for the first time. Add pages, browse style variations, create synced patterns, and enjoy fine-tuned control over your navigation menus. No more time wasted switching across different site areas—now you can focus on what matters most. Creation to completion, all in one place.' ); ?></p>
     161                <>
     162                >
     163            </div>
     164            <>
     165            ">
     166                >
     167                <>
    72168            </div>
    73169        </div>
     
    75171        <div class="about__section has-2-columns">
    76172            <div class="column is-vertically-aligned-center">
    77                 <h3><?php _e( 'Create and sync patterns' ); ?></h3>
    78                 <p><?php _e( 'Arrange blocks in unlimited ways and save them as Patterns for use throughout your site. You can even specify whether to sync your patterns (previously referred to as “reusable blocks”) so that one change applies to all parts of your site. Or, utilize patterns as a starting point with the ability to customize each instance.' ); ?></p>
    79             </div>
    80             <div class="column is-vertically-aligned-center">
    81                 <div class="about__image">
    82                     <img src="https://s.w.org/images/core/6.3/2-create-patterns.webp" alt="" height="436" width="436" />
    83                 </div>
     173                <>
     174                >
     175            </div>
     176            <>
     177            ">
     178                >
     179                <>
    84180            </div>
    85181        </div>
    86182
    87183        <div class="about__section has-2-columns">
    88             <div class="column is-vertically-aligned-center">
    89                 <div class="about__image">
    90                     <img src="https://s.w.org/images/core/6.3/3-command-palette.webp" alt="" height="436" width="436" />
    91                 </div>
    92             </div>
    93             <div class="column is-vertically-aligned-center">
    94                 <h3><?php _e( 'Work faster with the Command Palette' ); ?></h3>
    95                 <p><?php _e( 'Switch to a specific template or open your editor preferences with a new tool that helps you quickly navigate expanded functionality. With simple keyboard shortcuts (⌘+k on Mac or Ctrl+k on Windows), clicking the sidebar search icon in Site View, or clicking the Title Bar, get where you need to go and do what you need to do in seconds.' ); ?></p>
    96             </div>
    97         </div>
    98 
    99         <div class="about__section has-2-columns">
    100             <div class="column is-vertically-aligned-center">
    101                 <h3><?php _e( 'Sharpen your designs with new tools' ); ?></h3>
    102                 <p><?php _e( 'New design controls bring more versatility for fine-tuning designs, starting with the ability to customize your caption&#8217;s styles from the Styles Interface without coding. You can manage your duotone filters in Styles for supported blocks and pick from the options provided by your theme or disable them entirely. The Cover block gets added settings for text color, layout controls, and border options, making this powerful block even more handy.' ); ?></p>
    103             </div>
    104             <div class="column is-vertically-aligned-center">
    105                 <div class="about__image">
    106                     <img src="https://s.w.org/images/core/6.3/4-design-tools.webp" alt="" height="436" width="436" />
    107                 </div>
    108             </div>
    109         </div>
    110 
    111         <div class="about__section has-3-columns">
    112             <div class="column">
    113                 <div class="about__image">
    114                     <img src="https://s.w.org/images/core/6.3/5-style-revisions.webp" alt="" height="270" width="270" />
    115                 </div>
    116                 <h3 class="is-smaller-heading" style="margin-bottom:calc(var(--gap) / 4);"><?php _e( 'Track design changes with Style Revisions' ); ?></h3>
    117                 <p><?php _e( 'You can now see how your site looked at a specific time. Visualize these revisions in a timeline and access a one-click option to restore prior styles.' ); ?></p>
    118             </div>
    119             <div class="column">
    120                 <div class="about__image">
    121                     <img src="https://s.w.org/images/core/6.3/6-footnotes-block.webp" alt="" height="270" width="270" />
    122                 </div>
    123                 <h3 class="is-smaller-heading" style="margin-bottom:calc(var(--gap) / 4);"><?php _e( 'Annotate with the Footnotes block' ); ?></h3>
    124                 <p><?php _e( 'Footnotes add convenient annotations throughout your content. Now you can add and link footnotes for any paragraph.' ); ?></p>
    125             </div>
    126             <div class="column">
    127                 <div class="about__image">
    128                     <img src="https://s.w.org/images/core/6.3/7-details-block.webp" alt="" height="270" width="270" />
    129                 </div>
    130                 <h3 class="is-smaller-heading" style="margin-bottom:calc(var(--gap) / 4);"><?php _e( 'Show or hide content with the Details block' ); ?></h3>
    131                 <p><?php _e( 'Use the block to avoid spoiling a surprise, create an interactive Q&A section, or hide a long paragraph under a heading.' ); ?></p>
    132             </div>
    133         </div>
    134 
    135         <hr class="is-large" />
    136 
    137         <div class="about__section has-2-columns">
    138184            <div class="column">
    139185                <div class="about__image">
    140186                    <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    141                         <rect width="48" height="48" rx="4" fill="#151515"/>
    142                         <path d="M25.7781 16.8569L25.8 22.8573L28.9984 22.8572C29.805 22.8572 30.2796 23.6339 29.8204 24.2024L23.8213 31.6292C23.2633 32.3201 22.2013 31.9819 22.2013 31.1416L22.2 25.1481H19.0016C18.1961 25.1481 17.7212 24.3733 18.1782 23.8047L24.1496 16.3722C24.7055 15.6804 25.7749 16.0169 25.7781 16.8569Z" fill="white"/>
     187                        <rect width="48" height="48" rx="4" fill="#"/>
     188                        <path d="M25.7781 16.8569L25.8 22.8573L28.9984 22.8572C29.805 22.8572 30.2796 23.6339 29.8204 24.2024L23.8213 31.6292C23.2633 32.3201 22.2013 31.9819 22.2013 31.1416L22.2 25.1481H19.0016C18.1961 25.1481 17.7212 24.3733 18.1782 23.8047L24.1496 16.3722C24.7055 15.6804 25.7749 16.0169 25.7781 16.8569Z" fill=""/>
    143189                    </svg>
    144190                </div>
    145                 <h3 style="margin-top:calc(var(--gap) * 0.75);margin-bottom:calc(var(--gap) * 0.5)"><?php _e( 'Performance gets a boost' ); ?></h3>
    146                 <p><?php _e( 'WordPress 6.3 has 170+ performance updates, including defer and async support for the Scripts API and fetchpriority support for images. These improvements can improve your website&#8217;s load time as perceived by visitors, along with block template resolution, image lazy-loading, and the emoji loader.' ); ?></p>
     191                <h3 style="margin-top:calc(var(--gap) * 0.75);margin-bottom:calc(var(--gap) * 0.5)"><?php _e( 'Performance' ); ?></h3>
     192                <p><?php _e( 'WordPress 6..' ); ?></p>
    147193            </div>
    148194            <div class="column">
    149195                <div class="about__image">
    150196                    <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    151                         <rect width="48" height="48" rx="4" fill="#151515"/>
    152                         <path d="M24 18.285C23.55 18.285 23.1638 18.1237 22.8413 17.8012C22.5188 17.4788 22.3575 17.0925 22.3575 16.6425C22.3575 16.1925 22.5188 15.8062 22.8413 15.4837C23.1638 15.1612 23.55 15 24 15C24.45 15 24.8363 15.1612 25.1588 15.4837C25.4813 15.8062 25.6425 16.1925 25.6425 16.6425C25.6425 17.0925 25.4813 17.4788 25.1588 17.8012C24.8363 18.1237 24.45 18.285 24 18.285ZM21.5925 33V21.0075C20.5725 20.9325 19.5863 20.8275 18.6338 20.6925C17.6813 20.5575 16.77 20.385 15.9 20.175L16.2375 18.825C17.5125 19.125 18.78 19.3387 20.04 19.4662C21.3 19.5938 22.62 19.6575 24 19.6575C25.38 19.6575 26.7 19.5938 27.96 19.4662C29.22 19.3387 30.4875 19.125 31.7625 18.825L32.1 20.175C31.23 20.385 30.3187 20.5575 29.3663 20.6925C28.4137 20.8275 27.4275 20.9325 26.4075 21.0075V33H25.0575V27.15H22.9425V33H21.5925Z" fill="white"/>
     197                        <rect width="48" height="48" rx="4" fill="#"/>
     198                        <path d="M24 18.285C23.55 18.285 23.1638 18.1237 22.8413 17.8012C22.5188 17.4788 22.3575 17.0925 22.3575 16.6425C22.3575 16.1925 22.5188 15.8062 22.8413 15.4837C23.1638 15.1612 23.55 15 24 15C24.45 15 24.8363 15.1612 25.1588 15.4837C25.4813 15.8062 25.6425 16.1925 25.6425 16.6425C25.6425 17.0925 25.4813 17.4788 25.1588 17.8012C24.8363 18.1237 24.45 18.285 24 18.285ZM21.5925 33V21.0075C20.5725 20.9325 19.5863 20.8275 18.6338 20.6925C17.6813 20.5575 16.77 20.385 15.9 20.175L16.2375 18.825C17.5125 19.125 18.78 19.3387 20.04 19.4662C21.3 19.5938 22.62 19.6575 24 19.6575C25.38 19.6575 26.7 19.5938 27.96 19.4662C29.22 19.3387 30.4875 19.125 31.7625 18.825L32.1 20.175C31.23 20.385 30.3187 20.5575 29.3663 20.6925C28.4137 20.8275 27.4275 20.9325 26.4075 21.0075V33H25.0575V27.15H22.9425V33H21.5925Z" fill=""/>
    153199                    </svg>
    154200                </div>
    155                 <h3 style="margin-top:calc(var(--gap) * 0.75);margin-bottom:calc(var(--gap) * 0.5)"><?php _e( 'Accessibility remains a core focus' ); ?></h3>
    156                 <p><?php _e( 'Incorporating more than 50 accessibility improvements across the platform, WordPress 6.3 is more accessible than ever. Improved labeling, optimized tab and arrow-key navigation, revised heading hierarchy, and new controls in the admin image editor allow those using assistive technologies to navigate more easily.' ); ?></p>
    157             </div>
    158         </div>
    159 
    160         <hr class="is-large" />
    161 
    162         <div class="about__section has-3-columns">
    163             <div class="column">
    164                 <div class="about__image">
    165                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    166                         <rect width="48" height="48" rx="4" fill="#151515"/>
    167                         <path d="M15.9996 25C16.6704 25.3354 16.6703 25.3357 16.6702 25.3359L16.673 25.3305C16.6762 25.3242 16.6818 25.3135 16.6899 25.2985C16.7059 25.2686 16.7316 25.2218 16.7669 25.1608C16.8377 25.0385 16.9469 24.8592 17.0954 24.6419C17.3931 24.2062 17.8444 23.624 18.4543 23.0431C19.6731 21.8824 21.4972 20.75 23.9996 20.75C26.502 20.75 28.3261 21.8824 29.5449 23.0431C30.1549 23.624 30.6061 24.2062 30.9038 24.6419C31.0523 24.8592 31.1615 25.0385 31.2323 25.1608C31.2676 25.2218 31.2933 25.2686 31.3093 25.2985C31.3174 25.3135 31.323 25.3242 31.3262 25.3305L31.3291 25.3359C31.3289 25.3357 31.3288 25.3354 31.9996 25C32.6704 24.6646 32.6703 24.6643 32.6701 24.664L32.6688 24.6614L32.6662 24.6563L32.6583 24.6408C32.6517 24.6282 32.6427 24.6108 32.631 24.5892C32.6078 24.5459 32.5744 24.4852 32.5306 24.4096C32.4432 24.2584 32.3141 24.0471 32.1423 23.7956C31.7994 23.2938 31.2819 22.626 30.5794 21.9569C29.1731 20.6176 26.9972 19.25 23.9996 19.25C21.002 19.25 18.8261 20.6176 17.4199 21.9569C16.7174 22.626 16.1998 23.2938 15.8569 23.7956C15.6851 24.0471 15.556 24.2584 15.4686 24.4096C15.4248 24.4852 15.3914 24.5459 15.3682 24.5892C15.3566 24.6108 15.3475 24.6282 15.3409 24.6408L15.333 24.6563L15.3304 24.6614L15.3295 24.6632C15.3293 24.6635 15.3288 24.6646 15.9996 25ZM23.9996 28C25.9326 28 27.4996 26.433 27.4996 24.5C27.4996 22.567 25.9326 21 23.9996 21C22.0666 21 20.4996 22.567 20.4996 24.5C20.4996 26.433 22.0666 28 23.9996 28Z" fill="white"/>
    168                     </svg>
    169                 </div>
    170                 <h3 class="is-smaller-heading" style="margin-top:calc(var(--gap) / 2);margin-bottom:calc(var(--gap) / 4);"><?php _e( 'Preview block themes' ); ?></h3>
    171                 <p><?php _e( 'Experience block themes before you switch and preview the Site Editor, with options to customize directly before committing to a new theme.' ); ?></p>
    172             </div>
    173             <div class="column">
    174                 <div class="about__image">
    175                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    176                         <rect width="48" height="48" rx="4" fill="#151515"/>
    177                         <path fill-rule="evenodd" clip-rule="evenodd" d="M30.5 19H17.5C17.2239 19 17 19.2239 17 19.5V28.5C17 28.7761 17.2239 29 17.5 29H30.5C30.7761 29 31 28.7761 31 28.5V19.5C31 19.2239 30.7761 19 30.5 19ZM17.5 17.5H30.5C31.6046 17.5 32.5 18.3954 32.5 19.5V28.5C32.5 29.6046 31.6046 30.5 30.5 30.5H17.5C16.3954 30.5 15.5 29.6046 15.5 28.5V19.5C15.5 18.3954 16.3954 17.5 17.5 17.5ZM18.5 20.5H19.25H22V22H20V24H18.5V21.25V20.5ZM28.75 27.5H29.5V26.75V24H28V26L26 26V27.5L28.75 27.5Z" fill="white"/>
    178                     </svg>
    179                 </div>
    180                 <h3 class="is-smaller-heading" style="margin-top:calc(var(--gap) / 2);margin-bottom:calc(var(--gap) / 4);"><?php _e( 'Set aspect ratio on images' ); ?></h3>
    181                 <p><?php _e( 'Specify your aspect ratios and ensure design integrity, especially when using images in patterns.' ); ?></p>
    182             </div>
    183             <div class="column">
    184                 <div class="about__image">
    185                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    186                         <rect width="48" height="48" rx="4" fill="#151515"/>
    187                         <path fill-rule="evenodd" clip-rule="evenodd" d="M29.7499 14.9862L29.7499 14.0059L28.7939 14.279L28.7939 14.279L28.7928 14.2793L28.7928 14.2793L28.7821 14.2824L28.7506 14.2915C28.7234 14.2994 28.6837 14.3111 28.633 14.3261C28.5317 14.3562 28.386 14.4001 28.2068 14.4559C27.8488 14.5673 27.3551 14.7265 26.8128 14.9179C25.7533 15.2918 24.4209 15.8181 23.5839 16.3761C21.9787 17.4462 21.2703 18.4251 20.8568 19.1143C20.6874 19.3967 20.4992 19.8705 20.3226 20.3793C20.1388 20.9091 19.9461 21.5414 19.7753 22.1819C19.6047 22.8215 19.453 23.4805 19.3543 24.0621C19.2758 24.5242 19.2192 24.9991 19.2374 25.387L18.3036 27.7216C18.1498 28.1062 18.3368 28.5427 18.7214 28.6965C19.106 28.8503 19.5425 28.6633 19.6963 28.2787L20.3141 26.7342C20.635 26.7063 21.0572 26.6435 21.5194 26.5579C22.173 26.4369 22.9606 26.26 23.7647 26.0349C24.567 25.8102 25.3994 25.5337 26.137 25.2105C26.8594 24.8939 27.5557 24.5051 28.0303 24.0305C28.539 23.5218 28.8442 22.8139 29.0434 22.0898C29.2457 21.3547 29.36 20.5222 29.4345 19.6922C29.5006 18.9555 29.5374 18.1945 29.5718 17.4814L29.585 17.2087C29.6156 16.5862 29.6469 16.0134 29.6961 15.5127C29.7299 15.3451 29.7487 15.1792 29.7499 15.0162C29.7501 15.0062 29.7501 14.9962 29.7499 14.9862ZM21.8114 24.9706L22.8071 23.7536L27.0303 19.5305C27.386 19.1747 27.7182 18.8155 28.0194 18.4588C27.998 18.8284 27.973 19.1965 27.9405 19.5581C27.8692 20.353 27.7647 21.0831 27.5972 21.6918C27.4267 22.3114 27.211 22.7285 26.9697 22.9698C26.6943 23.2451 26.2031 23.5438 25.5349 23.8366C24.8818 24.1228 24.1205 24.3775 23.3603 24.5904C22.8227 24.7409 22.2925 24.8686 21.8114 24.9706ZM18 32.0002H26V30.5002H18V32.0002Z" fill="white"/>
    188                     </svg>
    189                 </div>
    190                 <h3 class="is-smaller-heading" style="margin-top:calc(var(--gap) / 2);margin-bottom:calc(var(--gap) / 4);"><?php _e( 'Build your site distraction-free' ); ?></h3>
    191                 <p><?php _e( 'Distraction-free designing is now available in the Site Editor.' ); ?></p>
    192             </div>
    193         </div>
    194 
    195         <div class="about__section has-3-columns">
    196             <div class="column">
    197                 <div class="about__image">
    198                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    199                         <rect width="48" height="48" rx="4" fill="#151515"/>
    200                         <path fill="#fff" fill-rule="evenodd" d="m20.014 21.168 3.988-3.418 3.988 3.418-.976 1.14-3.012-2.582-3.012 2.581-.976-1.139Z" clip-rule="evenodd"/>
    201                         <path fill="#fff" d="M16 29h16v-1.5H16V29Z"/>
    202                     </svg>
    203                 </div>
    204                 <h3 class="is-smaller-heading" style="margin-top:calc(var(--gap) / 2);margin-bottom:calc(var(--gap) / 4);"><?php _e( 'Rediscover the Top Toolbar' ); ?></h3>
    205                 <p><?php _e( 'A revamped top toolbar offers parent selectors for nested blocks, options when selecting multiple blocks, and a new interface embedded into the title bar with new functionality in mind.' ); ?></p>
    206             </div>
    207             <div class="column">
    208                 <div class="about__image">
    209                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    210                         <rect width="48" height="48" rx="4" fill="#151515"/>
    211                         <path d="M15 17.5H26V19H15V17.5Z" fill="white"/>
    212                         <path d="M18.5 23H29.5V24.5H18.5V23Z" fill="white"/>
    213                         <path d="M33 28.5H22V30H33V28.5Z" fill="white"/>
    214                     </svg>
    215                 </div>
    216                 <h3 class="is-smaller-heading" style="margin-top:calc(var(--gap) / 2);margin-bottom:calc(var(--gap) / 4);"><?php _e( 'List View improvements' ); ?></h3>
    217                 <p><?php _e( 'Drag and drop to every content layer and delete any block you would like in the updated List View.' ); ?></p>
    218             </div>
    219             <div class="column">
    220                 <div class="about__image">
    221                     <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    222                         <rect width="48" height="48" rx="4" fill="#151515"/>
    223                         <path d="M27.7 17.2L33.3 22.8C34 23.4 34 24.6 33.2 25.3L27.6 30.9C27.3 31.2 26.8 31.4 26.4 31.4C26 31.4 25.5 31.2 25.2 30.9L19.6 25.3C18.9 24.6 18.9 23.5 19.6 22.8L25.2 17.2C25.9 16.5 27 16.5 27.7 17.2Z" fill="white"/>
    224                         <path d="M22 17.5L15.7 23.8C15.6 23.9 15.6 24.1 15.8 24.1L22.1 30.4L21 31.5L14.7 25.3C14 24.6 14 23.5 14.7 22.8L21 16.5L22 17.5Z" fill="white"/>
    225                     </svg>
    226                 </div>
    227                 <h3 class="is-smaller-heading" style="margin-top:calc(var(--gap) / 2);margin-bottom:calc(var(--gap) / 4);"><?php _e( 'Build templates with Patterns' ); ?></h3>
    228                 <p><?php _e( 'Create unique patterns to jumpstart template creation with a new modal enabling access to pattern selection.' ); ?></p>
    229             </div>
    230         </div>
    231 
    232         <hr />
     201                <h3 style="margin-top:calc(var(--gap) * 0.75);margin-bottom:calc(var(--gap) * 0.5)"><?php _e( 'Accessibility' ); ?></h3>
     202                <p><?php _e( 'Every release is committed to making WordPress accessible to everyone. 6.4 brings List View improvements and aria-label support for the Navigation block, among other highlights. The admin user interface (UI) includes enhancements to button placements, "Add New" menu items context, and Site Health spoken messages.' ); ?></p>
     203            </div>
     204        </div>
    233205
    234206        <div class="about__section has-3-columns">
    235207            <div class="column about__image is-vertically-aligned-top">
    236                 <img src="<?php echo esc_url( admin_url( 'images/about-release-badge.svg?ver=6.3' ) ); ?>" alt="" height="270" width="270" />
     208                <img src="<?php echo esc_url( admin_url( 'images/about-release-badge.svg?ver=6.' ) ); ?>" alt="" height="270" width="270" />
    237209            </div>
    238210            <div class="column is-vertically-aligned-center" style="grid-column-end:span 2">
     
    250222                    printf(
    251223                        /* translators: 1: Learn WordPress link, 2: Workshops link. */
    252                         __( '<a href="%1$s">Learn WordPress</a> is a free resource for new and experienced WordPress users. Learn is stocked with how-to videos on using various features in WordPress, <a href="%2$s">interactive events</a> for exploring topics in-depth, and lesson plans for diving deep into specific areas of WordPress.' ),
     224                        __( '<a href="%1$s">Learn WordPress</a> is a free resource for new and experienced WordPress users. Learn is stocked with how-to videos on using various features in WordPress, <a href="%2$s">interactive s</a> for exploring topics in-depth, and lesson plans for diving deep into specific areas of WordPress.' ),
    253225                        'https://learn.wordpress.org/',
    254226                        'https://learn.wordpress.org/online-workshops/'
     
    263235                <div class="about__image">
    264236                    <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    265                         <rect width="48" height="48" rx="4" fill="#151515"/>
    266                         <path d="M23 34v-4h-5l-2.293-2.293a1 1 0 0 1 0-1.414L18 24h5v-2h-7v-6h7v-2h2v2h5l2.293 2.293a1 1 0 0 1 0 1.414L30 22h-5v2h7v6h-7v4h-2Zm-5-14h11.175l.646-.646a.5.5 0 0 0 0-.708L29.175 18H18v2Zm.825 8H30v-2H18.825l-.646.646a.5.5 0 0 0 0 .708l.646.646Z" fill="#fff"/>
     237                        <rect width="48" height="48" rx="4" fill="#"/>
     238                        <path d="M23 34v-4h-5l-2.293-2.293a1 1 0 0 1 0-1.414L18 24h5v-2h-7v-6h7v-2h2v2h5l2.293 2.293a1 1 0 0 1 0 1.414L30 22h-5v2h7v6h-7v4h-2Zm-5-14h11.175l.646-.646a.5.5 0 0 0 0-.708L29.175 18H18v2Zm.825 8H30v-2H18.825l-.646.646a.5.5 0 0 0 0 .708l.646.646Z" fill="#"/>
    267239                    </svg>
    268240                </div>
     
    271243                    printf(
    272244                        /* translators: %s: WordPress Field Guide link. */
    273                         __( 'Check out the latest version of the <a href="%s">WordPress Field Guide</a>. It is overflowing with detailed developer notes to help you build with WordPress.' ),
    274                         __( 'https://make.wordpress.org/core/2023/07/18/wordpress-6-3-field-guide/' )
     245                        __( 'Explore the <a href="%1$s">WordPress %2$s Field Guide</a>. Learn about the changes in this release with detailed developer notes to help you build with WordPress.' ),
     246                        __( 'https://make.wordpress.org/core/2023/07/18/wordpress-6-3-field-guide/' ),
     247                        '6.4'
    275248                    );
    276249                    ?>
     
    280253                <div class="about__image">
    281254                    <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    282                         <rect width="48" height="48" rx="4" fill="#151515"/>
    283                         <path d="M28 19.75h-8v1.5h8v-1.5ZM20 23h8v1.5h-8V23ZM26 26.25h-6v1.5h6v-1.5Z" fill="#fff"/>
    284                         <path fill-rule="evenodd" clip-rule="evenodd" d="M29 16H19a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V18a2 2 0 0 0-2-2Zm-10 1.5h10a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5H19a.5.5 0 0 1-.5-.5V18a.5.5 0 0 1 .5-.5Z" fill="#fff"/>
     255                        <rect width="48" height="48" rx="4" fill="#"/>
     256                        <path d="M28 19.75h-8v1.5h8v-1.5ZM20 23h8v1.5h-8V23ZM26 26.25h-6v1.5h6v-1.5Z" fill="#"/>
     257                        <path fill-rule="evenodd" clip-rule="evenodd" d="M29 16H19a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V18a2 2 0 0 0-2-2Zm-10 1.5h10a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5H19a.5.5 0 0 1-.5-.5V18a.5.5 0 0 1 .5-.5Z" fill="#"/>
    285258                    </svg>
    286259                </div>
     
    289262                    printf(
    290263                        /* translators: 1: WordPress Release Notes link, 2: WordPress version number. */
    291                         __( '<a href="%1$s">Read the WordPress %2$s Release Notes</a> for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.' ),
     264                        __( '<a href="%1$s">Read the WordPress %2$s Release Notes</a> for .' ),
    292265                        sprintf(
    293266                            /* translators: %s: WordPress version number. */
    294267                            esc_url( __( 'https://wordpress.org/documentation/wordpress-version/version-%s/' ) ),
    295                             '6-3'
     268                            '6-'
    296269                        ),
    297                         '6.3'
     270                        '6.'
    298271                    );
    299272                    ?>
  • trunk/src/wp-admin/contribute.php

    r56337 r56950  
    2626        </div>
    2727
    28         <div class="about__header-text">
    29             <?php _e( 'Be the future of WordPress' ); ?>
    30         </div>
     28        <div class="about__header-text"></div>
    3129    </div>
    3230
     
    4038
    4139    <div class="about__section has-2-columns is-wider-right">
    42         <div class="column about__image">
    43             <img src="<?php echo esc_url( admin_url( 'images/contribute-main.svg?ver=6.3' ) ); ?>" alt="" />
     40        <div class="column">
     41            <img src="<?php echo esc_url( admin_url( 'images/contribute-main.svg?ver=6." />
    4442        </div>
    4543        <div class="column is-vertically-aligned-center">
    4644            <p><?php _e( 'Do you use WordPress for work, for personal projects, or even just for fun? You can help shape the long-term success of the open source project that powers millions of websites around the world.' ); ?></p>
    47             <p><?php _e( 'Join the WordPress contributor community and connect with others who are passionate about maintaining a free and open web.' ); ?></p>
     45            <p><?php _e( 'Join the who are passionate about maintaining a free and open web.' ); ?></p>
    4846
    4947            <ul>
     
    6563                <li><?php _e( '<strong>Create</strong> and improve WordPress educational materials.' ); ?></li>
    6664                <li><?php _e( '<strong>Promote</strong> the WordPress project to your community.' ); ?></li>
    67                 <li><?php _e( '<strong>Curate</strong> submissions or take photos for the WordPress Photos Directory.' ); ?></li>
    68                 <li><?php _e( '<strong>Organize</strong> or participate in local WordPress Meetups and WordCamps.' ); ?></li>
     65                <li><?php _e( '<strong>Curate</strong> submissions or take photos for the Directory.' ); ?></li>
     66                <li><?php _e( '<strong>Organize</strong> or participate in local Meetups and WordCamps.' ); ?></li>
    6967                <li><?php _e( '<strong>Lend</strong> your creative imagination to the WordPress UI design.' ); ?></li>
    7068                <li><?php _e( '<strong>Edit</strong> videos and add captions to WordPress.tv.' ); ?></li>
    71                 <li><?php _e( '<strong>Explore</strong> ways to reduce the environmental impact of millions of websites.' ); ?></li>
     69                <li><?php _e( '<strong>Explore</strong> ways to reduce the environmental impact of websites.' ); ?></li>
    7270            </ul>
    7371        </div>
    7472        <div class="column">
    75             <img src="<?php echo esc_url( admin_url( 'images/contribute-no-code.svg?ver=6.3' ) ); ?>" alt="" />
     73            <img src="<?php echo esc_url( admin_url( 'images/contribute-no-code.svg?ver=6." />
    7674        </div>
    7775    </div>
    7876    <div class="about__section has-2-columns is-wider-right">
    7977        <div class="column">
    80             <img src="<?php echo esc_url( admin_url( 'images/contribute-code.svg?ver=6.3' ) ); ?>" alt="" />
     78            <img src="<?php echo esc_url( admin_url( 'images/contribute-code.svg?ver=6." />
    8179        </div>
    8280        <div class="column is-vertically-aligned-center">
     
    8583            <ul>
    8684                <li><?php _e( '<strong>Find</strong> and report bugs in the WordPress core software.' ); ?></li>
    87                 <li><?php _e( '<strong>Test</strong> new releases and proposed features for the block editor.' ); ?></li>
     85                <li><?php _e( '<strong>Test</strong> new releases and proposed features for the ditor.' ); ?></li>
    8886                <li><?php _e( '<strong>Write</strong> and submit patches to fix bugs or help build new features.' ); ?></li>
    8987                <li><?php _e( '<strong>Contribute</strong> to the code, improve the UX, and test the WordPress app.' ); ?></li>
     
    9189            <p><?php _e( 'WordPress embraces new technologies, while being committed to backward compatibility. The WordPress project uses the following languages and libraries:' ); ?></p>
    9290            <ul>
    93                 <li><?php _e( 'Core and Block Editor: HTML, CSS, PHP, SQL, JavaScript, and React' ); ?></li>
    94                 <li><?php _e( 'WordPress app: Kotlin, Java, Swift, Objective-C, Vue, Python, and TypeScript' ); ?></li>
     91                <li><?php _e( '' ); ?></li>
     92                <li><?php _e( 'WordPress app: Kotlin, Java, Swift, Objective-C, Vue, Python, and TypeScript' ); ?></li>
    9593            </ul>
    9694        </div>
    9795    </div>
    9896
    99     <div class="about__section is-feature has-subtle-background-color">
     97    <div class="about__section is-feature has--background-color">
    10098        <div class="column">
    10199            <h2><?php _e( 'Shape the future of the web with WordPress' ); ?></h2>
    102100            <p><?php _e( 'Finding the area that aligns with your skills and interests is the first step toward meaningful contribution. With more than 20 Make WordPress teams working on different parts of the open source WordPress project, there&#8217;s a place for everyone, no matter what your skill set is.' ); ?></p>
    103             <p class="aligncenter"><a href="<?php echo esc_url( __( 'https://make.wordpress.org/contribute/' ) ); ?>"><?php _e( 'Find your team &rarr;' ); ?></a></p>
     101            <p><a href="<?php echo esc_url( __( 'https://make.wordpress.org/contribute/' ) ); ?>"><?php _e( 'Find your team &rarr;' ); ?></a></p>
    104102        </div>
    105103    </div>
  • trunk/src/wp-admin/credits.php

    r56337 r56950  
    2929        </div>
    3030
    31         <div class="about__header-text">
    32             <?php
    33             printf(
    34                 /* translators: %s: Version number. */
    35                 __( 'WordPress %s was created by a worldwide team of passionate individuals' ),
    36                 $display_version
    37             );
    38             ?>
    39         </div>
     31        <div class="about__header-text"></div>
    4032    </div>
    4133
  • trunk/src/wp-admin/css/about.css

    r56826 r56950  
    2323    /* Section backgrounds */
    2424    --background: #151515;
    25     --subtle-background: #eff2ff;
     25    --subtle-background: #;
    2626
    2727    /* Main text color */
     
    3030
    3131    /* Accent colors: used in header, on special classes. */
    32     --accent-1: #3858e9; /* Link color */
    33     --accent-2: #c7b9f2; /* Accent background */
     32    --accent-1: #; /* Link color */
     33    --accent-2: #; /* Accent background */
    3434    --accent-3: #f0f0f1; /* hr background */
     35
    3536
    3637    /* Navigation colors. */
     
    113114}
    114115
     116
     117
     118
     119
    115120.about__container .has-transparent-background-color {
    116121    background-color: transparent;
     
    370375.about__container h1 {
    371376    padding: 0;
    372     color: inherit;
    373377}
    374378
     
    413417
    414418.about__section a {
    415     color: var(--accent-1);
     419    color: var(--);
    416420    text-decoration: underline;
    417421}
     
    420424.about__section a:active,
    421425.about__section a:focus {
    422     color: var(--accent-1);
     426    color: var(--);
    423427    text-decoration: none;
    424428}
     
    531535    display: flex;
    532536    flex-direction: column;
    533     align-items: center;
    534     justify-content: center;
     537    align-items: ;
     538    justify-content: ;
    535539    box-sizing: border-box;
    536     padding: calc(var(--gap) * 2) 0;
     540    padding: ) 0;
    537541    min-height: 420px;
    538542    color: var(--text-light);
    539     background: var(--background) url('../images/about-header-about.svg?ver=6.3') no-repeat;
     543    background: var(--background) url('../images/about-header-about.svg?ver=6.') no-repeat;
    540544    background-size: cover;
    541545    background-position: center;
     
    544548
    545549.credits-php .about__header {
    546     background-image: url('../images/about-header-credits.svg?ver=6.3');
     550    background-image: url('../images/about-header-credits.svg?ver=6.');
    547551}
    548552
    549553.freedoms-php .about__header {
    550     background-image: url('../images/about-header-freedoms.svg?ver=6.3');
     554    background-image: url('../images/about-header-freedoms.svg?ver=6.');
    551555}
    552556
    553557.privacy-php .about__header {
    554     background-image: url('../images/about-header-privacy.svg?ver=6.3');
     558    background-image: url('../images/about-header-privacy.svg?ver=6.');
    555559}
    556560
    557561.contribute-php .about__header {
    558     background-image: url('../images/about-header-contribute.svg?ver=6.3');
     562    background-image: url('../images/about-header-contribute.svg?ver=6.');
    559563}
    560564
     
    565569.about__header-title {
    566570    box-sizing: border-box;
    567     margin: 0 var(--gap);
     571    margin: 0 );
    568572    padding: 0;
    569     text-align: center;
    570573}
    571574
     
    574577    padding: 0;
    575578    /* Fluid font size scales on browser size 960px - 1200px. */
    576     font-size: clamp(3rem, 20vw - 9rem, 6rem);
     579    font-size: clamp(rem);
    577580    line-height: 1;
    578581    font-weight: 600;
     
    584587.contribute-php .about__header-title h1 {
    585588    /* Fluid font size scales on browser size 960px - 1200px. */
    586     font-size: clamp(3rem, 10vw - 3rem, 4.5rem);
     589    font-size: clamp(rem);
    587590}
    588591
  • trunk/src/wp-admin/freedoms.php

    r56292 r56950  
    2626
    2727    <div class="about__header">
    28         <div class="about__header-title">
     28        <div class="about__header-title">
    2929            <h1>
    3030                <?php _e( 'The Four Freedoms' ); ?>
     
    3232        </div>
    3333
    34         <div class="about__header-text">
    35             <?php _e( 'WordPress is free and open source software' ); ?>
    36         </div>
     34        <div class="about__header-text"></div>
    3735    </div>
    3836
     
    5957    <div class="about__section has-2-columns">
    6058        <div class="column aligncenter">
    61             <img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-1.svg?ver=6.3' ) ); ?>" alt="" />
     59            <img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-1.svg?ver=6.' ) ); ?>" alt="" />
    6260            <h2 class="is-smaller-heading"><?php _e( 'The 1st Freedom' ); ?></h2>
    6361            <p><?php _e( 'To run the program for any purpose.' ); ?></p>
    6462        </div>
    6563        <div class="column aligncenter">
    66             <img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-2.svg?ver=6.3' ) ); ?>" alt="" />
     64            <img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-2.svg?ver=6.' ) ); ?>" alt="" />
    6765            <h2 class="is-smaller-heading"><?php _e( 'The 2nd Freedom' ); ?></h2>
    6866            <p><?php _e( 'To study how the program works and change it to make it do what you wish.' ); ?></p>
    6967        </div>
    7068        <div class="column aligncenter">
    71             <img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-3.svg?ver=6.3' ) ); ?>" alt="" />
     69            <img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-3.svg?ver=6.' ) ); ?>" alt="" />
    7270            <h2 class="is-smaller-heading"><?php _e( 'The 3rd Freedom' ); ?></h2>
    7371            <p><?php _e( 'To redistribute.' ); ?></p>
    7472        </div>
    7573        <div class="column aligncenter">
    76             <img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-4.svg?ver=6.3' ) ); ?>" alt="" />
     74            <img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-4.svg?ver=6.' ) ); ?>" alt="" />
    7775            <h2 class="is-smaller-heading"><?php _e( 'The 4th Freedom' ); ?></h2>
    7876            <p><?php _e( 'To distribute copies of your modified versions to others.' ); ?></p>
  • trunk/src/wp-admin/images/about-header-about.svg

    r56263 r56950  
    1 <svg width="1000" height="400" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_1916_8299)"><path fill="#151515" d="M0 0h1000v400H0z"/><ellipse opacity=".2" cx="500" cy="463" rx="1497" ry="249" fill="url(#paint0_radial_1916_8299)"/><mask id="a" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="1000" height="400"><path fill="url(#paint1_radial_1916_8299)" d="M0 0h1000v400H0z"/></mask><g mask="url(#a)" stroke-width="2"><path d="M155 0v1635" stroke="url(#paint2_linear_1916_8299)"/><path d="M327.5 0v1635" stroke="url(#paint3_linear_1916_8299)"/><path d="M500 0v1635" stroke="url(#paint4_linear_1916_8299)"/><path d="M672.5 0v1635" stroke="url(#paint5_linear_1916_8299)"/><path d="M845 0v1635" stroke="url(#paint6_linear_1916_8299)"/></g></g><defs><radialGradient id="paint0_radial_1916_8299" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 249 -1497 0 500 463)"><stop stop-color="#3858E9"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></radialGradient><radialGradient id="paint1_radial_1916_8299" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 493 -1232.5 0 500 162)"><stop offset=".161" stop-color="#151515" stop-opacity="0"/><stop offset=".833"/></radialGradient><linearGradient id="paint2_linear_1916_8299" x1="155.5" x2="155.5" y2="1635" gradientUnits="userSpaceOnUse"><stop stop-color="#3858E9" stop-opacity="0"/><stop offset=".297" stop-color="#3858E9"/><stop offset=".734" stop-color="#3858E9"/><stop offset="1" stop-color="#3858E9" stop-opacity="0"/><stop offset="1" stop-color="#3858E9" stop-opacity="0"/></linearGradient><linearGradient id="paint3_linear_1916_8299" x1="328" x2="328" y2="1635" gradientUnits="userSpaceOnUse"><stop stop-color="#FFFCB5" stop-opacity="0"/><stop offset="0" stop-color="#FFFCB5" stop-opacity="0"/><stop offset=".297" stop-color="#FFFCB5"/><stop offset=".734" stop-color="#FFFCB5"/><stop offset="1" stop-color="#FFFCB5" stop-opacity="0"/></linearGradient><linearGradient id="paint4_linear_1916_8299" x1="500.5" x2="500.5" y2="1635" gradientUnits="userSpaceOnUse"><stop stop-color="#C7FFDB" stop-opacity="0"/><stop offset=".297" stop-color="#C7FFDB"/><stop offset=".693" stop-color="#C7FFDB"/><stop offset="1" stop-color="#C7FFDB" stop-opacity="0"/></linearGradient><linearGradient id="paint5_linear_1916_8299" x1="673" x2="673" y2="1635" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB7A7" stop-opacity="0"/><stop offset=".297" stop-color="#FFB7A7"/><stop offset=".734" stop-color="#FFB7A7"/><stop offset="1" stop-color="#3858E9" stop-opacity="0"/><stop offset="1" stop-color="#FFB7A7" stop-opacity="0"/></linearGradient><linearGradient id="paint6_linear_1916_8299" x1="845.5" x2="845.5" y2="1635" gradientUnits="userSpaceOnUse"><stop stop-color="#7B90FF" stop-opacity="0"/><stop offset=".297" stop-color="#7B90FF"/><stop offset=".734" stop-color="#7B90FF"/><stop offset="1" stop-color="#3858E9" stop-opacity="0"/><stop offset="1" stop-color="#7B90FF" stop-opacity="0"/></linearGradient><clipPath id="clip0_1916_8299"><path fill="#fff" d="M0 0h1000v400H0z"/></clipPath></defs></svg>
     1<svg width="1000" height="420" viewBox="0 0 1000 420" fill="none" xmlns="http://www.w3.org/2000/svg">
     2<g clip-path="url(#clip0_928_4988)">
     3<rect width="1000" height="420" rx="2" fill="#EAE9E7"/>
     4<path d="M303.711 -552.516V149.852L795.846 -342.283L902.156 -234.778L407.632 259.746H1110V411.448H414.799L912.907 909.556L805.402 1017.06L303.711 515.37V1222.52H152.009V515.37L-352.071 1019.45L-459.577 913.139L42.1146 411.448H-665.031V259.746H48.0871L-450.021 -238.361L-342.515 -345.867L152.009 148.657V-552.516H303.711Z" fill="white" fill-opacity="0.35"/>
     5<path d="M783 260C783 273.132 780.413 286.136 775.388 298.268C770.362 310.401 762.997 321.425 753.711 330.711C744.425 339.997 733.401 347.362 721.268 352.388C709.136 357.413 696.132 360 683 360L683 280C685.626 280 688.227 279.483 690.654 278.478C693.08 277.472 695.285 275.999 697.142 274.142C698.999 272.285 700.472 270.08 701.478 267.654C702.483 265.227 703 262.626 703 260H783Z" fill="#111111"/>
     6<path d="M683 160C696.132 160 709.136 162.587 721.268 167.612C733.401 172.638 744.425 180.003 753.711 189.289C762.997 198.575 770.362 209.599 775.388 221.732C780.413 233.864 783 246.868 783 260L703 260C703 257.374 702.483 254.773 701.478 252.346C700.472 249.92 698.999 247.715 697.142 245.858C695.285 244.001 693.08 242.528 690.654 241.522C688.227 240.517 685.626 240 683 240V160Z" fill="#CFCABE"/>
     7<path d="M683 360C669.868 360 656.864 357.413 644.732 352.388C632.599 347.362 621.575 339.996 612.289 330.711C603.003 321.425 595.637 310.401 590.612 298.268C585.587 286.136 583 273.132 583 260L663 260C663 262.626 663.517 265.227 664.522 267.654C665.527 270.08 667.001 272.285 668.858 274.142C670.715 275.999 672.92 277.472 675.346 278.478C677.773 279.483 680.374 280 683 280L683 360Z" fill="#D8613C"/>
     8<path fill-rule="evenodd" clip-rule="evenodd" d="M753.4 60H653.4L583 260L663 260C663 248.954 671.954 240 683 240C685.329 240 687.564 240.398 689.642 241.129L753.4 60Z" fill="#B1C5A4"/>
     9<rect x="829" y="160" width="100" height="100" fill="#636363"/>
     10<rect x="829" y="260" width="100" height="100" fill="#B6BDBC"/>
     11<path d="M799.4 60H899.4L829 260H729L799.4 60Z" fill="#D8613C"/>
     12<circle cx="762" cy="333" r="27" fill="#C2A990"/>
     13<path d="M763.621 319.886V330.569L771.107 323.084L772.724 324.719L765.202 332.241H775.886V334.549H765.311L772.888 342.125L771.252 343.761L763.621 336.129V346.886H761.314V336.129L753.646 343.797L752.011 342.18L759.642 334.549H748.886V332.241H759.733L752.156 324.664L753.792 323.029L761.314 330.551V319.886H763.621Z" fill="#111111"/>
     14</g>
     15<defs>
     16<clipPath id="clip0_928_4988">
     17<rect width="1000" height="420" rx="2" fill="white"/>
     18</clipPath>
     19</defs>
     20</svg>
  • trunk/src/wp-admin/images/about-header-contribute.svg

    r56292 r56950  
    1 <svg width="1000" height="400" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_3974_29104)"><path fill="#151515" d="M0 0h1000v400H0z"/><ellipse opacity=".2" cx="500" cy="463" rx="1497" ry="249" fill="url(#paint0_radial_3974_29104)"/><g opacity=".3" stroke-width="2"><circle cx="100" cy="100" r="101" transform="matrix(-1 0 0 1 1100 55)" stroke="url(#paint1_linear_3974_29104)"/><circle cx="100" cy="100" r="101" transform="matrix(0 1 1 0 650 10)" stroke="url(#paint2_linear_3974_29104)"/><circle cx="100" cy="100" r="101" transform="matrix(0 1 1 0 150 190)" stroke="url(#paint3_linear_3974_29104)"/><circle opacity=".7" cx="100" cy="100" r="101" transform="matrix(0 1 1 0 400 100)" stroke="url(#paint4_linear_3974_29104)"/><circle cx="100" cy="100" r="101" transform="matrix(-1 0 0 1 100 145)" stroke="url(#paint5_linear_3974_29104)"/></g></g><defs><radialGradient id="paint0_radial_3974_29104" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 249 -1497 0 500 463)"><stop stop-color="#3858E9"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></radialGradient><linearGradient id="paint1_linear_3974_29104" x1="190" y1="215" x2="76" y2="47" gradientUnits="userSpaceOnUse"><stop stop-color="#3858E9"/><stop offset=".516" stop-color="#3858E9"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint2_linear_3974_29104" x1="-19" y1="173" x2="100" y2="200" gradientUnits="userSpaceOnUse"><stop stop-color="#FFFCB5"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint3_linear_3974_29104" x1="14" y1="160" x2="175" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#151515" stop-opacity="0"/><stop offset=".776" stop-color="#FFB7A7"/><stop offset="1" stop-color="#FFB7A7"/></linearGradient><linearGradient id="paint4_linear_3974_29104" x1="100" x2="100" y2="200" gradientUnits="userSpaceOnUse"><stop stop-color="#C7FFDB"/><stop offset=".563" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint5_linear_3974_29104" x1="100" x2="100" y2="200" gradientUnits="userSpaceOnUse"><stop stop-color="#7B90FF"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><clipPath id="clip0_3974_29104"><path fill="#fff" d="M0 0h1000v400H0z"/></clipPath></defs></svg>
     1<svg width="1000" height="420" viewBox="0 0 1000 420" fill="none" xmlns="http://www.w3.org/2000/svg">
     2<g clip-path="url(#clip0_945_5606)">
     3<rect width="1000" height="420" fill="#EAE9E7"/>
     4<path d="M303.711 -552.516V149.852L795.846 -342.283L902.156 -234.778L407.632 259.746H1110V411.448H414.799L912.907 909.556L805.402 1017.06L303.711 515.37V1222.52H152.009V515.37L-352.071 1019.45L-459.577 913.139L42.1146 411.448H-665.031V259.746H48.0871L-450.021 -238.361L-342.515 -345.867L152.009 148.657V-552.516H303.711Z" fill="white" fill-opacity="0.35"/>
     5<path d="M783 260C783 273.132 780.413 286.136 775.388 298.268C770.362 310.401 762.997 321.425 753.711 330.711C744.425 339.997 733.401 347.362 721.268 352.388C709.136 357.413 696.132 360 683 360L683 280C685.626 280 688.227 279.483 690.654 278.478C693.08 277.472 695.285 275.999 697.142 274.142C698.999 272.285 700.472 270.08 701.478 267.654C702.483 265.227 703 262.626 703 260H783Z" fill="#D8613C"/>
     6<path d="M683 160C696.132 160 709.136 162.587 721.268 167.612C733.401 172.638 744.425 180.003 753.711 189.289C762.997 198.575 770.362 209.599 775.388 221.732C780.413 233.864 783 246.868 783 260L703 260C703 257.374 702.483 254.773 701.478 252.346C700.472 249.92 698.999 247.715 697.142 245.858C695.285 244.001 693.08 242.528 690.654 241.522C688.227 240.517 685.626 240 683 240V160Z" fill="#C2A990"/>
     7<path d="M683 360C669.868 360 656.864 357.413 644.732 352.388C632.599 347.362 621.575 339.996 612.289 330.711C603.003 321.425 595.637 310.401 590.612 298.268C585.587 286.136 583 273.132 583 260L663 260C663 262.626 663.517 265.227 664.522 267.654C665.527 270.08 667.001 272.285 668.858 274.142C670.715 275.999 672.92 277.472 675.346 278.478C677.773 279.483 680.374 280 683 280L683 360Z" fill="#636363"/>
     8<path fill-rule="evenodd" clip-rule="evenodd" d="M753.4 60H653.4L583 260L663 260C663 248.954 671.954 240 683 240C685.329 240 687.564 240.398 689.642 241.129L753.4 60Z" fill="#B6BDBC"/>
     9<rect x="829" y="160" width="100" height="100" fill="#D8613C"/>
     10<rect x="829" y="260" width="100" height="100" fill="#B1C5A4"/>
     11<path d="M799.4 60H899.4L829 260H729L799.4 60Z" fill="#111111"/>
     12<circle cx="762" cy="333" r="27" fill="white"/>
     13<path d="M763.621 319.886V330.569L771.107 323.084L772.724 324.719L765.202 332.241H775.886V334.549H765.311L772.888 342.125L771.252 343.761L763.621 336.129V346.886H761.314V336.129L753.646 343.797L752.011 342.18L759.642 334.549H748.886V332.241H759.733L752.156 324.664L753.792 323.029L761.314 330.551V319.886H763.621Z" fill="#111111"/>
     14</g>
     15<defs>
     16<clipPath id="clip0_945_5606">
     17<rect width="1000" height="420" fill="white"/>
     18</clipPath>
     19</defs>
     20</svg>
  • trunk/src/wp-admin/images/about-header-credits.svg

    r56263 r56950  
    1 <svg width="1000" height="400" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_1916_7547)"><path fill="#151515" d="M0 0h1000v400H0z"/><g opacity=".3" stroke-width="2"><circle cy="155" r="101" stroke="url(#paint0_linear_1916_7547)"/><circle cx="250" cy="110" r="101" transform="rotate(90 250 110)" stroke="url(#paint1_linear_1916_7547)"/><circle cx="750" cy="290" r="101" transform="rotate(90 750 290)" stroke="url(#paint2_linear_1916_7547)"/><circle opacity=".7" cx="500" cy="200" r="101" transform="rotate(90 500 200)" stroke="url(#paint3_linear_1916_7547)"/><circle cx="1000" cy="245" r="101" stroke="url(#paint4_linear_1916_7547)"/></g><ellipse opacity=".2" cx="500" cy="463" rx="1497" ry="249" fill="url(#paint5_radial_1916_7547)"/></g><defs><linearGradient id="paint0_linear_1916_7547" x1="90" y1="270" x2="-24" y2="102" gradientUnits="userSpaceOnUse"><stop stop-color="#3858E9"/><stop offset=".516" stop-color="#3858E9"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint1_linear_1916_7547" x1="131" y1="183" x2="250" y2="210" gradientUnits="userSpaceOnUse"><stop stop-color="#FFFCB5"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint2_linear_1916_7547" x1="664" y1="350" x2="825" y2="214" gradientUnits="userSpaceOnUse"><stop stop-color="#151515" stop-opacity="0"/><stop offset=".776" stop-color="#FFB7A7"/><stop offset="1" stop-color="#FFB7A7"/></linearGradient><linearGradient id="paint3_linear_1916_7547" x1="500" y1="100" x2="500" y2="300" gradientUnits="userSpaceOnUse"><stop stop-color="#C7FFDB"/><stop offset=".563" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint4_linear_1916_7547" x1="1000" y1="145" x2="1000" y2="345" gradientUnits="userSpaceOnUse"><stop stop-color="#7B90FF"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><radialGradient id="paint5_radial_1916_7547" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 249 -1497 0 500 463)"><stop stop-color="#3858E9"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></radialGradient><clipPath id="clip0_1916_7547"><path fill="#fff" d="M0 0h1000v400H0z"/></clipPath></defs></svg>
     1<svg width="1000" height="420" viewBox="0 0 1000 420" fill="none" xmlns="http://www.w3.org/2000/svg">
     2<g clip-path="url(#clip0_945_5546)">
     3<rect width="1000" height="420" fill="#EAE9E7"/>
     4<path d="M303.711 -552.516V149.852L795.846 -342.283L902.156 -234.778L407.632 259.746H1110V411.448H414.799L912.907 909.556L805.402 1017.06L303.711 515.37V1222.52H152.009V515.37L-352.071 1019.45L-459.577 913.139L42.1146 411.448H-665.031V259.746H48.0871L-450.021 -238.361L-342.515 -345.867L152.009 148.657V-552.516H303.711Z" fill="white" fill-opacity="0.35"/>
     5<path d="M783 260C783 273.132 780.413 286.136 775.388 298.268C770.362 310.401 762.997 321.425 753.711 330.711C744.425 339.997 733.401 347.362 721.268 352.388C709.136 357.413 696.132 360 683 360L683 280C685.626 280 688.227 279.483 690.654 278.478C693.08 277.472 695.285 275.999 697.142 274.142C698.999 272.285 700.472 270.08 701.478 267.654C702.483 265.227 703 262.626 703 260H783Z" fill="#C2A990"/>
     6<path d="M683 160C696.132 160 709.136 162.587 721.268 167.612C733.401 172.638 744.425 180.003 753.711 189.289C762.997 198.575 770.362 209.599 775.388 221.732C780.413 233.864 783 246.868 783 260L703 260C703 257.374 702.483 254.773 701.478 252.346C700.472 249.92 698.999 247.715 697.142 245.858C695.285 244.001 693.08 242.528 690.654 241.522C688.227 240.517 685.626 240 683 240V160Z" fill="#B1C5A4"/>
     7<path d="M683 360C669.868 360 656.864 357.413 644.732 352.388C632.599 347.362 621.575 339.996 612.289 330.711C603.003 321.425 595.637 310.401 590.612 298.268C585.587 286.136 583 273.132 583 260L663 260C663 262.626 663.517 265.227 664.522 267.654C665.527 270.08 667.001 272.285 668.858 274.142C670.715 275.999 672.92 277.472 675.346 278.478C677.773 279.483 680.374 280 683 280L683 360Z" fill="#111111"/>
     8<path fill-rule="evenodd" clip-rule="evenodd" d="M753.4 60H653.4L583 260L663 260C663 248.954 671.954 240 683 240C685.329 240 687.564 240.398 689.642 241.129L753.4 60Z" fill="#D8613C"/>
     9<rect x="829" y="160" width="100" height="100" fill="#111111"/>
     10<rect x="829" y="260" width="100" height="100" fill="#B6BDBC"/>
     11<path d="M799.4 60H899.4L829 260H729L799.4 60Z" fill="#CFCABE"/>
     12<circle cx="762" cy="333" r="27" fill="white"/>
     13<path d="M763.621 319.886V330.569L771.107 323.084L772.724 324.719L765.202 332.241H775.886V334.549H765.311L772.888 342.125L771.252 343.761L763.621 336.129V346.886H761.314V336.129L753.646 343.797L752.011 342.18L759.642 334.549H748.886V332.241H759.733L752.156 324.664L753.792 323.029L761.314 330.551V319.886H763.621Z" fill="#111111"/>
     14</g>
     15<defs>
     16<clipPath id="clip0_945_5546">
     17<rect width="1000" height="420" fill="white"/>
     18</clipPath>
     19</defs>
     20</svg>
  • trunk/src/wp-admin/images/about-header-freedoms.svg

    r56292 r56950  
    1 <svg width="1000" height="400" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_1916_6764)"><path fill="#151515" d="M0 0h1000v400H0z"/><ellipse opacity=".2" cx="500" cy="463" rx="1497" ry="249" fill="url(#paint0_radial_1916_6764)"/><path opacity=".4" d="M301 449h1v-95.447c0-4.441 0-7.834-.221-10.543-.223-2.73-.676-4.852-1.632-6.728a16.998 16.998 0 0 0-7.429-7.429c-1.876-.956-3.998-1.409-6.728-1.632-2.709-.221-6.102-.221-10.543-.221H160.154c-3.321 0-5.875 0-7.917.167-2.063.168-3.691.512-5.139 1.25a12.997 12.997 0 0 0-5.681 5.681c-.738 1.448-1.082 3.076-1.25 5.139-.167 2.042-.167 4.596-.167 7.917V449h161z" stroke="url(#paint1_linear_1916_6764)" stroke-width="2"/><path opacity=".4" d="M493 449h1v-95.447c0-4.441 0-7.834-.221-10.543-.223-2.73-.676-4.852-1.632-6.728a16.998 16.998 0 0 0-7.429-7.429c-1.876-.956-3.998-1.409-6.728-1.632-2.709-.221-6.102-.221-10.543-.221H352.154c-3.321 0-5.875 0-7.917.167-2.063.168-3.691.512-5.139 1.25a12.997 12.997 0 0 0-5.681 5.681c-.738 1.448-1.082 3.076-1.25 5.139-.167 2.042-.167 4.596-.167 7.917V449h161z" stroke="url(#paint2_linear_1916_6764)" stroke-width="2"/><path opacity=".4" d="M685 449h1v-95.447c0-4.441 0-7.834-.221-10.543-.223-2.73-.676-4.852-1.632-6.728a16.998 16.998 0 0 0-7.429-7.429c-1.876-.956-3.998-1.409-6.728-1.632-2.709-.221-6.102-.221-10.543-.221H544.154c-3.321 0-5.875 0-7.917.167-2.063.168-3.691.512-5.139 1.25a12.997 12.997 0 0 0-5.681 5.681c-.738 1.448-1.082 3.076-1.25 5.139-.167 2.042-.167 4.596-.167 7.917V449h161z" stroke="url(#paint3_linear_1916_6764)" stroke-width="2"/><path opacity=".4" d="M877 449h1v-95.447c0-4.441 0-7.834-.221-10.543-.223-2.73-.676-4.852-1.632-6.728a16.998 16.998 0 0 0-7.429-7.429c-1.876-.956-3.998-1.409-6.728-1.632-2.709-.221-6.102-.221-10.543-.221H736.154c-3.321 0-5.875 0-7.917.167-2.063.168-3.691.512-5.139 1.25a12.997 12.997 0 0 0-5.681 5.681c-.738 1.448-1.082 3.076-1.25 5.139-.167 2.042-.167 4.596-.167 7.917V449h161z" stroke="url(#paint4_linear_1916_6764)" stroke-width="2"/></g><defs><radialGradient id="paint0_radial_1916_6764" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 249 -1497 0 500 463)"><stop stop-color="#3858E9"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></radialGradient><linearGradient id="paint1_linear_1916_6764" x1="221" y1="328" x2="221" y2="448" gradientUnits="userSpaceOnUse"><stop stop-color="#3858E9"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint2_linear_1916_6764" x1="413" y1="328" x2="413" y2="448" gradientUnits="userSpaceOnUse"><stop stop-color="#FFFCB5"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint3_linear_1916_6764" x1="605" y1="328" x2="605" y2="448" gradientUnits="userSpaceOnUse"><stop stop-color="#C7FFDB"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint4_linear_1916_6764" x1="797" y1="328" x2="797" y2="448" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB7A7"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><clipPath id="clip0_1916_6764"><path fill="#fff" d="M0 0h1000v400H0z"/></clipPath></defs></svg>
     1<svg width="1000" height="420" viewBox="0 0 1000 420" fill="none" xmlns="http://www.w3.org/2000/svg">
     2<g clip-path="url(#clip0_945_5566)">
     3<rect width="1000" height="420" fill="#EAE9E7"/>
     4<path d="M303.711 -552.516V149.852L795.846 -342.283L902.156 -234.778L407.632 259.746H1110V411.448H414.799L912.907 909.556L805.402 1017.06L303.711 515.37V1222.52H152.009V515.37L-352.071 1019.45L-459.577 913.139L42.1146 411.448H-665.031V259.746H48.0871L-450.021 -238.361L-342.515 -345.867L152.009 148.657V-552.516H303.711Z" fill="white" fill-opacity="0.35"/>
     5<path d="M783 260C783 273.132 780.413 286.136 775.388 298.268C770.362 310.401 762.997 321.425 753.711 330.711C744.425 339.997 733.401 347.362 721.268 352.388C709.136 357.413 696.132 360 683 360L683 280C685.626 280 688.227 279.483 690.654 278.478C693.08 277.472 695.285 275.999 697.142 274.142C698.999 272.285 700.472 270.08 701.478 267.654C702.483 265.227 703 262.626 703 260H783Z" fill="#B6BDBC"/>
     6<path d="M683 160C696.132 160 709.136 162.587 721.268 167.612C733.401 172.638 744.425 180.003 753.711 189.289C762.997 198.575 770.362 209.599 775.388 221.732C780.413 233.864 783 246.868 783 260L703 260C703 257.374 702.483 254.773 701.478 252.346C700.472 249.92 698.999 247.715 697.142 245.858C695.285 244.001 693.08 242.528 690.654 241.522C688.227 240.517 685.626 240 683 240V160Z" fill="#D8613C"/>
     7<path d="M683 360C669.868 360 656.864 357.413 644.732 352.388C632.599 347.362 621.575 339.996 612.289 330.711C603.003 321.425 595.637 310.401 590.612 298.268C585.587 286.136 583 273.132 583 260L663 260C663 262.626 663.517 265.227 664.522 267.654C665.527 270.08 667.001 272.285 668.858 274.142C670.715 275.999 672.92 277.472 675.346 278.478C677.773 279.483 680.374 280 683 280L683 360Z" fill="#C2A990"/>
     8<path fill-rule="evenodd" clip-rule="evenodd" d="M753.4 60H653.4L583 260L663 260C663 248.954 671.954 240 683 240C685.329 240 687.564 240.398 689.642 241.129L753.4 60Z" fill="#111111"/>
     9<rect x="829" y="160" width="100" height="100" fill="#CFCABE"/>
     10<rect x="829" y="260" width="100" height="100" fill="#D8613C"/>
     11<path d="M799.4 60H899.4L829 260H729L799.4 60Z" fill="#B1C5A4"/>
     12<circle cx="762" cy="333" r="27" fill="#F9F9F9"/>
     13<path d="M763.621 319.886V330.569L771.107 323.084L772.724 324.719L765.202 332.241H775.886V334.549H765.311L772.888 342.125L771.252 343.761L763.621 336.129V346.886H761.314V336.129L753.646 343.797L752.011 342.18L759.642 334.549H748.886V332.241H759.733L752.156 324.664L753.792 323.029L761.314 330.551V319.886H763.621Z" fill="#111111"/>
     14</g>
     15<defs>
     16<clipPath id="clip0_945_5566">
     17<rect width="1000" height="420" fill="white"/>
     18</clipPath>
     19</defs>
     20</svg>
  • trunk/src/wp-admin/images/about-header-privacy.svg

    r56263 r56950  
    1 <svg width="1000" height="400" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_1916_7203)"><path fill="#151515" d="M0 0h1000v400H0z"/><ellipse opacity=".2" cx="500" cy="463" rx="1497" ry="249" fill="url(#paint0_radial_1916_7203)"/><path opacity=".4" d="M1138 449h1v-85.046c0-11.162 0-19.596-.55-26.307-.55-6.732-1.66-11.818-3.92-16.261a40.976 40.976 0 0 0-17.92-17.917c-4.44-2.264-9.52-3.371-16.26-3.921-6.71-.548-15.14-.548-26.3-.548H801.953c-11.161 0-19.596 0-26.306.548-6.732.55-11.818 1.657-16.261 3.921a41.006 41.006 0 0 0-17.917 17.917c-2.264 4.443-3.371 9.529-3.921 16.261-.548 6.71-.548 15.145-.548 26.306V449h401z" stroke="url(#paint1_linear_1916_7203)" stroke-width="2"/><path opacity=".4" d="M1058 291a119.98 119.98 0 0 0-35.15-84.853A119.987 119.987 0 0 0 938 171a120.003 120.003 0 0 0-120 120" stroke="url(#paint2_linear_1916_7203)" stroke-width="3"/></g><defs><radialGradient id="paint0_radial_1916_7203" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 249 -1497 0 500 463)"><stop stop-color="#3858E9"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></radialGradient><linearGradient id="paint1_linear_1916_7203" x1="938" y1="300" x2="938" y2="448" gradientUnits="userSpaceOnUse"><stop stop-color="#C7FFDB"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></linearGradient><linearGradient id="paint2_linear_1916_7203" x1="938" y1="171" x2="938" y2="291" gradientUnits="userSpaceOnUse"><stop stop-color="#3858E9"/><stop offset=".563" stop-color="#3858E9" stop-opacity="0"/></linearGradient><clipPath id="clip0_1916_7203"><path fill="#fff" d="M0 0h1000v400H0z"/></clipPath></defs></svg>
     1<svg width="1000" height="420" viewBox="0 0 1000 420" fill="none" xmlns="http://www.w3.org/2000/svg">
     2<g clip-path="url(#clip0_945_5586)">
     3<rect width="1000" height="420" fill="#EAE9E7"/>
     4<path d="M303.711 -552.516V149.852L795.846 -342.283L902.156 -234.778L407.632 259.746H1110V411.448H414.799L912.907 909.556L805.402 1017.06L303.711 515.37V1222.52H152.009V515.37L-352.071 1019.45L-459.577 913.139L42.1146 411.448H-665.031V259.746H48.0871L-450.021 -238.361L-342.515 -345.867L152.009 148.657V-552.516H303.711Z" fill="white" fill-opacity="0.35"/>
     5<path d="M783 260C783 273.132 780.413 286.136 775.388 298.268C770.362 310.401 762.997 321.425 753.711 330.711C744.425 339.997 733.401 347.362 721.268 352.388C709.136 357.413 696.132 360 683 360L683 280C685.626 280 688.227 279.483 690.654 278.478C693.08 277.472 695.285 275.999 697.142 274.142C698.999 272.285 700.472 270.08 701.478 267.654C702.483 265.227 703 262.626 703 260H783Z" fill="#636363"/>
     6<path d="M683 160C696.132 160 709.136 162.587 721.268 167.612C733.401 172.638 744.425 180.003 753.711 189.289C762.997 198.575 770.362 209.599 775.388 221.732C780.413 233.864 783 246.868 783 260L703 260C703 257.374 702.483 254.773 701.478 252.346C700.472 249.92 698.999 247.715 697.142 245.858C695.285 244.001 693.08 242.528 690.654 241.522C688.227 240.517 685.626 240 683 240V160Z" fill="#111111"/>
     7<path d="M683 360C669.868 360 656.864 357.413 644.732 352.388C632.599 347.362 621.575 339.996 612.289 330.711C603.003 321.425 595.637 310.401 590.612 298.268C585.587 286.136 583 273.132 583 260L663 260C663 262.626 663.517 265.227 664.522 267.654C665.527 270.08 667.001 272.285 668.858 274.142C670.715 275.999 672.92 277.472 675.346 278.478C677.773 279.483 680.374 280 683 280L683 360Z" fill="#D8613C"/>
     8<path fill-rule="evenodd" clip-rule="evenodd" d="M753.4 60H653.4L583 260L663 260C663 248.954 671.954 240 683 240C685.329 240 687.564 240.398 689.642 241.129L753.4 60Z" fill="#C2A990"/>
     9<rect x="829" y="160" width="100" height="100" fill="#B1C5A4"/>
     10<rect x="829" y="260" width="100" height="100" fill="#111111"/>
     11<path d="M799.4 60H899.4L829 260H729L799.4 60Z" fill="#B6BDBC"/>
     12<circle cx="762" cy="333" r="27" fill="#F9F9F9"/>
     13<path d="M763.621 319.886V330.569L771.107 323.084L772.724 324.719L765.202 332.241H775.886V334.549H765.311L772.888 342.125L771.252 343.761L763.621 336.129V346.886H761.314V336.129L753.646 343.797L752.011 342.18L759.642 334.549H748.886V332.241H759.733L752.156 324.664L753.792 323.029L761.314 330.551V319.886H763.621Z" fill="#111111"/>
     14</g>
     15<defs>
     16<clipPath id="clip0_945_5586">
     17<rect width="1000" height="420" fill="white"/>
     18</clipPath>
     19</defs>
     20</svg>
  • trunk/src/wp-admin/images/about-release-badge.svg

    r56292 r56950  
    1 <svg width="280" height="280" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_2238_13933)"><rect width="280" height="280" rx="5" fill="#151515"/><ellipse opacity=".2" cx="140" cy="323" rx="928" ry="154" fill="url(#paint0_radial_2238_13933)"/><g clip-path="url(#clip1_2238_13933)" stroke-width="1.5"><path d="M53 135v1635" stroke="url(#paint1_linear_2238_13933)"/><path d="M111 135v1635" stroke="url(#paint2_linear_2238_13933)"/><path d="M169 135v1635" stroke="url(#paint3_linear_2238_13933)"/><path d="M227 135v1635" stroke="url(#paint4_linear_2238_13933)"/></g><path d="M99.984 177.221c-15.576 0-28.466-10.889-28.466-35.596v-.098c0-23.291 10.79-37.207 28.759-37.207 13.037 0 22.754 7.52 25 18.164l.098.537h-12.5l-.195-.439c-1.856-4.834-6.201-7.959-12.5-7.959-11.328 0-16.065 10.84-16.553 24.17-.049.732-.049 1.465-.049 2.246h.244c2.784-6.445 9.815-11.328 19.385-11.328 13.574 0 23.096 9.766 23.096 22.998v.098c0 14.209-11.133 24.414-26.319 24.414zm-14.257-24.219c0 7.812 6.2 13.916 14.062 13.916 7.861 0 14.111-6.055 14.111-13.672v-.098c0-8.007-5.908-13.72-13.965-13.72-8.056 0-14.208 5.664-14.208 13.525v.049zm54.494 23.779c-3.955 0-7.08-3.125-7.08-7.08 0-3.906 3.125-7.031 7.08-7.031s7.031 3.125 7.031 7.031c0 3.955-3.076 7.08-7.031 7.08zm39.357.44c-15.478 0-25.537-8.301-26.514-20.117l-.048-.586h12.06l.049.537c.684 5.713 6.152 9.863 14.404 9.863 8.155 0 13.575-4.492 13.575-10.889v-.097c0-7.422-5.469-11.524-14.454-11.524h-8.349v-9.375h8.056c7.764 0 12.94-4.394 12.94-10.547v-.097c0-6.348-4.297-10.059-11.865-10.059-7.422 0-12.5 3.858-13.135 9.912l-.049.488h-11.719l.049-.585c1.026-11.915 10.645-19.825 24.854-19.825 14.55 0 23.974 7.471 23.974 18.409v.097c0 8.74-6.347 14.551-14.795 16.309v.244c10.401.976 17.285 7.129 17.285 16.894v.098c0 12.256-10.742 20.85-26.318 20.85z" fill="#fff"/></g><defs><radialGradient id="paint0_radial_2238_13933" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 154 -928 0 140 323)"><stop stop-color="#3858E9"/><stop offset="1" stop-color="#151515" stop-opacity="0"/></radialGradient><linearGradient id="paint1_linear_2238_13933" x1="53.5" y1="135" x2="53.5" y2="1770" gradientUnits="userSpaceOnUse"><stop stop-color="#3858E9" stop-opacity="0"/><stop offset=".297" stop-color="#3858E9"/><stop offset=".734" stop-color="#3858E9"/><stop offset="1" stop-color="#3858E9" stop-opacity="0"/><stop offset="1" stop-color="#3858E9" stop-opacity="0"/></linearGradient><linearGradient id="paint2_linear_2238_13933" x1="111.5" y1="135" x2="111.5" y2="1770" gradientUnits="userSpaceOnUse"><stop stop-color="#C7FFDB" stop-opacity="0"/><stop offset=".297" stop-color="#C7FFDB"/><stop offset=".693" stop-color="#C7FFDB"/><stop offset="1" stop-color="#C7FFDB" stop-opacity="0"/></linearGradient><linearGradient id="paint3_linear_2238_13933" x1="169.5" y1="135" x2="169.5" y2="1770" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB7A7" stop-opacity="0"/><stop offset=".297" stop-color="#FFB7A7"/><stop offset=".734" stop-color="#FFB7A7"/><stop offset="1" stop-color="#3858E9" stop-opacity="0"/><stop offset="1" stop-color="#FFB7A7" stop-opacity="0"/></linearGradient><linearGradient id="paint4_linear_2238_13933" x1="227.5" y1="135" x2="227.5" y2="1770" gradientUnits="userSpaceOnUse"><stop stop-color="#7B90FF" stop-opacity="0"/><stop offset=".297" stop-color="#7B90FF"/><stop offset=".734" stop-color="#7B90FF"/><stop offset="1" stop-color="#3858E9" stop-opacity="0"/><stop offset="1" stop-color="#7B90FF" stop-opacity="0"/></linearGradient><clipPath id="clip0_2238_13933"><rect width="280" height="280" rx="5" fill="#fff"/></clipPath><clipPath id="clip1_2238_13933"><path fill="#fff" transform="translate(0 135)" d="M0 0h280v280H0z"/></clipPath></defs></svg>
     1<svg width="280" height="280" viewBox="0 0 280 280" fill="none" xmlns="http://www.w3.org/2000/svg">
     2<rect width="280" height="280" rx="2" fill="#EAE9E7"/>
     3<path d="M150.492 165.607C150.492 172.201 149.194 178.731 146.67 184.823C144.147 190.915 140.448 196.451 135.785 201.114C131.122 205.776 125.587 209.475 119.495 211.999C113.402 214.522 106.873 215.821 100.279 215.821L100.279 175.65C101.598 175.65 102.903 175.39 104.122 174.885C105.34 174.381 106.447 173.641 107.38 172.708C108.313 171.776 109.052 170.669 109.557 169.45C110.062 168.232 110.321 166.926 110.321 165.607H150.492Z" fill="#111111"/>
     4<path d="M100.279 115.393C106.873 115.393 113.402 116.692 119.495 119.216C125.587 121.739 131.122 125.438 135.785 130.101C140.448 134.763 144.147 140.299 146.67 146.391C149.194 152.483 150.492 159.013 150.492 165.607L110.321 165.607C110.321 164.288 110.062 162.982 109.557 161.764C109.052 160.545 108.313 159.438 107.38 158.506C106.447 157.573 105.34 156.833 104.122 156.329C102.903 155.824 101.598 155.564 100.279 155.564V115.393Z" fill="#CFCABE"/>
     5<path d="M100.279 215.821C93.6845 215.821 87.1549 214.522 81.0627 211.999C74.9705 209.475 69.4349 205.776 64.7722 201.114C60.1094 196.451 56.4107 190.915 53.8872 184.823C51.3637 178.731 50.0649 172.201 50.0649 165.607L90.2359 165.607C90.2359 166.926 90.4957 168.232 91.0004 169.45C91.5051 170.669 92.2448 171.776 93.1774 172.708C94.1099 173.641 95.217 174.381 96.4355 174.885C97.6539 175.39 98.9599 175.65 100.279 175.65L100.279 215.821Z" fill="#D8613C"/>
     6<path fill-rule="evenodd" clip-rule="evenodd" d="M135.629 65.1797H85.4154L50.0649 165.607H90.2359C90.2359 165.607 90.2359 165.607 90.2359 165.607C90.2359 160.061 94.7322 155.564 100.279 155.564C101.448 155.564 102.571 155.764 103.614 156.131L135.629 65.1797Z" fill="#B1C5A4"/>
     7<rect x="173.59" y="115.393" width="50.2137" height="50.2138" fill="#636363"/>
     8<rect x="173.59" y="165.608" width="50.2137" height="50.2138" fill="#B6BDBC"/>
     9<path d="M158.727 65.1796H208.941L173.591 165.607H123.377L158.727 65.1796Z" fill="#D8613C"/>
     10<ellipse cx="139.948" cy="202.263" rx="13.5577" ry="13.5577" fill="#C2A990"/>
     11<path d="M140.762 195.678V201.043L144.521 197.284L145.333 198.105L141.556 201.883H146.92V203.041H141.61L145.415 206.846L144.594 207.667L140.762 203.835V209.236H139.603V203.835L135.753 207.685L134.932 206.873L138.764 203.041H133.363V201.883H138.809L135.005 198.078L135.826 197.257L139.603 201.034V195.678H140.762Z" fill="#111111"/>
     12</svg>
  • trunk/src/wp-admin/images/contribute-code.svg

    r56290 r56950  
    1 <svg width="290" height="290" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_4147_25483)"><path d="M145 288.965c31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.247-57.246-57.247-31.617 0-57.247 25.63-57.247 57.247 0 31.616 25.63 57.246 57.247 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M128.532 287.393c31.616 0 57.246-25.63 57.246-57.247 0-31.616-25.63-57.246-57.246-57.246-31.617 0-57.247 25.63-57.247 57.246 0 31.617 25.63 57.247 57.247 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M112.658 282.732c31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246 0 31.616 25.63 57.246 57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M97.956 275.154c31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.247-57.246-57.247-31.617 0-57.247 25.631-57.247 57.247s25.63 57.246 57.247 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M84.953 264.928c31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.247-57.246-57.247-31.616 0-57.247 25.63-57.247 57.247 0 31.616 25.63 57.246 57.247 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M74.126 252.425c31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246 0 31.616 25.63 57.246 57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M65.85 238.099c31.616 0 57.246-25.63 57.246-57.247 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246 0 31.617 25.63 57.247 57.246 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M60.444 222.464c31.617 0 57.247-25.63 57.247-57.246 0-31.617-25.63-57.247-57.247-57.247-31.616 0-57.246 25.63-57.246 57.247 0 31.616 25.63 57.246 57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M58.084 206.087c31.617 0 57.247-25.63 57.247-57.246 0-31.616-25.63-57.247-57.247-57.247-31.616 0-57.246 25.631-57.246 57.247s25.63 57.246 57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M58.877 189.566c31.616 0 57.246-25.63 57.246-57.247 0-31.616-25.63-57.246-57.246-57.246-31.617 0-57.247 25.63-57.247 57.246 0 31.617 25.63 57.247 57.247 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M62.774 173.497c31.617 0 57.247-25.63 57.247-57.246 0-31.617-25.63-57.247-57.247-57.247-31.616 0-57.246 25.63-57.246 57.247 0 31.616 25.63 57.246 57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M69.65 158.441c31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.247-57.246-57.247-31.616 0-57.246 25.63-57.246 57.247 0 31.616 25.63 57.246 57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M79.242 144.97c31.617 0 57.247-25.631 57.247-57.247s-25.63-57.246-57.247-57.246c-31.616 0-57.246 25.63-57.246 57.246 0 31.616 25.63 57.247 57.246 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M91.21 133.554c31.617 0 57.247-25.63 57.247-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246 0 31.616 25.63 57.246 57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M105.128 124.612c31.617 0 57.247-25.63 57.247-57.247 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246 0 31.617 25.63 57.247 57.246 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M120.485 118.467c31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.617 0-57.246 25.63-57.246 57.246 0 31.616 25.63 57.246 57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M136.733 115.335c31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.617 0-57.247 25.63-57.247 57.246 0 31.616 25.63 57.246 57.247 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M153.268 115.335c31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246 0 31.616 25.63 57.246 57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M169.516 118.467c31.617 0 57.247-25.63 57.247-57.246 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246 0 31.616 25.63 57.246 57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M184.873 124.612c31.616 0 57.246-25.63 57.246-57.247 0-31.616-25.63-57.246-57.246-57.246-31.617 0-57.247 25.63-57.247 57.246 0 31.617 25.63 57.247 57.247 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M198.79 133.554c31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246 0 31.616 25.63 57.246 57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M210.759 144.97c31.616 0 57.246-25.631 57.246-57.247s-25.63-57.246-57.246-57.246c-31.617 0-57.247 25.63-57.247 57.246 0 31.616 25.63 57.247 57.247 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M220.359 158.441c31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.247-57.246-57.247-31.616 0-57.246 25.63-57.246 57.247 0 31.616 25.63 57.246 57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M227.227 173.497c31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.247-57.246-57.247-31.616 0-57.247 25.63-57.247 57.247 0 31.616 25.631 57.246 57.247 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M231.124 189.566c31.617 0 57.247-25.63 57.247-57.247 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246 0 31.617 25.63 57.247 57.246 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M231.917 206.087c31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.247-57.246-57.247-31.617 0-57.247 25.631-57.247 57.247s25.63 57.246 57.247 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M229.565 222.464c31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.247-57.246-57.247-31.617 0-57.247 25.63-57.247 57.247 0 31.616 25.63 57.246 57.247 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M224.151 238.099c31.617 0 57.247-25.63 57.247-57.247 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246 0 31.617 25.63 57.247 57.246 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M215.883 252.425c31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.617 0-57.247 25.63-57.247 57.246 0 31.616 25.63 57.246 57.247 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M205.048 264.928c31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.247-57.246-57.247-31.616 0-57.246 25.63-57.246 57.247 0 31.616 25.63 57.246 57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M192.045 275.154c31.617 0 57.247-25.63 57.247-57.246 0-31.616-25.63-57.247-57.247-57.247-31.616 0-57.246 25.631-57.246 57.247s25.63 57.246 57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M177.343 282.732c31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246 0 31.616 25.63 57.246 57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M161.469 287.393c31.617 0 57.247-25.63 57.247-57.247 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246 0 31.617 25.63 57.247 57.246 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M145 288.965c31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.247-57.246-57.247-31.617 0-57.247 25.63-57.247 57.247 0 31.616 25.63 57.246 57.247 57.246zM69.648 158.447c31.617 0 57.247-25.63 57.247-57.246 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246 0 31.616 25.63 57.246 57.246 57.246zM220.359 158.447c31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246 0 31.616 25.63 57.246 57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path fill-rule="evenodd" clip-rule="evenodd" d="M211.515 100.276L217.806 94l1.059 1.063-6.291 6.276a.249.249 0 0 0-.001.353l6.294 6.31-1.063 1.059-6.294-6.31a1.75 1.75 0 0 1 .005-2.475zm21.642 0L226.865 94l-1.059 1.063 6.292 6.276a.25.25 0 0 1 .001.353l-6.295 6.31 1.063 1.059 6.294-6.31a1.75 1.75 0 0 0-.004-2.475zM147 224.5h-11a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h11v-17zm1.5 0h3.5a.5.5 0 0 1 .5.5v16a.5.5 0 0 1-.5.5h-3.5v-17zM136 223h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-16a2 2 0 0 1-2-2v-16a2 2 0 0 1 2-2z" fill="#1E1E1E"/><path d="M69 102.5v10h1.5v-10h10V101h-10V91H69v10H59v1.5h10z" fill="#1E1E1E"/></g><defs><clipPath id="clip0_4147_25483"><path fill="#fff" d="M0 0h290v289.802H0z"/></clipPath></defs></svg>
     1<svg width="290" height="290" viewBox="0 0 290 290" fill="none" xmlns="http://www.w3.org/2000/svg">
     2<g clip-path="url(#clip0_941_5647)">
     3<path d="M145 217.5C145.001 227.021 143.126 236.449 139.482 245.245C135.839 254.042 130.499 262.034 123.766 268.766C117.034 275.499 109.042 280.839 100.245 284.482C91.4488 288.126 82.021 290.001 72.5 290V232C74.4042 232 76.2898 231.625 78.0491 230.897C79.8083 230.168 81.4068 229.1 82.753 227.753C85.4716 225.033 86.9992 221.345 87 217.5H145Z" fill="#111111"/>
     4<path d="M0 217.5C0.00026521 198.272 7.63872 179.831 21.2351 166.235C34.8314 152.639 53.2719 145 72.5 145V203C70.5958 203 68.7102 203.375 66.951 204.103C65.1917 204.832 63.5933 205.9 62.247 207.247C60.9004 208.593 59.8322 210.192 59.1035 211.951C58.3748 213.71 57.9998 215.596 58 217.5H0Z" fill="#B1C5A4"/>
     5<path d="M58 217.5C58 225.508 64.492 232 72.5 232C80.508 232 87 225.508 87 217.5C87 209.492 80.508 203 72.5 203C64.492 203 58 209.492 58 217.5Z" fill="white"/>
     6<path d="M217.5 145C227.021 144.999 236.449 146.874 245.245 150.518C254.042 154.161 262.034 159.501 268.766 166.234C275.499 172.966 280.839 180.958 284.482 189.755C288.126 198.551 290.001 207.979 290 217.5H232C232 215.596 231.625 213.71 230.897 211.951C230.168 210.192 229.1 208.593 227.753 207.247C226.407 205.9 224.809 204.832 223.049 204.103C221.29 203.374 219.404 202.999 217.5 203V145Z" fill="#CFCABE"/>
     7<path d="M217.5 290C207.979 290 198.551 288.125 189.755 284.482C180.959 280.838 172.967 275.498 166.235 268.765C159.502 262.033 154.162 254.04 150.519 245.244C146.875 236.448 145 227.021 145 217.5H203C203 219.404 203.375 221.29 204.103 223.049C204.832 224.808 205.9 226.407 207.247 227.753C209.967 230.472 213.655 231.999 217.5 232V290Z" fill="#D8613C"/>
     8<path d="M203 218.5C203 226.508 209.492 233 217.5 233C225.508 233 232 226.508 232 218.5C232 210.492 225.508 204 217.5 204C209.492 204 203 210.492 203 218.5Z" fill="white"/>
     9<path d="M145 217.5C135.479 217.5 126.052 215.625 117.256 211.981C108.46 208.338 100.467 202.998 93.7345 196.266C87.0021 189.534 81.662 181.541 78.019 172.745C74.3755 163.949 72.5002 154.521 72.5 145H130.5C130.5 146.904 130.875 148.79 131.603 150.549C132.332 152.308 133.4 153.907 134.747 155.253C136.093 156.6 137.691 157.668 139.451 158.397C141.21 159.126 143.096 159.501 145 159.5V217.5Z" fill="#CFCABE"/>
     10<path d="M145 72.5C164.228 72.5 182.669 80.1384 196.265 93.7348C209.862 107.331 217.5 125.772 217.5 145H159.5C159.5 143.096 159.125 141.21 158.397 139.451C157.668 137.692 156.6 136.093 155.253 134.747C152.533 132.028 148.845 130.501 145 130.5V72.5Z" fill="#D8613C"/>
     11<path d="M130 145.5C130 153.508 136.492 160 144.5 160C152.508 160 159 153.508 159 145.5C159 137.492 152.508 131 144.5 131C136.492 131 130 137.492 130 145.5Z" fill="white"/>
     12<path d="M72.5 4.64119e-08C86.8392 -0.000512928 100.856 4.25128 112.779 12.2177C124.702 20.184 133.994 31.5072 139.481 44.755C143.125 53.5512 145 62.979 145 72.5H87C87 68.6544 85.4723 64.9662 82.7531 62.247C80.0338 59.5277 76.3456 58 72.5 58V4.64119e-08Z" fill="#CFCABE"/>
     13<path d="M72.5 145C62.9791 145 53.5514 143.125 44.7553 139.482C35.9592 135.838 27.967 130.498 21.235 123.765C14.5027 117.033 9.16233 109.041 5.51882 100.244C1.87531 91.4484 9.06827e-06 82.0208 0 72.5H58C58.0005 76.3455 59.5284 80.0333 62.2475 82.7525C64.9667 85.4716 68.6545 86.9995 72.5 87V145Z" fill="#D8613C"/>
     14<path d="M58 72.5C58 80.508 64.492 87 72.5 87C80.508 87 87 80.508 87 72.5C87 64.492 80.508 58 72.5 58C64.492 58 58 64.492 58 72.5Z" fill="white"/>
     15<path d="M145 72.5C145 62.9791 146.875 53.5514 150.518 44.7553C154.162 35.9592 159.502 27.9669 166.235 21.235C172.967 14.5022 180.959 9.16152 189.755 5.51798C198.551 1.87443 207.979 -0.000589261 217.5 1.38912e-07V58C213.655 58.0005 209.967 59.5284 207.248 62.2475C204.528 64.9667 203.001 68.6545 203 72.5H145Z" fill="#B1C5A4"/>
     16<path d="M290 72.5C290.001 82.021 288.126 91.4488 284.482 100.245C280.839 109.042 275.499 117.034 268.766 123.766C262.034 130.499 254.042 135.839 245.245 139.482C236.449 143.126 227.021 145.001 217.5 145V87C221.346 87 225.034 85.4723 227.753 82.7531C230.472 80.0338 232 76.3456 232 72.5H290Z" fill="#111111"/>
     17<path d="M203 72.5C203 80.508 209.492 87 217.5 87C225.508 87 232 80.508 232 72.5C232 64.492 225.508 58 217.5 58C209.492 58 203 64.492 203 72.5Z" fill="white"/>
     18</g>
     19<defs>
     20<clipPath id="clip0_941_5647">
     21<rect width="290" height="290" fill="white"/>
     22</clipPath>
     23</defs>
     24</svg>
  • trunk/src/wp-admin/images/contribute-main.svg

    r56290 r56950  
    1 <svg width="290" height="290" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_4147_25485)"><path d="M269.845 217.08c15.797-27.361 6.422-62.349-20.94-78.146-27.361-15.797-62.349-6.423-78.146 20.939-15.797 27.362-6.422 62.349 20.939 78.147 27.362 15.797 62.349 6.422 78.147-20.94z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M259.914 230.938c15.797-27.361 6.422-62.349-20.939-78.146-27.362-15.797-62.35-6.423-78.147 20.939-15.797 27.362-6.422 62.349 20.939 78.147 27.362 15.797 62.35 6.422 78.147-20.94z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M247.472 242.592c15.797-27.361 6.422-62.349-20.94-78.146-27.361-15.798-62.349-6.423-78.146 20.939-15.797 27.362-6.423 62.349 20.939 78.147 27.362 15.797 62.349 6.422 78.147-20.94z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M232.991 251.59c15.797-27.361 6.422-62.349-20.94-78.146-27.361-15.798-62.349-6.423-78.146 20.939-15.797 27.362-6.423 62.349 20.939 78.147 27.362 15.797 62.349 6.422 78.147-20.94z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M217.043 257.591c15.797-27.362 6.423-62.349-20.939-78.146-27.362-15.798-62.349-6.423-78.147 20.939-15.797 27.362-6.422 62.349 20.94 78.146 27.361 15.798 62.349 6.423 78.146-20.939z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M200.221 260.371c15.797-27.362 6.422-62.349-20.939-78.146-27.362-15.798-62.35-6.423-78.147 20.939-15.797 27.362-6.422 62.349 20.939 78.146 27.362 15.798 62.35 6.423 78.147-20.939z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M183.191 259.816c15.797-27.362 6.422-62.349-20.939-78.147-27.362-15.797-62.35-6.422-78.147 20.94-15.797 27.361-6.422 62.349 20.939 78.146 27.362 15.797 62.35 6.423 78.147-20.939z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M166.595 255.944c15.798-27.362 6.423-62.349-20.939-78.147-27.362-15.797-62.35-6.422-78.147 20.94-15.797 27.361-6.422 62.349 20.94 78.146 27.362 15.797 62.349 6.423 78.146-20.939z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M151.063 248.909c15.797-27.361 6.423-62.349-20.939-78.146-27.362-15.798-62.35-6.423-78.147 20.939-15.797 27.362-6.422 62.349 20.94 78.147 27.361 15.797 62.349 6.422 78.146-20.94z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M137.205 238.977c15.797-27.362 6.423-62.349-20.939-78.147-27.362-15.797-62.35-6.422-78.147 20.94-15.797 27.361-6.422 62.349 20.94 78.146 27.361 15.797 62.349 6.423 78.146-20.939z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M125.55 226.538c15.797-27.362 6.422-62.349-20.94-78.147-27.361-15.797-62.349-6.422-78.146 20.94-15.797 27.361-6.422 62.349 20.94 78.146 27.361 15.797 62.348 6.423 78.146-20.939z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M116.55 212.063c15.797-27.362 6.423-62.349-20.94-78.147-27.361-15.797-62.348-6.422-78.146 20.94-15.797 27.362-6.422 62.349 20.94 78.146 27.361 15.798 62.349 6.423 78.146-20.939z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M110.546 196.104c15.798-27.361 6.423-62.349-20.94-78.146-27.36-15.797-62.348-6.422-78.146 20.939-15.797 27.362-6.422 62.349 20.94 78.147 27.361 15.797 62.349 6.422 78.146-20.94z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M107.771 179.293c15.797-27.362 6.422-62.349-20.94-78.146-27.361-15.798-62.349-6.423-78.146 20.939-15.797 27.362-6.422 62.349 20.94 78.147 27.361 15.797 62.349 6.422 78.146-20.94z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M108.325 162.255c15.797-27.361 6.422-62.349-20.94-78.146-27.361-15.797-62.349-6.423-78.146 20.939-15.797 27.362-6.423 62.349 20.94 78.147 27.36 15.797 62.348 6.422 78.146-20.94z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M112.201 145.655c15.798-27.362 6.423-62.35-20.939-78.147-27.362-15.797-62.35-6.422-78.146 20.94-15.798 27.362-6.423 62.349 20.939 78.146 27.362 15.798 62.349 6.423 78.146-20.939z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M119.231 130.126c15.797-27.362 6.423-62.35-20.94-78.147-27.36-15.797-62.348-6.422-78.146 20.94-15.797 27.362-6.422 62.349 20.94 78.146 27.361 15.798 62.349 6.423 78.146-20.939z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M129.162 116.276c15.797-27.362 6.423-62.35-20.939-78.147-27.362-15.797-62.35-6.422-78.147 20.94-15.797 27.361-6.422 62.349 20.94 78.146 27.361 15.797 62.349 6.423 78.146-20.939z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M141.604 104.62c15.798-27.361 6.423-62.349-20.939-78.146-27.362-15.797-62.35-6.423-78.147 20.94-15.797 27.361-6.422 62.348 20.94 78.146 27.362 15.797 62.349 6.422 78.146-20.94z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M156.079 95.618c15.797-27.362 6.423-62.35-20.939-78.147-27.362-15.797-62.35-6.422-78.147 20.94-15.797 27.361-6.422 62.349 20.94 78.146 27.361 15.797 62.349 6.423 78.146-20.94z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M172.033 89.615c15.797-27.361 6.422-62.349-20.94-78.146-27.361-15.797-62.349-6.423-78.146 20.94-15.797 27.361-6.422 62.348 20.94 78.146 27.361 15.797 62.348 6.422 78.146-20.94z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M188.849 86.838c15.797-27.361 6.422-62.349-20.94-78.146-27.361-15.797-62.349-6.423-78.146 20.94-15.797 27.361-6.423 62.348 20.939 78.146 27.362 15.797 62.349 6.422 78.147-20.94z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M205.885 87.39c15.797-27.361 6.422-62.349-20.939-78.146-27.362-15.797-62.35-6.422-78.147 20.94-15.797 27.361-6.422 62.349 20.939 78.146 27.362 15.797 62.35 6.422 78.147-20.94z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M222.487 91.264c15.797-27.361 6.422-62.349-20.939-78.146-27.362-15.798-62.349-6.423-78.147 20.94-15.797 27.36-6.422 62.348 20.94 78.146 27.361 15.797 62.349 6.422 78.146-20.94z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M238.019 98.297c15.797-27.362 6.423-62.349-20.939-78.146-27.362-15.798-62.349-6.423-78.147 20.939-15.797 27.362-6.422 62.349 20.94 78.146 27.361 15.798 62.349 6.423 78.146-20.939z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M251.871 108.227c15.797-27.362 6.422-62.35-20.939-78.147-27.362-15.797-62.35-6.422-78.147 20.94-15.797 27.361-6.422 62.349 20.939 78.146 27.362 15.797 62.35 6.422 78.147-20.939z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M263.52 120.665c15.797-27.361 6.422-62.349-20.939-78.146-27.362-15.797-62.349-6.422-78.147 20.94-15.797 27.361-6.422 62.348 20.939 78.146 27.362 15.797 62.35 6.422 78.147-20.94z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M272.526 135.14c15.797-27.361 6.422-62.349-20.939-78.146-27.362-15.797-62.35-6.423-78.147 20.94-15.797 27.361-6.422 62.348 20.939 78.146 27.362 15.797 62.349 6.422 78.147-20.94z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M278.53 151.099c15.797-27.362 6.422-62.35-20.94-78.147-27.361-15.797-62.349-6.422-78.146 20.94-15.797 27.361-6.423 62.349 20.939 78.146 27.362 15.797 62.349 6.423 78.147-20.939z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M281.299 167.916c15.797-27.361 6.422-62.349-20.94-78.146-27.361-15.797-62.349-6.423-78.146 20.939-15.797 27.362-6.423 62.349 20.939 78.147 27.362 15.797 62.349 6.422 78.147-20.94z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M280.751 184.957c15.798-27.361 6.423-62.349-20.939-78.146-27.362-15.798-62.349-6.423-78.147 20.939-15.797 27.362-6.422 62.349 20.94 78.147 27.362 15.797 62.349 6.422 78.146-20.94z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M276.875 201.558c15.797-27.362 6.422-62.349-20.94-78.147-27.361-15.797-62.349-6.422-78.146 20.94-15.798 27.361-6.423 62.349 20.939 78.146 27.362 15.797 62.349 6.423 78.147-20.939z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M269.851 217.082c15.797-27.362 6.423-62.349-20.939-78.146-27.362-15.798-62.349-6.423-78.147 20.939-15.797 27.362-6.422 62.349 20.94 78.146 27.361 15.798 62.349 6.423 78.146-20.939z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M219 191.5v10h1.5v-10h10V190h-10v-10H219v10h-10v1.5h10z" fill="#1E1E1E"/></g><defs><clipPath id="clip0_4147_25485"><path fill="#fff" d="M0 0h290v290H0z"/></clipPath></defs></svg>
     1<svg width="290" height="290" viewBox="0 0 290 290" fill="none" xmlns="http://www.w3.org/2000/svg">
     2<g clip-path="url(#clip0_941_5603)">
     3<path d="M290 217.5C290.001 231.839 285.749 245.857 277.783 257.779C269.816 269.702 258.493 278.994 245.245 284.481C236.449 288.125 227.021 290 217.5 290V232C219.404 232 221.29 231.625 223.049 230.897C224.808 230.168 226.407 229.1 227.753 227.753C229.1 226.407 230.168 224.808 230.897 223.049C231.625 221.29 232 219.404 232 217.5H290Z" fill="#111111"/>
     4<path d="M145 217.5C144.999 203.161 149.251 189.143 157.218 177.221C165.184 165.298 176.508 156.006 189.756 150.519C198.552 146.875 207.979 145 217.5 145V203C215.596 203 213.71 203.375 211.951 204.103C210.192 204.832 208.593 205.9 207.247 207.247C205.9 208.593 204.832 210.192 204.103 211.951C203.375 213.71 203 215.596 203 217.5H145Z" fill="#B1C5A4"/>
     5<path d="M203 217.5C203 225.508 209.492 232 217.5 232C225.508 232 232 225.508 232 217.5C232 209.492 225.508 203 217.5 203C209.492 203 203 209.492 203 217.5Z" fill="white"/>
     6<path d="M72.5 145C82.0209 145 91.4485 146.875 100.245 150.518C109.041 154.162 117.033 159.502 123.765 166.235C130.498 172.967 135.838 180.959 139.482 189.755C143.125 198.551 145 207.979 145 217.5H87C87 213.654 85.4723 209.966 82.7531 207.247C80.0338 204.528 76.3456 203 72.5 203V145Z" fill="#CFCABE"/>
     7<path d="M72.5 290C62.9791 290 53.5514 288.125 44.7552 284.482C35.9591 280.838 27.9669 275.498 21.235 268.765C14.5022 262.033 9.16152 254.041 5.51798 245.245C1.87443 236.449 -0.000589261 227.021 1.38912e-07 217.5H58C58 221.346 59.5277 225.034 62.247 227.753C64.9662 230.472 68.6544 232 72.5 232V290Z" fill="#D8613C"/>
     8<path d="M58 217.5C58 225.508 64.492 232 72.5 232C80.508 232 87 225.508 87 217.5C87 209.492 80.508 203 72.5 203C64.492 203 58 209.492 58 217.5Z" fill="white"/>
     9<path d="M0 72.5C0 53.2718 7.63837 34.8311 21.2348 21.2348C34.8311 7.63837 53.2718 0 72.5 0V58C68.6544 58 64.9662 59.5277 62.247 62.247C59.5277 64.9662 58 68.6544 58 72.5H0Z" fill="#B1C5A4"/>
     10<path d="M145 72.5C145 82.0209 143.125 91.4485 139.482 100.245C135.838 109.041 130.498 117.033 123.765 123.765C117.033 130.498 109.041 135.838 100.245 139.482C91.4486 143.125 82.0209 145 72.5 145V87C76.3456 87 80.0338 85.4723 82.7531 82.7531C85.4723 80.0338 87 76.3456 87 72.5H145Z" fill="#111111"/>
     11<path d="M58 72.5C58 80.508 64.492 87 72.5 87C80.508 87 87 80.508 87 72.5C87 64.492 80.508 58 72.5 58C64.492 58 58 64.492 58 72.5Z" fill="white"/>
     12<path d="M217.5 0C236.728 0.000677405 255.168 7.63905 268.765 21.235C275.497 27.9671 280.838 35.9593 284.481 44.7554C288.125 53.5515 290 62.9792 290 72.5H232C232 70.5958 231.625 68.7102 230.897 66.9509C230.168 65.1917 229.1 63.5932 227.753 62.247C226.407 60.9005 224.808 59.8323 223.049 59.1036C221.29 58.3749 219.404 57.9999 217.5 58V0Z" fill="#CFCABE"/>
     13<path d="M217.5 145C203.161 145.001 189.143 140.749 177.221 132.782C165.298 124.816 156.006 113.492 150.519 100.244C146.875 91.4482 145 82.0207 145 72.5H203C203 74.4042 203.375 76.2898 204.103 78.049C204.832 79.8083 205.9 81.4067 207.247 82.753C208.593 84.0996 210.192 85.1678 211.951 85.8965C213.71 86.6252 215.596 87.0002 217.5 87V145Z" fill="#D8613C"/>
     14<path d="M203 72.5C203 80.508 209.492 87 217.5 87C225.508 87 232 80.508 232 72.5C232 64.492 225.508 58 217.5 58C209.492 58 203 64.492 203 72.5Z" fill="white"/>
     15</g>
     16<defs>
     17<clipPath id="clip0_941_5603">
     18<rect width="290" height="290" fill="white"/>
     19</clipPath>
     20</defs>
     21</svg>
  • trunk/src/wp-admin/images/contribute-no-code.svg

    r56290 r56950  
    1 <svg width="290" height="290" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_4147_25484)"><path d="M.837 145c0 31.616 25.63 57.246 57.246 57.246 31.617 0 57.247-25.63 57.247-57.246 0-31.617-25.63-57.246-57.246-57.246C26.466 87.754.837 113.383.837 145z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M2.41 128.532c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.247-57.246-57.247-31.616 0-57.247 25.63-57.247 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M7.07 112.658c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M14.648 97.956c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.247-57.246 0-31.617-25.631-57.247-57.247-57.247S14.648 66.34 14.648 97.956z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M24.874 84.953c0 31.616 25.63 57.246 57.246 57.246 31.617 0 57.247-25.63 57.247-57.246 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M37.377 74.126c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M51.703 65.85c0 31.616 25.63 57.246 57.247 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.617 0-57.247 25.63-57.247 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M67.338 60.444c0 31.617 25.63 57.247 57.246 57.247 31.617 0 57.247-25.63 57.247-57.247 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M83.715 58.084c0 31.617 25.63 57.247 57.246 57.247 31.616 0 57.247-25.63 57.247-57.247 0-31.616-25.631-57.246-57.247-57.246s-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M100.236 58.877c0 31.616 25.631 57.246 57.247 57.246s57.246-25.63 57.246-57.246c0-31.617-25.63-57.247-57.246-57.247-31.616 0-57.247 25.63-57.247 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M116.305 62.774c0 31.617 25.63 57.247 57.246 57.247 31.617 0 57.247-25.63 57.247-57.247 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M131.361 69.65c0 31.616 25.63 57.246 57.246 57.246 31.617 0 57.247-25.63 57.247-57.246 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M144.833 79.242c0 31.617 25.63 57.247 57.246 57.247 31.616 0 57.246-25.63 57.246-57.247 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M156.248 91.21c0 31.617 25.63 57.247 57.246 57.247 31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M165.19 105.128c0 31.617 25.63 57.247 57.247 57.247 31.616 0 57.246-25.63 57.246-57.247 0-31.616-25.63-57.246-57.246-57.246-31.617 0-57.247 25.63-57.247 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M171.335 120.485c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M174.467 136.733c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.247-57.246-57.247-31.616 0-57.246 25.63-57.246 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M174.467 153.268c0 31.617 25.63 57.247 57.246 57.247 31.616 0 57.246-25.63 57.246-57.247 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M171.335 169.516c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M165.19 184.873c0 31.616 25.63 57.246 57.247 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.247-57.246-57.247-31.617 0-57.247 25.63-57.247 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M156.248 198.79c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M144.833 210.759c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.247-57.246-57.247-31.616 0-57.246 25.63-57.246 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M131.361 220.359c0 31.616 25.63 57.246 57.246 57.246 31.617 0 57.247-25.63 57.247-57.246 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M116.305 227.227c0 31.616 25.63 57.246 57.246 57.246 31.617 0 57.247-25.63 57.247-57.246 0-31.617-25.63-57.247-57.247-57.247-31.616 0-57.246 25.63-57.246 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M100.236 231.124c0 31.617 25.631 57.247 57.247 57.247s57.246-25.63 57.246-57.247c0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.247 25.63-57.247 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M83.715 231.917c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.247-25.63 57.247-57.246 0-31.616-25.631-57.246-57.247-57.247-31.616 0-57.246 25.631-57.246 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M67.338 229.565c0 31.616 25.63 57.246 57.246 57.246 31.617 0 57.247-25.63 57.247-57.246 0-31.617-25.63-57.247-57.247-57.247-31.616 0-57.246 25.63-57.246 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M51.703 224.151c0 31.617 25.63 57.247 57.247 57.247 31.616 0 57.246-25.63 57.246-57.247 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.247 25.63-57.247 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M37.377 215.883c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.247-57.246-57.247-31.616 0-57.246 25.63-57.246 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M24.874 205.048c0 31.616 25.63 57.246 57.246 57.246 31.617 0 57.247-25.63 57.247-57.246 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M14.648 192.045c0 31.617 25.63 57.247 57.246 57.247 31.616 0 57.246-25.63 57.247-57.247 0-31.616-25.631-57.246-57.247-57.246s-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M7.07 177.343c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M2.41 161.469c0 31.617 25.63 57.247 57.246 57.247 31.616 0 57.246-25.63 57.246-57.247 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.247 25.63-57.247 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M.837 145c0 31.616 25.63 57.246 57.246 57.246 31.617 0 57.247-25.63 57.247-57.246 0-31.617-25.63-57.246-57.246-57.246C26.466 87.754.837 113.383.837 145z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M2.41 128.532c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.247-57.246-57.247-31.616 0-57.247 25.63-57.247 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M7.07 112.658c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M14.648 97.956c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.247-57.246 0-31.617-25.631-57.247-57.247-57.247S14.648 66.34 14.648 97.956z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M24.874 84.953c0 31.616 25.63 57.246 57.246 57.246 31.617 0 57.247-25.63 57.247-57.246 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M37.377 74.126c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M51.703 65.85c0 31.616 25.63 57.246 57.247 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.617 0-57.247 25.63-57.247 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M67.338 60.444c0 31.617 25.63 57.247 57.246 57.247 31.617 0 57.247-25.63 57.247-57.247 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M83.715 58.084c0 31.617 25.63 57.247 57.246 57.247 31.616 0 57.247-25.63 57.247-57.247 0-31.616-25.631-57.246-57.247-57.246s-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M100.236 58.877c0 31.616 25.631 57.246 57.247 57.246s57.246-25.63 57.246-57.246c0-31.617-25.63-57.247-57.246-57.247-31.616 0-57.247 25.63-57.247 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M116.305 62.774c0 31.617 25.63 57.247 57.246 57.247 31.617 0 57.247-25.63 57.247-57.247 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M131.361 69.65c0 31.616 25.63 57.246 57.246 57.246 31.617 0 57.247-25.63 57.247-57.246 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M144.833 79.242c0 31.617 25.63 57.247 57.246 57.247 31.616 0 57.246-25.63 57.246-57.247 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M156.248 91.21c0 31.617 25.63 57.247 57.246 57.247 31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M165.19 105.128c0 31.617 25.63 57.247 57.247 57.247 31.616 0 57.246-25.63 57.246-57.247 0-31.616-25.63-57.246-57.246-57.246-31.617 0-57.247 25.63-57.247 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M171.335 120.485c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M174.467 136.733c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.247-57.246-57.247-31.616 0-57.246 25.63-57.246 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M174.467 153.268c0 31.617 25.63 57.247 57.246 57.247 31.616 0 57.246-25.63 57.246-57.247 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M171.335 169.516c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M165.19 184.873c0 31.616 25.63 57.246 57.247 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.247-57.246-57.247-31.617 0-57.247 25.63-57.247 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M156.248 198.79c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M144.833 210.759c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.247-57.246-57.247-31.616 0-57.246 25.63-57.246 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M131.361 220.359c0 31.616 25.63 57.246 57.246 57.246 31.617 0 57.247-25.63 57.247-57.246 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M116.305 227.227c0 31.616 25.63 57.246 57.246 57.246 31.617 0 57.247-25.63 57.247-57.246 0-31.617-25.63-57.247-57.247-57.247-31.616 0-57.246 25.63-57.246 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M100.236 231.124c0 31.617 25.631 57.247 57.247 57.247s57.246-25.63 57.246-57.247c0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.247 25.63-57.247 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M83.715 231.917c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.247-25.63 57.247-57.246 0-31.616-25.631-57.246-57.247-57.247-31.616 0-57.246 25.631-57.246 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M67.338 229.565c0 31.616 25.63 57.246 57.246 57.246 31.617 0 57.247-25.63 57.247-57.246 0-31.617-25.63-57.247-57.247-57.247-31.616 0-57.246 25.63-57.246 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M51.703 224.151c0 31.617 25.63 57.247 57.247 57.247 31.616 0 57.246-25.63 57.246-57.247 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.247 25.63-57.247 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M37.377 215.883c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.617-25.63-57.247-57.246-57.247-31.616 0-57.246 25.63-57.246 57.247z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M24.874 205.048c0 31.616 25.63 57.246 57.246 57.246 31.617 0 57.247-25.63 57.247-57.246 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M14.648 192.045c0 31.617 25.63 57.247 57.246 57.247 31.616 0 57.246-25.63 57.247-57.247 0-31.616-25.631-57.246-57.247-57.246s-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M7.07 177.343c0 31.616 25.63 57.246 57.246 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M2.41 161.469c0 31.617 25.63 57.247 57.246 57.247 31.616 0 57.246-25.63 57.246-57.247 0-31.616-25.63-57.246-57.246-57.246-31.616 0-57.247 25.63-57.247 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path d="M.917 145.797c0 31.616 25.63 57.246 57.247 57.246 31.616 0 57.246-25.63 57.246-57.246 0-31.616-25.63-57.246-57.246-57.246-31.617 0-57.247 25.63-57.247 57.246zM131.355 69.648c0 31.617 25.63 57.247 57.246 57.247 31.617 0 57.247-25.63 57.247-57.247 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path fill-rule="evenodd" clip-rule="evenodd" d="M48 137.5h17a.5.5 0 0 1 .5.5v10.357l-2.977-2.895a.75.75 0 0 0-1.046 0l-5.571 3.472-2.927-1.897a.75.75 0 0 0-.85.024l-4.629 2.646V138a.5.5 0 0 1 .5-.5zm-.5 14.064V155a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5v-4.597l-.023.024L62 147.046l-5.477 3.381a.749.749 0 0 1-.93.091l-2.997-1.941-5.096 2.987zM46 138a2 2 0 0 1 2-2h17a2 2 0 0 1 2 2v17a2 2 0 0 1-2 2H48a2 2 0 0 1-2-2v-17z" fill="#1E1E1E"/><path d="M131.355 220.359c0 31.616 25.63 57.246 57.246 57.246 31.617 0 57.247-25.63 57.247-57.246 0-31.616-25.63-57.246-57.247-57.246-31.616 0-57.246 25.63-57.246 57.246z" fill="#fff" stroke="#000" stroke-width="1.2" stroke-miterlimit="10"/><path fill-rule="evenodd" clip-rule="evenodd" d="M188.486 231.51c-.609 1.147-1.023 2.08-1.023 2.08l-5.222-19.745 17.705 10.056s-1.052.089-2.357.311c-1.565.266-3.495.725-5.411 2.453-1.921 1.733-2.951 3.448-3.692 4.845zm-.533-2.112c.223-.372.459-.744.703-1.096.451-.654 1.993-2.337 2.588-2.811.637-.506 2.479-1.85 3.243-2.094.4-.128.817-.24 1.231-.338l-11.12-6.001 3.355 12.34z" fill="#1E1E1E"/><path d="M188 71.5v10h1.5v-10h10V70h-10V60H188v10h-10v1.5h10z" fill="#1E1E1E"/></g><defs><clipPath id="clip0_4147_25484"><path fill="#fff" transform="rotate(90 144.901 144.901)" d="M0 0h290v289.802H0z"/></clipPath></defs></svg>
     1<svg width="290" height="290" viewBox="0 0 290 290" fill="none" xmlns="http://www.w3.org/2000/svg">
     2<g clip-path="url(#clip0_941_5579)">
     3<path d="M290 217.5C290.001 227.021 288.126 236.449 284.482 245.245C280.839 254.042 275.499 262.034 268.766 268.766C262.034 275.499 254.042 280.839 245.245 284.482C236.449 288.126 227.021 290.001 217.5 290V232C219.404 232 221.29 231.625 223.049 230.897C224.808 230.168 226.407 229.1 227.753 227.753C229.1 226.407 230.168 224.808 230.897 223.049C231.625 221.29 232 219.404 232 217.5H290Z" fill="#D8613C"/>
     4<path d="M145 217.5C145 207.979 146.875 198.551 150.518 189.755C154.162 180.959 159.502 172.967 166.235 166.235C172.967 159.502 180.96 154.162 189.756 150.519C198.552 146.875 207.979 145 217.5 145V203C215.596 203 213.71 203.375 211.951 204.103C210.192 204.832 208.593 205.9 207.247 207.247C204.528 209.967 203.001 213.655 203 217.5H145Z" fill="#B1C5A4"/>
     5<path d="M217.5 145C227.021 145 236.448 146.875 245.244 150.519C258.492 156.005 269.816 165.298 277.783 177.22C285.749 189.143 290.001 203.161 290 217.5H232C232 215.596 231.625 213.71 230.897 211.951C230.168 210.192 229.1 208.593 227.753 207.247C226.407 205.9 224.809 204.832 223.049 204.103C221.29 203.374 219.404 202.999 217.5 203V145Z" fill="#111111"/>
     6<path d="M217.5 290C207.979 290.001 198.551 288.126 189.755 284.482C180.958 280.839 172.966 275.499 166.234 268.766C159.501 262.034 154.161 254.042 150.518 245.245C146.874 236.449 144.999 227.021 145 217.5H203C203 219.404 203.375 221.29 204.103 223.049C204.832 224.808 205.9 226.407 207.247 227.753C208.593 229.1 210.191 230.168 211.951 230.897C213.71 231.626 215.596 232.001 217.5 232V290Z" fill="#CFCABE"/>
     7<path d="M203 217.5C203 225.508 209.492 232 217.5 232C225.508 232 232 225.508 232 217.5C232 209.492 225.508 203 217.5 203C209.492 203 203 209.492 203 217.5Z" fill="white"/>
     8<path d="M72.5 145C82.02 145 91.448 146.875 100.244 150.519C109.04 154.162 117.033 159.502 123.766 166.234C130.498 172.966 135.838 180.959 139.481 189.755C143.125 198.551 145 207.979 145 217.5H72.5V145Z" fill="#CFCABE"/>
     9<path d="M72.5078 290C53.28 289.999 34.8398 282.361 21.2428 268.766C7.64708 255.169 0.00877388 236.728 0.0078125 217.5L72.5078 217.501V290Z" fill="#111111"/>
     10<path d="M4.64119e-08 218.5C-0.000512928 204.161 4.25128 190.144 12.2177 178.221C20.184 166.298 31.5072 157.006 44.755 151.519C53.5512 147.875 62.979 146 72.5 146V204C70.5958 204 68.7102 204.375 66.9509 205.103C65.1917 205.832 63.5932 206.9 62.247 208.247C60.9004 209.593 59.8322 211.192 59.1035 212.951C58.3748 214.71 57.9998 216.596 58 218.5H4.64119e-08Z" fill="#B1C5A4"/>
     11<path d="M145 217.5C145 227.021 143.125 236.449 139.482 245.245C135.838 254.041 130.498 262.033 123.765 268.765C117.033 275.498 109.041 280.838 100.245 284.482C91.4487 288.126 82.0209 290.001 72.5 290V232C74.4042 232 76.2898 231.625 78.049 230.897C79.8083 230.168 81.4067 229.1 82.753 227.753C84.0996 226.407 85.1678 224.808 85.8965 223.049C86.6252 221.29 87.0002 219.404 87 217.5H145Z" fill="#D8613C"/>
     12<path d="M58 218.5C58 226.508 64.492 233 72.5 233C80.508 233 87 226.508 87 218.5C87 210.492 80.508 204 72.5 204C64.492 204 58 210.492 58 218.5Z" fill="white"/>
     13<path d="M72.5 0C91.728 0.000530407 110.168 7.63907 123.765 21.2353C137.361 34.8316 144.999 53.272 145 72.5H72.5V0Z" fill="#111111"/>
     14<path d="M0 72.5C0 53.2718 7.63837 34.8311 21.2348 21.2348C34.8311 7.63837 53.2718 0 72.5 0V58C68.6544 58 64.9662 59.5277 62.247 62.247C59.5277 64.9662 58 68.6544 58 72.5H0Z" fill="#D8613C"/>
     15<path d="M72.5 145C62.9791 145 53.5514 143.125 44.7552 139.482C35.9591 135.838 27.9669 130.498 21.235 123.765C14.5023 117.033 9.16167 109.041 5.51813 100.245C1.87459 91.4486 -0.000480479 82.0209 9.23526e-08 72.5H58C58 76.3456 59.5277 80.0338 62.247 82.7531C64.9662 85.4723 68.6544 87 72.5 87V145Z" fill="#CFCABE"/>
     16<path d="M145 72.5C145 82.0209 143.125 91.4486 139.482 100.245C135.838 109.041 130.498 117.033 123.765 123.765C117.033 130.498 109.041 135.839 100.245 139.482C91.4487 143.126 82.0209 145.001 72.5 145V87C74.4043 87.0004 76.29 86.6256 78.0494 85.8971C79.8088 85.1685 81.4074 84.1005 82.7539 82.7539C84.1005 81.4074 85.1685 79.8088 85.8971 78.0494C86.6256 76.29 87.0004 74.4043 87 72.5H145Z" fill="#B1C5A4"/>
     17<path d="M58 72.5C58 80.508 64.492 87 72.5 87C80.508 87 87 80.508 87 72.5C87 64.492 80.508 58 72.5 58C64.492 58 58 64.492 58 72.5Z" fill="white"/>
     18<path d="M290 72.5C290.001 82.021 288.126 91.4488 284.482 100.245C280.839 109.042 275.499 117.034 268.766 123.766C262.034 130.499 254.042 135.839 245.245 139.482C236.449 143.126 227.021 145.001 217.5 145V87C221.346 87 225.034 85.4723 227.753 82.7531C230.472 80.0338 232 76.3456 232 72.5H290Z" fill="#D8613C"/>
     19<path d="M145 72.5C145 62.9791 146.875 53.5514 150.518 44.7553C154.162 35.9592 159.502 27.9669 166.235 21.235C172.967 14.5022 180.959 9.16152 189.755 5.51798C198.551 1.87443 207.979 -0.000589261 217.5 1.38912e-07V58C213.655 58.0005 209.967 59.5284 207.248 62.2475C204.528 64.9667 203.001 68.6545 203 72.5H145Z" fill="#B1C5A4"/>
     20<path d="M217.5 4.64119e-08C231.839 -0.000512928 245.856 4.25128 257.779 12.2177C269.702 20.184 278.994 31.5072 284.481 44.755C288.125 53.5512 290 62.979 290 72.5H232C232 70.5958 231.625 68.7102 230.897 66.9509C230.168 65.1917 229.1 63.5932 227.753 62.247C225.033 59.5286 221.345 58.001 217.5 58V4.64119e-08Z" fill="#CFCABE"/>
     21<path d="M203 72.5C203 80.508 209.492 87 217.5 87C225.508 87 232 80.508 232 72.5C232 64.492 225.508 58 217.5 58C209.492 58 203 64.492 203 72.5Z" fill="white"/>
     22<path d="M73 145.5C73 126.272 80.6384 107.831 94.2348 94.2348C107.831 80.6384 126.272 73 145.5 73V131C143.596 131 141.71 131.375 139.951 132.103C138.192 132.832 136.593 133.9 135.247 135.247C132.528 137.967 131.001 141.655 131 145.5H73Z" fill="#D8613C"/>
     23<path d="M145.5 73C164.728 73.0005 183.168 80.6391 196.765 94.2353C210.361 107.832 217.999 126.272 218 145.5H160C160 143.596 159.625 141.71 158.897 139.951C158.168 138.192 157.1 136.593 155.753 135.247C154.407 133.9 152.808 132.832 151.049 132.103C149.29 131.375 147.404 131 145.5 131V73Z" fill="#CFCABE"/>
     24<path d="M218 145.5C218.001 155.021 216.126 164.449 212.482 173.245C208.839 182.042 203.499 190.034 196.766 196.766C190.034 203.499 182.042 208.839 173.245 212.482C164.449 216.126 155.021 218.001 145.5 218V160C147.404 160 149.29 159.625 151.049 158.897C152.808 158.168 154.407 157.1 155.753 155.753C157.1 154.407 158.168 152.808 158.897 151.049C159.625 149.29 160 147.404 160 145.5H218Z" fill="#111111"/>
     25<path d="M131 145.5C131 153.508 137.492 160 145.5 160C153.508 160 160 153.508 160 145.5C160 137.492 153.508 131 145.5 131C137.492 131 131 137.492 131 145.5Z" fill="white"/>
     26</g>
     27<defs>
     28<clipPath id="clip0_941_5579">
     29<rect width="290" height="290" fill="white"/>
     30</clipPath>
     31</defs>
     32</svg>
  • trunk/src/wp-admin/images/freedom-1.svg

    r56263 r56950  
    1 <svg width="180" height="180" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_1916_6175)" fill="#fff" stroke="#151515" stroke-width="1.2" stroke-miterlimit="10"><path d="M36.352 125.815c19.78 0 35.816-16.035 35.816-35.815 0-19.78-16.035-35.815-35.816-35.815C16.572 54.185.537 70.22.537 90c0 19.78 16.035 35.815 35.815 35.815z"/><path d="M37.513 136.982c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z"/><path d="M40.84 147.347c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z"/><path d="M46.094 156.677c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z"/><path d="M53.039 164.732c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.816 16.035-35.816 35.815 0 19.78 16.036 35.815 35.816 35.815z"/><path d="M61.437 171.275c19.78 0 35.816-16.035 35.816-35.815 0-19.78-16.035-35.815-35.816-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z"/><path d="M71.047 176.071c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.816 16.035-35.816 35.815 0 19.78 16.035 35.815 35.816 35.815z"/><path d="M81.637 178.879c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z"/><path d="M92.93 179.463c19.78 0 35.815-16.035 35.815-35.815 0-19.781-16.035-35.816-35.815-35.816-19.78 0-35.816 16.035-35.816 35.816 0 19.78 16.036 35.815 35.816 35.815z"/><path d="M103.918 177.74c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z"/><path d="M114.046 173.908c19.781 0 35.816-16.035 35.816-35.815 0-19.781-16.035-35.816-35.816-35.816-19.78 0-35.815 16.035-35.815 35.816 0 19.78 16.035 35.815 35.815 35.815z"/><path d="M123.079 168.21c19.78 0 35.815-16.035 35.815-35.816 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.781 16.035 35.816 35.815 35.816z"/><path d="M130.779 160.878c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z"/><path d="M136.907 152.157c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z"/><path d="M141.23 142.279c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z"/><path d="M143.504 131.485c19.78 0 35.816-16.035 35.816-35.815 0-19.78-16.036-35.816-35.816-35.816S107.689 75.89 107.689 95.67c0 19.78 16.035 35.815 35.815 35.815z"/><path d="M143.504 120.149c19.78 0 35.816-16.035 35.816-35.815 0-19.78-16.036-35.815-35.816-35.815s-35.815 16.035-35.815 35.815c0 19.78 16.035 35.815 35.815 35.815z"/><path d="M141.23 109.355c19.78 0 35.815-16.035 35.815-35.816 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.816 35.815 35.816z"/><path d="M136.907 99.477c19.78 0 35.815-16.035 35.815-35.816 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.816 0 19.78 16.035 35.815 35.815 35.815z"/><path d="M130.779 90.752c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z"/><path d="M123.079 83.424c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z"/><path d="M114.046 77.722c19.781 0 35.816-16.034 35.816-35.815 0-19.78-16.035-35.815-35.816-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.816 35.815 35.816z"/><path d="M103.918 73.894c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z"/><path d="M92.93 72.168c19.78 0 35.815-16.035 35.815-35.816 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.816 16.035-35.816 35.815 0 19.78 16.036 35.816 35.816 35.816z"/><path d="M81.637 72.751c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z"/><path d="M71.047 75.56c19.78 0 35.815-16.036 35.815-35.816S90.827 3.93 71.047 3.93c-19.78 0-35.816 16.035-35.816 35.815 0 19.78 16.035 35.815 35.816 35.815z"/><path d="M61.437 80.355c19.78 0 35.816-16.035 35.816-35.815 0-19.78-16.035-35.815-35.816-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z"/><path d="M53.039 86.898c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.816 16.035-35.816 35.815 0 19.78 16.036 35.815 35.816 35.815z"/><path d="M46.094 94.953c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z"/><path d="M40.84 104.283c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z"/><path d="M37.513 114.652c19.78 0 35.815-16.035 35.815-35.816 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.816 35.815 35.816z"/><path d="M36.352 125.815c19.78 0 35.816-16.035 35.816-35.815 0-19.78-16.035-35.815-35.816-35.815C16.572 54.185.537 70.22.537 90c0 19.78 16.035 35.815 35.815 35.815z"/></g><defs><clipPath id="clip0_1916_6175"><path fill="#fff" d="M0 0h179.857v180H0z"/></clipPath></defs></svg>
     1<svg width="180" height="180" viewBox="0 0 180 180" fill="none" xmlns="http://www.w3.org/2000/svg">
     2<g clip-path="url(#clip0_941_5573)">
     3<path d="M180 90C180 101.819 177.673 113.522 173.15 124.442C168.627 135.361 161.997 145.283 153.64 153.64C136.761 170.517 113.869 179.999 90 180V108C94.7737 107.999 99.3517 106.103 102.728 102.728C106.103 99.3517 107.999 94.7737 108 90H180Z" fill="#111111"/>
     4<path d="M90 0C113.869 0.000342544 136.761 9.48224 153.64 26.36C170.518 43.2387 180 66.1305 180 90H108C107.999 85.2263 106.103 80.6483 102.728 77.272C99.3521 73.8967 94.7738 72.0004 90 72V0Z" fill="#CFCABE"/>
     5<path d="M90 180C78.181 180 66.4777 177.672 55.5583 173.149C44.639 168.627 34.7174 161.997 26.3601 153.64C18.0028 145.283 11.3735 135.361 6.85057 124.442C2.3277 113.522 -0.000131319 101.819 5.55619e-09 90H72C72.0005 94.7737 73.8971 99.3518 77.2727 102.727C80.6482 106.103 85.2263 107.999 90 108V180Z" fill="#D8613C"/>
     6<path d="M5.55619e-09 90C-0.000131319 78.181 2.3277 66.4777 6.85057 55.5583C11.3735 44.639 18.0028 34.7174 26.3601 26.3601C34.7174 18.0028 44.639 11.3735 55.5583 6.85057C66.4777 2.3277 78.181 -0.000131319 90 5.55619e-09V72C85.2263 72.0005 80.6482 73.8971 77.2727 77.2727C73.8971 80.6482 72.0005 85.2263 72 90H5.55619e-09Z" fill="#B1C5A4"/>
     7<path d="M108 90C108 99.941 99.941 108 90 108C80.059 108 72 99.941 72 90C72 80.059 80.059 72 90 72C99.941 72 108 80.059 108 90Z" fill="white"/>
     8</g>
     9<defs>
     10<clipPath id="clip0_941_5573">
     11<rect width="180" height="180" fill="white"/>
     12</clipPath>
     13</defs>
     14</svg>
  • trunk/src/wp-admin/images/freedom-2.svg

    r56263 r56950  
    1 <svg width="181" height="180" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_1916_6212)" stroke="#151515" stroke-width="1.2"><path d="M144.361 125.815c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M143.197 114.652c19.78 0 35.815-16.035 35.815-35.816 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.816 35.815 35.816z" fill="#fff" stroke-miterlimit="10"/><path d="M139.87 104.283c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M134.616 94.953c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M127.671 86.898c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M119.276 80.355c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M109.663 75.56c19.78 0 35.816-16.036 35.816-35.816S129.443 3.93 109.663 3.93 73.848 19.964 73.848 39.744c0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M99.076 72.751c19.781 0 35.816-16.035 35.816-35.815 0-19.78-16.035-35.815-35.816-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M87.784 72.168c19.78 0 35.815-16.035 35.815-35.816 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.816 35.815 35.816z" fill="#fff" stroke-miterlimit="10"/><path d="M76.796 73.894c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.816 16.035-35.816 35.815 0 19.78 16.036 35.815 35.816 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M66.667 77.722c19.78 0 35.815-16.034 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.816 35.815 35.816z" fill="#fff" stroke-miterlimit="10"/><path d="M57.631 83.424c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M49.934 90.752c19.78 0 35.816-16.035 35.816-35.815 0-19.78-16.035-35.815-35.816-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M43.803 99.477c19.78 0 35.815-16.035 35.815-35.816 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.816 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M39.483 109.355c19.78 0 35.816-16.035 35.816-35.816 0-19.78-16.035-35.815-35.816-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.816 35.815 35.816z" fill="#fff" stroke-miterlimit="10"/><path d="M37.21 120.149c19.78 0 35.814-16.035 35.814-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M37.21 131.485c19.78 0 35.814-16.035 35.814-35.815 0-19.78-16.035-35.816-35.815-35.816-19.78 0-35.815 16.035-35.815 35.816 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M39.483 142.279c19.78 0 35.816-16.035 35.816-35.815 0-19.78-16.035-35.815-35.816-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M43.803 152.157c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M49.934 160.878c19.78 0 35.816-16.035 35.816-35.815 0-19.78-16.035-35.815-35.816-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M57.631 168.21c19.78 0 35.815-16.035 35.815-35.816 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.781 16.035 35.816 35.815 35.816z" fill="#fff" stroke-miterlimit="10"/><path d="M66.667 173.908c19.78 0 35.815-16.035 35.815-35.815 0-19.781-16.035-35.816-35.815-35.816-19.78 0-35.815 16.035-35.815 35.816 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M76.796 177.74c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.816 16.035-35.816 35.815 0 19.78 16.036 35.815 35.816 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M87.784 179.463c19.78 0 35.815-16.035 35.815-35.815 0-19.781-16.035-35.816-35.815-35.816-19.78 0-35.815 16.035-35.815 35.816 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M99.076 178.879c19.781 0 35.816-16.035 35.816-35.815 0-19.78-16.035-35.815-35.816-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M109.663 176.071c19.78 0 35.816-16.035 35.816-35.815 0-19.78-16.036-35.815-35.816-35.815s-35.815 16.035-35.815 35.815c0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M119.276 171.275c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M127.671 164.732c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M134.616 156.677c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M139.87 147.347c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M143.197 136.982c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M144.361 125.815c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M144.361 125.815c19.78 0 35.815-16.035 35.815-35.815 0-19.78-16.035-35.815-35.815-35.815-19.78 0-35.815 16.035-35.815 35.815 0 19.78 16.035 35.815 35.815 35.815z" fill="#fff" stroke-miterlimit="10"/><path d="M154.49 74.807l-10.129 10.129-10.132-10.129M159.554 100.132L149.425 90l10.129-10.129M129.165 79.871L139.293 90l-10.128 10.132M134.229 105.196l10.132-10.132 10.129 10.132" stroke-linejoin="bevel"/><path d="M90.638 107.908c9.89 0 17.908-8.018 17.908-17.908s-8.018-17.908-17.908-17.908S72.731 80.11 72.731 90s8.017 17.908 17.907 17.908z" fill="#fff" stroke-miterlimit="10"/><path d="M76.943 101.54c1.801-5.853 7.252-10.107 13.695-10.107 6.443 0 11.869 4.233 13.682 10.067M90.638 91.433a7.163 7.163 0 1 0 0-14.326 7.163 7.163 0 0 0 0 14.326z" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_1916_6212"><path fill="#fff" transform="translate(.857)" d="M0 0h179.857v180H0z"/></clipPath></defs></svg>
     1<svg width="180" height="180" viewBox="0 0 180 180" fill="none" xmlns="http://www.w3.org/2000/svg">
     2<g clip-path="url(#clip0_941_5641)">
     3<path d="M0 0H180V180H0V0Z" fill="white"/>
     4<path d="M180 90C156.131 89.9997 133.239 80.5178 116.36 63.64C99.4827 46.7609 90.0009 23.8693 90 0L180 0V90Z" fill="#D8613C"/>
     5<path d="M90 0C90 23.8695 80.5179 46.7613 63.6396 63.6396C46.7613 80.5179 23.8695 90 0 90L0 0H90Z" fill="#111111"/>
     6<path d="M90 180C90.0003 162.2 95.2788 144.799 105.168 129.999C115.057 115.198 129.113 103.662 145.558 96.85C156.478 92.3274 168.181 89.9998 180 90V180H90Z" fill="#B1C5A4"/>
     7<path d="M0 90C11.819 89.9997 23.5224 92.3275 34.4418 96.8503C45.3612 101.373 55.2829 108.002 63.6402 116.36C71.9975 124.717 78.6269 134.639 83.1497 145.558C87.6725 156.478 90.0003 168.181 90 180H0V90Z" fill="#CFCABE"/>
     8</g>
     9<defs>
     10<clipPath id="clip0_941_5641">
     11<rect width="180" height="180" fill="white"/>
     12</clipPath>
     13</defs>
     14</svg>
  • trunk/src/wp-admin/images/freedom-3.svg

    r56263 r56950  
    1 <svg width="181" height="180" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_1916_6260)" stroke="#151515" stroke-width="1.2"><path d="M90.713 179.474c49.415 0 89.474-40.059 89.474-89.474 0-49.415-40.059-89.474-89.474-89.474C41.3.526 1.24 40.585 1.24 90c0 49.415 40.058 89.474 89.474 89.474z" stroke-miterlimit="10"/><path d="M32.819 144.035c-4.274 0-8.369.576-12.158 1.625 11.649 14.645 27.793 25.551 46.347 30.635.586-1.909.898-3.899.898-5.944 0-14.533-15.708-26.316-35.087-26.316z" fill="#fff" stroke-miterlimit="10"/><path d="M32.819 133.509c-6.614 0-12.8 1.372-18.08 3.758 10.806 17.337 27.378 30.705 47.038 37.421 3.866-4.228 6.13-9.348 6.13-14.863 0-14.534-15.71-26.316-35.088-26.316z" fill="#fff" stroke-miterlimit="10"/><path d="M67.906 149.298c0-14.533-15.708-26.316-35.087-26.316-8.6 0-16.474 2.323-22.576 6.172A89.833 89.833 0 0 0 52.668 171c9.203-4.744 15.238-12.695 15.238-21.702z" fill="#fff" stroke-miterlimit="10"/><path d="M67.906 138.772c0-14.533-15.708-26.316-35.087-26.316-10.32 0-19.597 3.34-26.018 8.66 6.59 17.768 18.66 32.87 34.162 43.259 15.452-2.754 26.943-13.171 26.943-25.6v-.003z" fill="#fff" stroke-miterlimit="10"/><path d="M67.906 128.246c0-14.534-15.708-26.316-35.087-26.316-11.797 0-22.232 4.365-28.593 11.059 4.238 15.993 12.796 30.225 24.347 41.379 1.393.127 2.807.193 4.246.193 19.379 0 35.087-11.782 35.087-26.315z" fill="#fff" stroke-miterlimit="10"/><path d="M67.906 117.719c0-14.533-15.708-26.316-35.087-26.316-12.986 0-24.327 5.292-30.393 13.158a88.985 88.985 0 0 0 15.038 36.825c4.639 1.695 9.85 2.649 15.355 2.649 19.379 0 35.087-11.782 35.087-26.316z" fill="#fff" stroke-miterlimit="10"/><path d="M67.906 107.193c0-14.533-15.708-26.316-35.087-26.316-13.755 0-25.656 5.937-31.407 14.576a88.992 88.992 0 0 0 7.603 31.07c6.256 4.337 14.618 6.986 23.807 6.986 19.38 0 35.088-11.783 35.088-26.316h-.004z" fill="#fff" stroke-miterlimit="10"/><path d="M20.587 98.021l24.814 18.607M20.587 116.628l24.814-18.607M32.994 94.168v26.316M15.45 107.323l35.088.003" stroke-miterlimit="10"/><path d="M102.994 154.561c19.379 0 35.088-11.782 35.088-26.315 0-14.534-15.709-26.316-35.088-26.316-19.378 0-35.088 11.782-35.088 26.316 0 14.533 15.71 26.315 35.088 26.315z" fill="#fff" stroke-miterlimit="10"/><path d="M102.994 144.474c19.379 0 35.088-11.782 35.088-26.316 0-14.534-15.709-26.316-35.088-26.316-19.378 0-35.088 11.782-35.088 26.316 0 14.534 15.71 26.316 35.088 26.316z" fill="#fff" stroke-miterlimit="10"/><path d="M102.994 134.386c19.379 0 35.088-11.782 35.088-26.316 0-14.534-15.709-26.316-35.088-26.316-19.378 0-35.088 11.782-35.088 26.316 0 14.534 15.71 26.316 35.088 26.316z" fill="#fff" stroke-miterlimit="10"/><path d="M102.994 124.298c19.379 0 35.088-11.782 35.088-26.316 0-14.533-15.709-26.315-35.088-26.315-19.378 0-35.088 11.782-35.088 26.316 0 14.533 15.71 26.315 35.088 26.315z" fill="#fff" stroke-miterlimit="10"/><path d="M102.994 114.211c19.379 0 35.088-11.782 35.088-26.316 0-14.534-15.709-26.316-35.088-26.316-19.378 0-35.088 11.782-35.088 26.316 0 14.534 15.71 26.316 35.088 26.316z" fill="#fff" stroke-miterlimit="10"/><path d="M102.994 104.123c19.379 0 35.088-11.782 35.088-26.316 0-14.534-15.709-26.316-35.088-26.316-19.378 0-35.088 11.782-35.088 26.316 0 14.534 15.71 26.316 35.088 26.316z" fill="#fff" stroke-miterlimit="10"/><path d="M102.994 94.035c19.379 0 35.088-11.782 35.088-26.316 0-14.533-15.709-26.315-35.088-26.315-19.378 0-35.088 11.781-35.088 26.315s15.71 26.316 35.088 26.316z" fill="#fff" stroke-miterlimit="10"/><path d="M102.994 83.947c19.379 0 35.088-11.782 35.088-26.315 0-14.534-15.709-26.316-35.088-26.316-19.378 0-35.088 11.782-35.088 26.316 0 14.533 15.71 26.315 35.088 26.315z" fill="#fff" stroke-miterlimit="10"/><path d="M102.994 73.86c19.379 0 35.088-11.782 35.088-26.316 0-14.534-15.709-26.316-35.088-26.316-19.378 0-35.088 11.782-35.088 26.316 0 14.534 15.71 26.316 35.088 26.316z" fill="#fff" stroke-miterlimit="10"/><path d="M112.917 36.379l-9.923 7.442-9.923-7.442M117.882 54.986l-9.926-7.442 9.926-7.442M88.106 40.102l9.927 7.442-9.927 7.442M93.071 58.709l9.923-7.442 9.923 7.442" stroke-linejoin="bevel"/><path d="M102.994 140.526c-19.379 0-35.088 11.783-35.088 26.316 0 3.691 1.014 7.204 2.846 10.393a89.72 89.72 0 0 0 19.962 2.239c17.385 0 33.61-4.965 47.343-13.548-.642-14.108-16.094-25.4-35.063-25.4z" fill="#fff" stroke-miterlimit="10"/><path d="M134.363 168.116c2.379-3.548 3.719-7.558 3.719-11.8 0-14.534-15.709-26.316-35.088-26.316s-35.088 11.782-35.088 26.316c0 9.916 7.313 18.551 18.116 23.035 1.555.081 3.12.123 4.691.123 15.853 0 30.737-4.127 43.65-11.358z" fill="#fff" stroke-miterlimit="10"/><path d="M102.994 172.105c19.379 0 35.088-11.782 35.088-26.316 0-14.533-15.709-26.315-35.088-26.315-19.378 0-35.088 11.782-35.088 26.315 0 14.534 15.71 26.316 35.088 26.316z" fill="#fff" stroke-miterlimit="10"/><path d="M120.538 145.789c0 7.267-7.856 13.158-17.544 13.158s-17.544-5.891-17.544-13.158M103.096 159.081l-.053-26.316" stroke-miterlimit="10"/><path d="M120.538 145.789c0-7.266-7.856-13.157-17.544-13.157s-17.544 5.891-17.544 13.157" stroke-miterlimit="10"/><path d="M172.426 126.498c-19.035.299-34.344 11.962-34.344 26.309 0 3.93 1.151 7.656 3.207 11.004 13.523-9.285 24.368-22.186 31.133-37.313h.004z" fill="#fff" stroke-miterlimit="10"/><path d="M138.082 142.281c0 6.666 3.309 12.758 8.761 17.393 13.786-11.12 24.2-26.242 29.481-43.604a46.925 46.925 0 0 0-3.154-.105c-19.379 0-35.088 11.782-35.088 26.316z" fill="#fff" stroke-miterlimit="10"/><path d="M138.082 131.754c0 9.109 6.168 17.134 15.544 21.86 12.849-12.709 21.87-29.281 25.172-47.835a47.025 47.025 0 0 0-5.632-.34c-19.379 0-35.088 11.782-35.088 26.315h.004z" fill="#fff" stroke-miterlimit="10"/><path d="M138.082 121.228c0 11.225 9.368 20.804 22.558 24.586 11.175-13.982 18.242-31.393 19.379-50.4a46.51 46.51 0 0 0-6.849-.502c-19.379 0-35.088 11.783-35.088 26.316z" fill="#fff" stroke-miterlimit="10"/><path d="M155.801 108.204v26.312M155.801 134.516h12.632M155.801 108.204h22.456M173.345 108.204v16.357M155.801 121.358l18.948.003" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_1916_6260"><path fill="#fff" transform="translate(.714)" d="M0 0h180v180H0z"/></clipPath></defs></svg>
     1<svg width="180" height="180" viewBox="0 0 180 180" fill="none" xmlns="http://www.w3.org/2000/svg">
     2<g clip-path="url(#clip0_1028_1939)">
     3<path d="M60 30C60 37.9565 56.8393 45.5871 51.2132 51.2132C45.5871 56.8393 37.9565 60 30 60V36C31.5913 36 33.1174 35.3679 34.2426 34.2426C35.3679 33.1174 36 31.5913 36 30H60Z" fill="#111111"/>
     4<path d="M30 0C37.9565 0 45.5871 3.16071 51.2132 8.7868C56.8393 14.4129 60 22.0435 60 30H36C36 28.4087 35.3679 26.8826 34.2426 25.7574C33.1174 24.6321 31.5913 24 30 24V0Z" fill="#CFCABE"/>
     5<path d="M30 60C22.0435 60 14.4129 56.8393 8.7868 51.2132C3.16071 45.5871 0 37.9565 0 30H24C24 31.5913 24.6321 33.1174 25.7574 34.2426C26.8826 35.3679 28.4087 36 30 36V60Z" fill="#D8613C"/>
     6<path d="M0 30C0 22.0435 3.16071 14.4129 8.7868 8.7868C14.4129 3.16071 22.0435 0 30 0V24C28.4087 24 26.8826 24.6321 25.7574 25.7574C24.6321 26.8826 24 28.4087 24 30H0Z" fill="#B1C5A4"/>
     7<path d="M36 30C36 31.5913 35.3679 33.1174 34.2426 34.2426C33.1174 35.3679 31.5913 36 30 36C28.4087 36 26.8826 35.3679 25.7574 34.2426C24.6321 33.1174 24 31.5913 24 30C24 28.4087 24.6321 26.8826 25.7574 25.7574C26.8826 24.6321 28.4087 24 30 24C31.5913 24 33.1174 24.6321 34.2426 25.7574C35.3679 26.8826 36 28.4087 36 30Z" fill="white"/>
     8<path d="M120 30C119.999 37.9563 116.839 45.5866 111.213 51.213C105.587 56.8386 97.9563 59.9992 90 60V36C90.788 36.0001 91.5682 35.845 92.2963 35.5435C93.0243 35.2421 93.6858 34.8001 94.2429 34.2429C94.8001 33.6858 95.2421 33.0243 95.5435 32.2963C95.845 31.5682 96.0001 30.788 96 30H120Z" fill="#111111"/>
     9<path d="M90 0C97.9564 0.000265201 105.587 3.16106 111.213 8.78709C116.839 14.4131 120 22.0436 120 30H96C95.9995 28.4089 95.3672 26.883 94.2421 25.7579C93.117 24.6328 91.5911 24.0005 90 24V0Z" fill="#CFCABE"/>
     10<path d="M90 60C82.0437 59.9995 74.4134 56.8386 68.7874 51.2126C63.1614 45.5866 60.0005 37.9563 60 30H84C84.0008 31.5911 84.6332 33.1167 85.7582 34.2418C86.8833 35.3668 88.4089 35.9992 90 36V60Z" fill="#D8613C"/>
     11<path d="M60 30C60 22.0435 63.1607 14.4129 68.7868 8.7868C74.4129 3.16071 82.0435 0 90 0V24C89.212 23.9999 88.4318 24.155 87.7037 24.4565C86.9757 24.7579 86.3142 25.1999 85.7571 25.7571C85.1999 26.3142 84.7579 26.9757 84.4565 27.7037C84.155 28.4318 83.9999 29.212 84 30H60Z" fill="#B1C5A4"/>
     12<path d="M96 30C96 31.5913 95.3679 33.1174 94.2426 34.2426C93.1174 35.3679 91.5913 36 90 36C88.4087 36 86.8826 35.3679 85.7574 34.2426C84.6321 33.1174 84 31.5913 84 30C84 28.4087 84.6321 26.8826 85.7574 25.7574C86.8826 24.6321 88.4087 24 90 24C91.5913 24 93.1174 24.6321 94.2426 25.7574C95.3679 26.8826 96 28.4087 96 30Z" fill="white"/>
     13<path d="M120 90C120 93.94 119.224 97.84 117.717 101.481C114.671 108.831 108.831 114.671 101.481 117.717C97.8409 119.224 93.9397 120 90 120V96C91.5911 95.9992 93.1167 95.3668 94.2418 94.2418C95.3668 93.1167 95.9992 91.5911 96 90H120Z" fill="#111111"/>
     14<path d="M90 60C95.9334 60.0007 101.733 61.7605 106.667 65.057C111.6 68.3534 115.446 73.0385 117.717 78.52C119.224 82.1597 120 86.0606 120 90H96C95.9992 88.4089 95.3668 86.8833 94.2418 85.7582C93.1167 84.6332 91.5911 84.0008 90 84V60Z" fill="#CFCABE"/>
     15<path d="M90 120C82.0437 119.999 74.4134 116.839 68.787 111.213C63.1614 105.587 60.0007 97.9563 60 90H84C84.0008 91.5911 84.6332 93.1167 85.7582 94.2418C86.8833 95.3668 88.4089 95.9992 90 96V120Z" fill="#D8613C"/>
     16<path d="M60 90C60.0005 82.0437 63.1614 74.4134 68.7874 68.7874C74.4134 63.1614 82.0437 60.0005 90 60V84C88.4089 84.0008 86.8833 84.6332 85.7582 85.7582C84.6332 86.8833 84.0008 88.4089 84 90H60Z" fill="#B1C5A4"/>
     17<path d="M96 90C96 91.5913 95.3679 93.1174 94.2426 94.2426C93.1174 95.3679 91.5913 96 90 96C88.4087 96 86.8826 95.3679 85.7574 94.2426C84.6321 93.1174 84 91.5913 84 90C84 88.4087 84.6321 86.8826 85.7574 85.7574C86.8826 84.6321 88.4087 84 90 84C91.5913 84 93.1174 84.6321 94.2426 85.7574C95.3679 86.8826 96 88.4087 96 90Z" fill="white"/>
     18<path d="M60 90C59.9995 97.9563 56.8386 105.587 51.2126 111.213C45.5866 116.839 37.9563 119.999 30 120V96C31.5911 95.9992 33.1167 95.3668 34.2418 94.2418C35.3668 93.1167 35.9992 91.5911 36 90H60Z" fill="#111111"/>
     19<path d="M30 60C37.9565 60 45.5871 63.1607 51.2132 68.7868C56.8393 74.4129 60 82.0435 60 90H36C36.0001 89.212 35.845 88.4318 35.5435 87.7037C35.2421 86.9757 34.8001 86.3142 34.2429 85.7571C33.6858 85.1999 33.0243 84.7579 32.2963 84.4565C31.5682 84.155 30.788 83.9999 30 84V60Z" fill="#CFCABE"/>
     20<path d="M30 120C22.0437 119.999 14.4134 116.839 8.787 111.213C3.16135 105.587 0.000657076 97.9563 0 90H24C23.9999 90.788 24.155 91.5682 24.4565 92.2963C24.7579 93.0243 25.1999 93.6858 25.7571 94.2429C26.3142 94.8001 26.9757 95.2421 27.7037 95.5435C28.4318 95.845 29.212 96.0001 30 96V120Z" fill="#D8613C"/>
     21<path d="M0 90C0 82.0435 3.16071 74.4129 8.7868 68.7868C14.4129 63.1607 22.0435 60 30 60V84C28.4089 84.0008 26.8833 84.6332 25.7582 85.7582C24.6332 86.8833 24.0008 88.4089 24 90H0Z" fill="#B1C5A4"/>
     22<path d="M36 90C36 91.5913 35.3679 93.1174 34.2426 94.2426C33.1174 95.3679 31.5913 96 30 96C28.4087 96 26.8826 95.3679 25.7574 94.2426C24.6321 93.1174 24 91.5913 24 90C24 88.4087 24.6321 86.8826 25.7574 85.7574C26.8826 84.6321 28.4087 84 30 84C31.5913 84 33.1174 84.6321 34.2426 85.7574C35.3679 86.8826 36 88.4087 36 90Z" fill="white"/>
     23<path d="M180 30C180 37.9565 176.839 45.5871 171.213 51.2132C165.587 56.8393 157.956 60 150 60V36C151.591 35.9995 153.117 35.3672 154.242 34.2421C155.367 33.117 155.999 31.5911 156 30H180Z" fill="#111111"/>
     24<path d="M150 0C157.956 0 165.587 3.16071 171.213 8.7868C176.839 14.4129 180 22.0435 180 30H156C156 28.4087 155.368 26.8826 154.243 25.7574C153.117 24.6321 151.591 24 150 24V0Z" fill="#CFCABE"/>
     25<path d="M150 60C142.044 59.9997 134.413 56.8389 128.787 51.2129C123.161 45.5869 120 37.9564 120 30H144C144 31.5913 144.632 33.1174 145.757 34.2426C146.883 35.3679 148.409 36 150 36V60Z" fill="#D8613C"/>
     26<path d="M120 30C120 22.0435 123.161 14.4129 128.787 8.7868C134.413 3.16071 142.044 0 150 0V24C148.409 24.0005 146.883 24.6328 145.758 25.7579C144.633 26.883 144.001 28.4089 144 30H120Z" fill="#B1C5A4"/>
     27<path d="M156 30C156 31.5913 155.368 33.1174 154.243 34.2426C153.117 35.3679 151.591 36 150 36C148.409 36 146.883 35.3679 145.757 34.2426C144.632 33.1174 144 31.5913 144 30C144 28.4087 144.632 26.8826 145.757 25.7574C146.883 24.6321 148.409 24 150 24C151.591 24 153.117 24.6321 154.243 25.7574C155.368 26.8826 156 28.4087 156 30Z" fill="white"/>
     28<path d="M180 90C179.999 97.9563 176.839 105.587 171.213 111.213C165.587 116.839 157.956 119.999 150 120V96C151.591 95.9995 153.117 95.3672 154.242 94.2421C155.367 93.117 155.999 91.5911 156 90H180Z" fill="#111111"/>
     29<path d="M150 60C157.956 60.0003 165.587 63.1611 171.213 68.7871C176.839 74.4131 180 82.0436 180 90H156C156.001 89.212 155.846 88.4316 155.544 87.7035C155.243 86.9754 154.8 86.314 154.243 85.757C153.686 85.1998 153.024 84.7579 152.296 84.4564C151.568 84.1549 150.788 83.9999 150 84V60Z" fill="#CFCABE"/>
     30<path d="M150 120C142.044 119.999 134.414 116.838 128.788 111.212C123.162 105.586 120.001 97.9562 120 90H144C143.999 90.788 144.154 91.5684 144.456 92.2965C144.757 93.0246 145.2 93.686 145.757 94.243C146.314 94.8002 146.976 95.2421 147.704 95.5436C148.432 95.8451 149.212 96.0001 150 96V120Z" fill="#D8613C"/>
     31<path d="M120 90C120 82.0435 123.161 74.4129 128.787 68.7868C134.413 63.1607 142.044 60 150 60V84C148.409 84.0005 146.883 84.6328 145.758 85.7579C144.633 86.883 144.001 88.4089 144 90H120Z" fill="#B1C5A4"/>
     32<path d="M156 90C156 91.5913 155.368 93.1174 154.243 94.2426C153.117 95.3679 151.591 96 150 96C148.409 96 146.883 95.3679 145.757 94.2426C144.632 93.1174 144 91.5913 144 90C144 88.4087 144.632 86.8826 145.757 85.7574C146.883 84.6321 148.409 84 150 84C151.591 84 153.117 84.6321 154.243 85.7574C155.368 86.8826 156 88.4087 156 90Z" fill="white"/>
     33<path d="M180 150C180 157.956 176.839 165.587 171.213 171.213C165.587 176.839 157.956 180 150 180V156C151.591 156 153.117 155.368 154.243 154.243C155.368 153.117 156 151.591 156 150H180Z" fill="#111111"/>
     34<path d="M150 120C157.956 120 165.587 123.161 171.213 128.787C176.839 134.413 180 142.044 180 150H156C156 148.409 155.368 146.883 154.243 145.757C153.117 144.632 151.591 144 150 144V120Z" fill="#CFCABE"/>
     35<path d="M150 180C142.044 180 134.413 176.839 128.787 171.213C123.161 165.587 120 157.956 120 150H144C144 151.591 144.632 153.117 145.757 154.243C146.883 155.368 148.409 156 150 156V180Z" fill="#D8613C"/>
     36<path d="M120 150C120 142.044 123.161 134.413 128.787 128.787C134.413 123.161 142.044 120 150 120V144C148.409 144 146.883 144.632 145.757 145.757C144.632 146.883 144 148.409 144 150H120Z" fill="#B1C5A4"/>
     37<path d="M156 150C156 151.591 155.368 153.117 154.243 154.243C153.117 155.368 151.591 155.999 150 155.999C148.409 155.999 146.883 155.368 145.757 154.243C144.632 153.117 144 151.591 144 150C144 148.409 144.632 146.883 145.757 145.757C146.883 144.632 148.409 144.001 150 144.001C151.591 144.001 153.117 144.632 154.243 145.757C155.368 146.883 156 148.409 156 150Z" fill="white"/>
     38<path d="M60 150C60 157.956 56.8393 165.587 51.2132 171.213C45.5871 176.839 37.9565 180 30 180V156C31.5913 156 33.1174 155.368 34.2426 154.243C35.3679 153.117 36 151.591 36 150H60Z" fill="#111111"/>
     39<path d="M30 120C37.9565 120 45.5871 123.161 51.2132 128.787C56.8393 134.413 60 142.044 60 150H36C35.9995 148.409 35.3672 146.883 34.2421 145.758C33.117 144.633 31.5911 144.001 30 144V120Z" fill="#CFCABE"/>
     40<path d="M30 180C22.0435 180 14.4129 176.839 8.7868 171.213C3.16071 165.587 0 157.956 0 150H24C24.0005 151.591 24.6328 153.117 25.7579 154.242C26.883 155.367 28.4089 155.999 30 156V180Z" fill="#D8613C"/>
     41<path d="M0 150C0 142.044 3.16071 134.413 8.7868 128.787C14.4129 123.161 22.0435 120 30 120V144C28.4087 144 26.8826 144.632 25.7574 145.757C24.6321 146.883 24 148.409 24 150H0Z" fill="#B1C5A4"/>
     42<path d="M36 150C35.9995 151.591 35.3672 153.117 34.2421 154.242C33.117 155.367 31.5911 155.999 30 156C28.8133 156 27.6533 155.648 26.6666 154.989C25.6799 154.33 24.9109 153.392 24.4567 152.296C24.0026 151.2 23.8838 149.993 24.1153 148.829C24.3468 147.666 24.9182 146.596 25.7574 145.757C26.5965 144.918 27.6656 144.347 28.8295 144.115C29.9933 143.884 31.1997 144.003 32.2961 144.457C33.3925 144.911 34.3295 145.68 34.9888 146.667C35.6481 147.653 36 148.813 36 150Z" fill="white"/>
     43<path d="M120 150C119.999 157.956 116.838 165.586 111.212 171.212C105.586 176.838 97.9562 179.999 90 180V156C90.788 156.001 91.5684 155.846 92.2965 155.544C93.0246 155.243 93.686 154.8 94.243 154.243C94.8002 153.686 95.2421 153.024 95.5436 152.296C95.8451 151.568 96.0001 150.788 96 150H120Z" fill="#111111"/>
     44<path d="M90 120C97.9563 120.001 105.587 123.161 111.213 128.787C116.839 134.413 119.999 142.044 120 150H96C95.9997 148.409 95.3675 146.883 94.2423 145.758C93.1172 144.632 91.5912 144 90 144V120Z" fill="#CFCABE"/>
     45<path d="M90 180C82.0435 180 74.4129 176.839 68.7868 171.213C63.1607 165.587 60 157.956 60 150H84C84.0005 151.591 84.6328 153.117 85.7579 154.242C86.883 155.367 88.4089 155.999 90 156V180Z" fill="#D8613C"/>
     46<path d="M60 150C60.0003 142.044 63.1611 134.413 68.7871 128.787C74.4131 123.161 82.0436 120 90 120V144C89.212 143.999 88.4316 144.154 87.7035 144.456C86.9754 144.757 86.314 145.2 85.757 145.757C85.1998 146.314 84.7579 146.976 84.4564 147.704C84.1549 148.432 83.9999 149.212 84 150H60Z" fill="#B1C5A4"/>
     47<path d="M96 150C95.9995 151.591 95.3672 153.117 94.2421 154.242C93.117 155.367 91.5911 155.999 90 156C88.8133 156 87.6533 155.648 86.6666 154.989C85.6799 154.33 84.9109 153.392 84.4567 152.296C84.0026 151.2 83.8838 149.993 84.1153 148.829C84.3468 147.666 84.9182 146.596 85.7574 145.757C86.5965 144.918 87.6656 144.347 88.8295 144.115C89.9933 143.884 91.1997 144.003 92.2961 144.457C93.3925 144.911 94.3295 145.68 94.9888 146.667C95.6481 147.653 96 148.813 96 150Z" fill="white"/>
     48</g>
     49<defs>
     50<clipPath id="clip0_1028_1939">
     51<rect width="180" height="180" fill="white"/>
     52</clipPath>
     53</defs>
     54</svg>
  • trunk/src/wp-admin/images/freedom-4.svg

    r56263 r56950  
    1 <svg width="181" height="180" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_1916_6316)" stroke="#151515" stroke-width="1.2" stroke-miterlimit="10"><path d="M98.433 106.656c0-26.396-21.4-47.796-47.797-47.796-26.396 0-47.224 20.828-47.786 46.736a89.029 89.029 0 0 0 14.71 35.562c8.585 8.235 20.238 13.295 33.076 13.295 26.397 0 47.797-21.4 47.797-47.797z" fill="#fff"/><path d="M102.871 120.491c0-26.396-21.4-47.796-47.796-47.796-26.397 0-47.8 21.396-47.8 47.796 0 .418.007.835.017 1.249 7.337 19.33 21.176 35.46 38.853 45.713a48.01 48.01 0 0 0 8.93.835c26.396 0 47.796-21.4 47.796-47.797z" fill="#fff"/><path d="M109.885 132.94c0-26.396-21.4-47.796-47.796-47.796-26.397 0-47.8 21.4-47.8 47.796 0 1.141.042 2.274.123 3.393 13.382 22.06 36.028 37.874 62.544 42.042 19.119-6.252 32.933-24.231 32.933-45.438l-.004.003z" fill="#fff"/><path d="M119.152 143.691c0-26.396-21.4-47.796-47.796-47.796-26.397 0-47.797 21.4-47.797 47.796 0 1.86.109 3.691.316 5.495 16.393 18.572 40.375 30.288 67.095 30.288 4.46 0 8.845-.33 13.129-.962 9.267-8.719 15.057-21.091 15.057-34.821h-.004z" fill="#fff"/><path d="M82.56 104.628c-26.397 0-47.797 21.4-47.797 47.797 0 2.617.214 5.182.617 7.687 15.267 12.12 34.58 19.362 55.586 19.362 12.442 0 24.291-2.541 35.056-7.13a47.615 47.615 0 0 0 4.337-19.916c0-26.396-21.4-47.796-47.796-47.796l-.004-.004z" fill="#fff"/><path d="M95.387 111.028c-26.396 0-47.796 21.4-47.796 47.797 0 3.438.365 6.789 1.056 10.024 12.6 6.779 27.01 10.625 42.32 10.625 19.417 0 37.389-6.19 52.055-16.699.106-1.301.165-2.621.165-3.95 0-26.397-21.4-47.797-47.796-47.797h-.004z" fill="#fff"/><path d="M109.517 114.775c-26.396 0-47.796 21.4-47.796 47.797 0 4.347.586 8.561 1.673 12.565a89.435 89.435 0 0 0 27.572 4.337c25.625 0 48.73-10.776 65.042-28.039-5.017-21.024-23.926-36.66-46.491-36.66z" fill="#fff"/><path d="M124.587 115.554c-26.396 0-47.796 21.4-47.796 47.797a47.79 47.79 0 0 0 2.523 15.368 90.47 90.47 0 0 0 11.649.755c31.287 0 58.817-16.063 74.81-40.386-8.316-14.084-23.645-23.534-41.186-23.534z" fill="#fff"/><path d="M172.556 126.768c-8.607-8.364-20.355-13.519-33.306-13.519-26.396 0-47.796 21.4-47.796 47.797 0 6.491 1.298 12.68 3.642 18.326 34.537-1.569 63.972-22.716 77.463-52.607l-.003.003z" fill="#fff"/><path d="M104.973 155.937c0 7.73 1.835 15.028 5.095 21.488 32.186-7 57.909-31.316 66.912-62.706a47.573 47.573 0 0 0-24.207-6.579c-26.396 0-47.796 21.4-47.796 47.797h-.004z" fill="#fff"/><path d="M117.029 148.33a47.586 47.586 0 0 0 6.958 24.849c29.253-11.625 50.916-38.228 55.53-70.344a47.714 47.714 0 0 0-14.691-2.305c-26.397 0-47.797 21.4-47.797 47.796v.004z" fill="#fff"/><path d="M127.303 138.547a47.598 47.598 0 0 0 9.344 28.393c25.937-15.435 43.403-43.607 43.775-75.894a48.457 48.457 0 0 0-5.323-.299c-26.396 0-47.796 21.4-47.796 47.797v.003z" fill="#fff"/><path d="M135.485 126.909c0 12.368 4.699 23.638 12.404 32.126 19.877-16.41 32.547-41.242 32.547-69.031 0-3.643-.224-7.236-.645-10.762-24.769 1.79-44.309 22.446-44.309 47.67l.003-.003z" fill="#fff"/><path d="M177.538 67.326c-20.839 5.151-36.288 23.972-36.288 46.4 0 14.351 6.327 27.225 16.344 35.986C171.798 133.874 180.44 112.947 180.44 90a89.629 89.629 0 0 0-2.902-22.674z" fill="#fff"/><path d="M173.454 55.288c-17.144 7.263-29.169 24.242-29.169 44.031 0 16.649 8.516 31.309 21.425 39.867 9.305-14.112 14.726-31.014 14.726-49.186 0-12.309-2.487-24.039-6.986-34.712h.004z" fill="#fff"/><path d="M167.303 43.309c-13.8 8.382-23.018 23.554-23.018 40.88 0 19.285 11.421 35.899 27.867 43.453 5.316-11.442 8.288-24.196 8.288-37.645 0-17.113-4.807-33.099-13.137-46.692v.004z" fill="#fff"/><path d="M159.363 32.323c-11.035 8.754-18.113 22.28-18.113 37.46 0 22.094 14.997 40.687 35.362 46.161A89.489 89.489 0 0 0 180.436 90c0-21.979-7.929-42.102-21.077-57.677h.004z" fill="#fff"/><path d="M135.485 56.6c0 25.06 19.285 45.611 43.821 47.632A90.123 90.123 0 0 0 180.436 90c0-26.916-11.884-51.053-30.691-67.453-8.803 8.67-14.263 20.723-14.263 34.053h.003z" fill="#fff"/><path d="M175.103 92.758c1.793 0 3.561-.102 5.302-.295.021-.817.035-1.638.035-2.463 0-31.94-16.741-59.965-41.919-75.796a47.598 47.598 0 0 0-11.214 30.757c0 26.397 21.4 47.797 47.796 47.797z" fill="#fff"/><path d="M164.826 82.975c5.28 0 10.365-.86 15.112-2.442-3.463-32.94-24.796-60.558-54.133-72.972a47.576 47.576 0 0 0-8.779 27.614c0 26.397 21.4 47.797 47.796 47.797l.004.003z" fill="#fff"/><path d="M152.77 75.368a47.579 47.579 0 0 0 25.014-7.063c-8.039-32.274-33.6-57.614-66-65.337a47.586 47.586 0 0 0-6.814 24.604c0 26.396 21.4 47.796 47.796 47.796h.004z" fill="#fff"/><path d="M139.25 70.256c13.492 0 25.674-5.59 34.362-14.579C160.847 24.965 131.461 2.905 96.675.712c-3.34 6.523-5.221 13.916-5.221 21.748 0 26.396 21.4 47.796 47.796 47.796z" fill="#fff"/><path d="M90.966.526c-3.46 0-6.87.204-10.228.586a47.646 47.646 0 0 0-3.947 19.046c0 26.396 21.4 47.796 47.796 47.796 18.309 0 34.207-10.294 42.235-25.407C151.005 17.31 122.949.527 90.966.527z" fill="#fff"/><path d="M90.966.526a89.533 89.533 0 0 0-26.333 3.94 47.703 47.703 0 0 0-2.912 16.47c0 26.397 21.4 47.797 47.796 47.797 23.579 0 43.168-17.073 47.084-39.533C140.257 11.568 116.903.526 90.966.526z" fill="#fff"/><path d="M49.7 10.597a47.78 47.78 0 0 0-2.113 14.087c0 26.397 21.4 47.797 47.797 47.797 26.396 0 47.796-21.4 47.796-47.797 0-2.656-.221-5.26-.635-7.796C127.97 6.582 110.177.526 90.966.526c-14.884 0-28.916 3.639-41.263 10.07h-.004z" fill="#fff"/><path d="M36.25 19.207a47.82 47.82 0 0 0-1.487 11.874c0 26.396 21.4 47.796 47.796 47.796 26.397 0 47.797-21.4 47.797-47.796 0-8.91-2.442-17.25-6.685-24.39C113.542 2.712 102.51.526 90.966.526c-20.61 0-39.59 6.972-54.716 18.681z" fill="#fff"/><path d="M24.56 30.039a48.03 48.03 0 0 0-1.004 9.779c0 26.396 21.4 47.796 47.796 47.796 26.397 0 47.797-21.4 47.797-47.797 0-16.049-7.909-30.249-20.043-38.919a90.565 90.565 0 0 0-8.143-.372c-26.344 0-50.032 11.39-66.404 29.513z" fill="#fff"/><path d="M62.085 98.365c26.397 0 47.797-21.4 47.797-47.797 0-24.07-17.793-43.982-40.944-47.305C46.215 9.014 26.96 23.463 14.91 42.86a48.118 48.118 0 0 0-.621 7.708c0 26.397 21.4 47.797 47.796 47.797z" fill="#fff"/><path d="M102.871 63.018c0-26.397-21.4-47.797-47.796-47.797a47.668 47.668 0 0 0-18.432 3.684c-12.901 9.87-23.035 23.172-29.042 38.54a48.69 48.69 0 0 0-.326 5.573c0 26.396 21.4 47.796 47.796 47.796 26.397 0 47.797-21.4 47.797-47.796h.003z" fill="#fff"/><path d="M98.433 76.853c0-26.397-21.4-47.797-47.797-47.797-16.89 0-31.737 8.762-40.238 21.99a88.832 88.832 0 0 0-7.474 22.933c-.056.95-.088 1.909-.088 2.877 0 26.397 21.4 47.797 47.797 47.797 26.396 0 47.796-21.4 47.796-47.797l.004-.003z" fill="#fff"/><path d="M49.082 139.551c26.397 0 47.796-21.399 47.796-47.797 0-26.397-21.399-47.796-47.796-47.796S1.285 65.358 1.285 91.754c0 26.398 21.4 47.797 47.797 47.797z" fill="#fff"/><path d="M49.036 139.712c26.398 0 47.797-21.399 47.797-47.796s-21.4-47.797-47.797-47.797S1.24 65.52 1.24 91.916s21.399 47.796 47.796 47.796zM82.749 125.568l27.677 27.678"/><path d="M41.801 60.677l3.509 3.383c-13.846 1.726-24.561 13.53-24.561 27.845 0 14.316 10.715 26.116 24.561 27.846M55.836 123.133l-3.508-3.382c13.845-1.726 24.56-13.53 24.56-27.846S66.174 65.79 52.329 64.06M36.633 79.512l24.81 24.811M36.633 104.323l24.81-24.81M49.036 74.372v35.088M31.492 91.916H66.58"/><path d="M90.966 179.474c49.415 0 89.474-40.059 89.474-89.474 0-49.415-40.059-89.474-89.474-89.474C41.551.526 1.492 40.585 1.492 90c0 49.415 40.06 89.474 89.474 89.474z"/></g><defs><clipPath id="clip0_1916_6316"><path fill="#fff" transform="translate(.714)" d="M0 0h180.253v180H0z"/></clipPath></defs></svg>
     1<svg width="180" height="180" viewBox="0 0 180 180" fill="none" xmlns="http://www.w3.org/2000/svg">
     2<g clip-path="url(#clip0_941_5663)">
     3<path d="M45 90C44.9996 98.9002 42.3602 107.6 37.4154 115.001C32.4707 122.401 25.4426 128.169 17.22 131.575C11.7605 133.836 5.90918 135 0 135L0 90H45Z" fill="#111111"/>
     4<path d="M90 135C78.0654 134.999 66.6198 130.258 58.18 121.82C49.7417 113.38 45.0009 101.935 45 90H90V135Z" fill="#D8613C"/>
     5<path d="M45 180C45.0004 168.065 49.7414 156.62 58.18 148.18C62.3587 144.001 67.3195 140.687 72.7792 138.425C78.2388 136.164 84.0905 135 90 135V180H45Z" fill="#B1C5A4"/>
     6<path d="M0 135C5.90958 134.999 11.7614 136.163 17.2212 138.425C22.6809 140.686 27.6417 144.001 31.82 148.18C40.258 156.62 44.9988 168.065 45 180H0V135Z" fill="#CFCABE"/>
     7<path d="M180 135C168.065 134.999 156.62 130.258 148.18 121.82C139.742 113.38 135.001 101.935 135 90H180V135Z" fill="#D8613C"/>
     8<path d="M135 90C134.999 101.935 130.258 113.38 121.82 121.82C113.38 130.258 101.935 134.999 90 135V90H135Z" fill="#111111"/>
     9<path d="M135 180C135 174.09 136.164 168.239 138.425 162.779C141.832 154.557 147.6 147.53 155 142.585C162.4 137.641 171.1 135.001 180 135V180H135Z" fill="#B1C5A4"/>
     10<path d="M90 135C95.9096 135 101.761 136.163 107.221 138.425C112.681 140.686 117.642 144.001 121.82 148.18C125.998 152.359 129.313 157.32 131.575 162.779C133.836 168.239 135 174.09 135 180H90V135Z" fill="#CFCABE"/>
     11<path d="M180 45C168.065 45 156.619 40.2589 148.18 31.8198C139.741 23.3807 135 11.9347 135 0L180 0V45Z" fill="#D8613C"/>
     12<path d="M135 0C134.999 11.9346 130.258 23.3802 121.82 31.82C113.38 40.2582 101.935 44.999 90 45V0H135Z" fill="#111111"/>
     13<path d="M135 90C135.001 78.0654 139.742 66.6197 148.18 58.18C156.62 49.7418 168.065 45.001 180 45V90H135Z" fill="#B1C5A4"/>
     14<path d="M90 45C98.9002 45.0005 107.6 47.64 115.001 52.5847C122.401 57.5295 128.169 64.5574 131.575 72.78C133.836 78.2395 135 84.0908 135 90H90V45Z" fill="#CFCABE"/>
     15<path d="M45 0C44.9997 11.9347 40.2586 23.3804 31.8195 31.8195C23.3804 40.2586 11.9347 44.9997 0 45L0 0H45Z" fill="#111111"/>
     16<path d="M90 45C78.0653 45 66.6193 40.2589 58.1802 31.8198C49.7411 23.3807 45 11.9347 45 0L90 0V45Z" fill="#D8613C"/>
     17<path d="M45 90C45.0003 78.0653 49.7414 66.6196 58.1805 58.1805C66.6196 49.7414 78.0653 45.0003 90 45V90H45Z" fill="#B1C5A4"/>
     18<path d="M0 45C11.9346 45.0005 23.3802 49.7418 31.8192 58.1808C40.2582 66.6198 44.9995 78.0654 45 90H0V45Z" fill="#CFCABE"/>
     19</g>
     20<defs>
     21<clipPath id="clip0_941_5663">
     22<rect width="180" height="180" fill="white"/>
     23</clipPath>
     24</defs>
     25</svg>
  • trunk/src/wp-admin/images/privacy.svg

    r56263 r56950  
    1 <svg width="320" height="320" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_1916_5672)" fill="#fff" stroke="#151515" stroke-width="1.2" stroke-miterlimit="10"><path d="M256.686.936H63.314C28.862.936.936 28.862.936 63.314V160c0 87.847 71.217 159.064 159.064 159.064S319.064 247.847 319.064 160V63.314c0-34.452-27.926-62.378-62.378-62.378z"/><path d="M231.735 139.259c19.378 0 35.088-15.709 35.088-35.087 0-19.379-15.71-35.088-35.088-35.088s-35.088 15.71-35.088 35.088 15.71 35.087 35.088 35.087z"/><path d="M221.131 149.864c19.378 0 35.087-15.71 35.087-35.088 0-19.379-15.709-35.088-35.087-35.088-19.379 0-35.088 15.71-35.088 35.088s15.709 35.088 35.088 35.088z"/><path d="M210.526 160.468c19.379 0 35.088-15.71 35.088-35.088s-15.709-35.088-35.088-35.088c-19.378 0-35.087 15.71-35.087 35.088s15.709 35.088 35.087 35.088z"/><path d="M199.922 171.072c19.378 0 35.088-15.709 35.088-35.088 0-19.378-15.71-35.087-35.088-35.087s-35.088 15.709-35.088 35.087c0 19.379 15.71 35.088 35.088 35.088z"/><path d="M189.318 181.676c19.378 0 35.087-15.709 35.087-35.087 0-19.379-15.709-35.088-35.087-35.088-19.379 0-35.088 15.709-35.088 35.088 0 19.378 15.709 35.087 35.088 35.087z"/><path d="M178.713 192.281c19.379 0 35.088-15.71 35.088-35.088s-15.709-35.088-35.088-35.088c-19.378 0-35.087 15.71-35.087 35.088s15.709 35.088 35.087 35.088z"/><path d="M168.109 202.885c19.379 0 35.088-15.709 35.088-35.088 0-19.378-15.709-35.087-35.088-35.087-19.378 0-35.088 15.709-35.088 35.087 0 19.379 15.71 35.088 35.088 35.088z"/><path d="M157.505 213.489c19.378 0 35.088-15.709 35.088-35.087 0-19.379-15.71-35.088-35.088-35.088-19.379 0-35.088 15.709-35.088 35.088 0 19.378 15.709 35.087 35.088 35.087z"/><path d="M146.901 224.094c19.378 0 35.087-15.71 35.087-35.088 0-19.379-15.709-35.088-35.087-35.088-19.379 0-35.088 15.709-35.088 35.088 0 19.378 15.709 35.088 35.088 35.088z"/><path d="M136.296 234.698c19.379 0 35.088-15.709 35.088-35.088 0-19.378-15.709-35.088-35.088-35.088-19.378 0-35.087 15.71-35.087 35.088 0 19.379 15.709 35.088 35.087 35.088z"/><path d="M136.296 234.698c19.379 0 35.088-15.709 35.088-35.088 0-19.378-15.709-35.088-35.088-35.088-19.378 0-35.087 15.71-35.087 35.088 0 19.379 15.709 35.088 35.087 35.088z"/><path d="M126.191 224.593c19.378 0 35.088-15.71 35.088-35.088 0-19.379-15.71-35.088-35.088-35.088s-35.088 15.709-35.088 35.088c0 19.378 15.71 35.088 35.088 35.088z"/><path d="M116.086 214.487c19.378 0 35.087-15.709 35.087-35.087 0-19.379-15.709-35.088-35.087-35.088-19.379 0-35.088 15.709-35.088 35.088 0 19.378 15.71 35.087 35.088 35.087z"/><path d="M105.98 204.382c19.379 0 35.088-15.709 35.088-35.088 0-19.378-15.709-35.087-35.088-35.087-19.378 0-35.087 15.709-35.087 35.087 0 19.379 15.71 35.088 35.087 35.088z"/><path d="M95.875 194.277c19.379 0 35.088-15.71 35.088-35.088s-15.709-35.088-35.088-35.088c-19.378 0-35.087 15.71-35.087 35.088s15.709 35.088 35.087 35.088z"/><path d="M85.77 184.172c19.378 0 35.088-15.71 35.088-35.088 0-19.379-15.71-35.088-35.088-35.088s-35.088 15.709-35.088 35.088c0 19.378 15.71 35.088 35.088 35.088z"/></g><defs><clipPath id="clip0_1916_5672"><path fill="#fff" d="M0 0h320v320H0z"/></clipPath></defs></svg>
     1<svg width="280" height="280" viewBox="0 0 280 280" fill="none" xmlns="http://www.w3.org/2000/svg">
     2<g clip-path="url(#clip0_941_5637)">
     3<path d="M140 0C167.689 0.000396886 194.757 8.21138 217.779 23.5947C240.802 38.978 258.746 60.8427 269.343 86.424C276.379 103.41 280 121.615 280 140H168C168 132.574 165.05 125.452 159.799 120.201C154.548 114.95 147.426 112 140 112V0Z" fill="#CFCABE"/>
     4<path d="M140 280C112.31 280.001 85.2425 271.79 62.2195 256.406C39.1966 241.023 21.2526 219.157 10.657 193.575C3.62121 176.59 -5.08291e-05 158.385 5.35094e-10 140H112C112 147.426 114.95 154.548 120.201 159.799C125.452 165.05 132.574 168 140 168V280Z" fill="#D8613C"/>
     5<path d="M168 140C168 155.464 155.464 168 140 168C124.536 168 112 155.464 112 140C112 124.536 124.536 112 140 112C155.464 112 168 124.536 168 140Z" fill="white"/>
     6</g>
     7<defs>
     8<clipPath id="clip0_941_5637">
     9<rect width="280" height="280" fill="white"/>
     10</clipPath>
     11</defs>
     12</svg>
  • trunk/src/wp-admin/privacy.php

    r56292 r56950  
    2626        </div>
    2727
    28         <div class="about__header-text">
    29             <?php _e( 'We take privacy and transparency very seriously' ); ?>
    30         </div>
     28        <div class="about__header-text"></div>
    3129    </div>
    3230
     
    4139    <div class="about__section has-2-columns is-wider-right">
    4240        <div class="column about__image">
    43             <img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg?ver=6.3' ) ); ?>" alt="" />
     41            <img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg?ver=6.' ) ); ?>" alt="" />
    4442        </div>
    4543        <div class="column is-vertically-aligned-center">
    46             <p><?php _e( 'From time to time, your WordPress site may send data to WordPress.org &#8212; including, but not limited to &#8212; the version of WordPress you are using, and a list of installed plugins and themes.' ); ?></p>
     44            <p><?php _e( 'From time to time, your WordPress site may send data to WordPress.org &#8212; including, but not limited to &#8212; the version you are using, and a list of installed plugins and themes.' ); ?></p>
    4745
    4846            <p>
Note: See TracChangeset for help on using the changeset viewer.