function _templateObject() { var data = _taggedTemplateLiteral([""]); _templateObject = function _templateObject() { return data; }; return data; } function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); } /** * * Icon * */ import styled from 'styled-components'; import PropTypes from 'prop-types'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; var Icon = styled(FontAwesomeIcon)(_templateObject()); Icon.propTypes = { icon: PropTypes.any.isRequired }; export default Icon;