smart-react-components
Version:
React UI library, wide variety of editable ready to use Styled and React components.
17 lines (12 loc) • 625 B
JavaScript
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 CloseIcon = styled__default(Svg).attrs({
children: React__default.createElement("path", { d: "M14.53 4.53l-1.06-1.06L9 7.94 4.53 3.47 3.47 4.53 7.94 9l-4.47 4.47 1.06 1.06L9 10.06l4.47 4.47 1.06-1.06L10.06 9z" }),
viewBox: "2 2 14 14"
}) ``;
exports.CloseIcon = CloseIcon;
;