UNPKG

react-svg-iconx

Version:

[![Build Status](https://travis-ci.org/jacklam718/react-svg-iconx.svg?branch=master)](https://travis-ci.org/jacklam718/react-svg-iconx) [![npm](https://img.shields.io/npm/dm/react-svg-iconx.svg)]() [![npm](https://img.shields.io/npm/v/react-svg-iconx.svg)

32 lines (22 loc) 936 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _react = require('react'); var _react2 = _interopRequireDefault(_react); var _pure = require('recompose/pure'); var _pure2 = _interopRequireDefault(_pure); var _SvgIcon = require('../../SvgIcon'); var _SvgIcon2 = _interopRequireDefault(_SvgIcon); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var ContentCreate = function ContentCreate(props) { return _react2.default.createElement( _SvgIcon2.default, props, _react2.default.createElement('path', { d: 'M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z' }) ); }; ContentCreate = (0, _pure2.default)(ContentCreate); ContentCreate.displayName = 'ContentCreate'; ContentCreate.muiName = 'SvgIcon'; exports.default = ContentCreate;