smart-react-components
Version:
React UI library, wide variety of editable ready to use Styled and React components.
18 lines (13 loc) • 527 B
JavaScript
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
require('react');
var styled = require('styled-components');
var styled__default = _interopDefault(styled);
require('../index-56ba89df.js');
require('../element/Svg.js');
var ArrowDown = require('../ArrowDown-a8680a44.js');
var ArrowIcon = styled__default(ArrowDown.ArrowDown).attrs(({ type = "white", iconSize = "default" }) => ({
type,
iconSize
})) ``;
module.exports = ArrowIcon;
;