react-code-dataset / wp-calypso /client /jetpack-cloud /sections /pricing /jpcom-masterbar /icons /jetpack-bundle-icon-boost.tsx
| const BoostIcon = () => ( | |
| <svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"> | |
| <path | |
| d="M7.0999 6L5.8999 7L10.3999 12L5.8999 17L6.9999 18L12.4999 12L7.0999 6ZM13.0999 6L11.9999 7L16.4999 12L11.9999 17L13.0999 18L18.5999 12L13.0999 6Z" | |
| fill="#0CED57" | |
| /> | |
| </svg> | |
| ); | |
| export default BoostIcon; | |