react-code-dataset / wp-calypso /client /jetpack-cloud /sections /pricing /jpcom-masterbar /icons /jetpack-bundle-icon-videopress.tsx
| const VideopressIcon = () => ( | |
| <svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"> | |
| <path | |
| d="M19.2 3H5.8C4.5 3 3.5 4 3.5 5.3V18.7C3.5 20 4.5 21 5.8 21H19.2C20.5 21 21.5 20 21.5 18.7V5.3C21.5 4 20.5 3 19.2 3ZM20 18.7C20 19.1 19.6 19.5 19.2 19.5H5.8C5.4 19.5 5 19.1 5 18.7V5.3C5 4.9 5.4 4.5 5.8 4.5H19.2C19.6 4.5 20 4.9 20 5.3V18.7ZM10.5 15L15.5 12L10.5 9V15Z" | |
| fill="#0CED57" | |
| /> | |
| </svg> | |
| ); | |
| export default VideopressIcon; | |