react-code-dataset / wp-calypso /client /jetpack-cloud /sections /pricing /jpcom-masterbar /icons /jetpack-bundle-icon-stats.tsx
| const StatsIcon = () => ( | |
| <svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"> | |
| <path d="M11.75 5H13.25V20H11.75V5Z" fill="#0CED57" /> | |
| <path d="M6.5 10H8V20H6.5V10Z" fill="#0CED57" /> | |
| <path d="M18.5 14H17V20H18.5V14Z" fill="#0CED57" /> | |
| </svg> | |
| ); | |
| export default StatsIcon; | |