PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 4.0.7
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v4.0.7
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 2.3.5 2.3.6 2.4.0 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.16 2.4.17 2.4.18 2.4.19 2.4.2 2.4.20 2.4.21 All 88 releases
post-carousel / src / admin / components / badges / ProBadge.js

ProBadge.js in Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News 4.0.7, at src/admin/components/badges/ProBadge.js

10 lines 966 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 const ProBadge = () => {
2 return (
3 <div className="sp-pcp-pro-blocks-badge">
4 <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>
5 <span>Pro</span>
6 </div>
7 );
8 }
9
10 export default ProBadge;