UNPKG

@massds/mayflower-react

Version:

React versions of Mayflower design system UI components

28 lines (25 loc) 1.57 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 SvgIconMap = props => { return /*#__PURE__*/React.createElement("svg", _extends({ "aria-hidden": "true", width: "1em", height: "1em", viewBox: "0 0 18 17", xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M6.219.982a.329.329 0 00-.328.327v14.073c0 .16.114.295.27.323l5.564.981a.329.329 0 00.384-.322V2.619a.327.327 0 00-.252-.319L6.293.99A.339.339 0 006.22.983m.326.74l4.91 1.156v13.096l-4.91-.866V1.723" }), /*#__PURE__*/React.createElement("path", { d: "M17.864.39a.323.323 0 00-.295-.045l-5.89 1.963a.327.327 0 00-.224.31v13.746a.327.327 0 00.445.305l5.891-2.29a.327.327 0 00.209-.306V.655a.327.327 0 00-.136-.265M6.147.99L.257 2.3A.327.327 0 000 2.618V16.69a.328.328 0 00.398.32l5.891-1.31a.328.328 0 00.257-.319V1.31A.328.328 0 006.147.99" })); }; SvgIconMap.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 SvgIconMap;