UNPKG

strapi-plugin-website-builder

Version:

A plugin for Strapi Headless CMS that provides the ability to trigger website builds manually, periodically or through model events.

15 lines (11 loc) 172 B
/** * * PluginIcon * */ import React from 'react'; import Play from '@strapi/icons/Play'; const PluginIcon = () => { return <Play />; }; export default PluginIcon;