import React from 'react'; function PlusIcon({styling, text}) { return (

{text}

); } export default PlusIcon;