UNPKG

smart-react-components

Version:

React UI library, wide variety of editable ready to use Styled and React components.

17 lines (12 loc) 558 B
'use strict'; function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } var React = require('react'); var React__default = _interopDefault(React); var styled = require('styled-components'); var styled__default = _interopDefault(styled); var Svg = require('./element/Svg.js'); var ArrowDown = styled__default(Svg).attrs({ children: React__default.createElement("path", { d: "M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z" }), viewBox: "5 4 14 14" }) ``; exports.ArrowDown = ArrowDown;