/** * External dependencies */ import { H } from '@woocommerce/components'; export const Benefit = ( { description, icon, title } ) => { return (
{ icon }
{ title }

{ description }

); };