react-code-dataset / wp-calypso /client /jetpack-cloud /sections /pricing /jpcom-masterbar /icons /jetpack-bundle-icon-mobile-app.tsx
| const MobileAppIcon = () => ( | |
| <svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"> | |
| <path | |
| d="M15.5 4H9.5C8.4 4 7.5 4.9 7.5 6V18C7.5 19.1 8.4 20 9.5 20H15.5C16.6 20 17.5 19.1 17.5 18V6C17.5 4.9 16.6 4 15.5 4ZM16 18C16 18.3 15.8 18.5 15.5 18.5H9.5C9.2 18.5 9 18.3 9 18V6C9 5.7 9.2 5.5 9.5 5.5H15.5C15.8 5.5 16 5.7 16 6V18ZM11.5 17.5H13.5V16H11.5V17.5Z" | |
| fill="#0CED57" | |
| /> | |
| </svg> | |
| ); | |
| export default MobileAppIcon; | |