import React from 'react'; import { Icon } from 'UI'; export default function Section({ icon, label }) { return (
{ label }
); };