import React from "react"; import { Icon } from "component/common.js"; const IconFeatured = props => { return ( ); }; export default IconFeatured;