UNPKG

@massds/mayflower-react

Version:

React versions of Mayflower design system UI components

27 lines (24 loc) 1.29 kB
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from "react"; import PropTypes from "prop-types"; const SvgIconInputsuccess = props => { return /*#__PURE__*/React.createElement("svg", _extends({ "aria-hidden": "true", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 52 52" }, props), /*#__PURE__*/React.createElement("path", { fill: "#388557", d: "M26 0C11.664 0 0 11.663 0 26s11.664 26 26 26 26-11.663 26-26S40.336 0 26 0zm14.495 17.329l-16 18a1.997 1.997 0 01-2.744.233l-10.001-8a2 2 0 01-.311-2.811 2 2 0 012.811-.313l8.517 6.814 14.738-16.581a2 2 0 112.99 2.658z" })); }; SvgIconInputsuccess.propTypes = process.env.NODE_ENV !== "production" ? { title: PropTypes.string, width: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), height: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), className: PropTypes.string, fill: PropTypes.string, label: PropTypes.string } : {}; export default SvgIconInputsuccess;