# post-carousel/4.0.8/src/admin/components/badges/ProBadge.js

Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog &amp; News, version 4.0.8. 10 lines.

- Page: https://pluginprobe.com/plugins/post-carousel/4.0.8/code/src/admin/components/badges/ProBadge.js
- Raw: https://pluginprobe.com/plugins/post-carousel/4.0.8/raw/src/admin/components/badges/ProBadge.js
- Modified: 2026-09-02T10:51:28+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/post-carousel/4.0.8/code/src/admin/components/badges/ProBadge.js#L10-L20`.

```javascript
const ProBadge = () => {
    return (
        <div className="sp-pcp-pro-blocks-badge">
            <svg width="12" height="12" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.29413 9.17787C2.07639 7.448 1.85865 5.71816 1.6409 3.98829C1.59262 3.60482 1.9496 3.34328 2.20354 3.57608C2.88193 4.19794 3.56029 4.81976 4.23869 5.44162C4.46205 5.64637 4.78027 5.57974 4.93512 5.2958L6.62943 2.18955C6.80848 1.8613 7.20309 1.8613 7.38214 2.18955L9.07644 5.2958C9.23129 5.57974 9.54952 5.64633 9.77288 5.44162C10.4513 4.81976 11.1296 4.19794 11.808 3.57608C12.062 3.34328 12.419 3.60482 12.3707 3.98829C12.153 5.71816 11.9352 7.448 11.7175 9.17787H2.29413Z" fill="#4AB866"></path><path d="M11.2259 12.0572H2.78524C2.51391 12.0572 2.29395 11.7884 2.29395 11.4568V10.1377H11.7173V11.4568C11.7172 11.7884 11.4973 12.0572 11.2259 12.0572Z" fill="#4AB866"></path></svg>
            <span>Pro</span>
        </div>
    );
}

export default ProBadge;
```
