UNPKG

@wulperstudio/cms

Version:
10 lines 357 B
import _extends from "@babel/runtime/helpers/esm/extends"; import React from 'react'; import { IconButtontextStyled } from './styled'; import { jsx as _jsx } from "react/jsx-runtime"; var TagIcon = function TagIcon(props) { return /*#__PURE__*/_jsx(IconButtontextStyled, _extends({}, props, { children: props.children })); }; export default TagIcon;