Svg: require()

in src/components/HomepageFeatures/index.js [67:81]


    Svg: require('@site/static/img/features/community.svg').default,
    description: (
      <>
        CloudStack has a welcoming and healthy opensource community and a
        trusted ecosystem of users, companies, organisations and institutions
        that ensure the project remains thriving and community-driven.
        CloudStack has a track record and history of being used by over a
        decade.
      </>
    ),
  },

];

function Feature({Svg, title, description}) {