UNPKG

@massds/mayflower-react

Version:

React versions of Mayflower design system UI components

26 lines (23 loc) 1.17 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 SvgIconCirclechevron = props => { return /*#__PURE__*/React.createElement("svg", _extends({ "aria-hidden": "true", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 35 35" }, props), /*#__PURE__*/React.createElement("path", { d: "M17.5 35C7.8 35 0 27.2 0 17.5S7.8 0 17.5 0 35 7.8 35 17.5 27.2 35 17.5 35zM16 9l-3 2.9 5.1 5.1-5.1 5.1 3 2.9 8-8-8-8z" })); }; SvgIconCirclechevron.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 SvgIconCirclechevron;