import React from 'react'; const OutlineTheme = ({ config }) => { const { title, bgColor, pattern, author, icon, font, customIcon } = config; return (