UNPKG

metadata-based-explorer1

Version:
27 lines (25 loc) 1.03 kB
import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; var IconForward = function IconForward(_ref) { var _ref$className = _ref.className, className = _ref$className === void 0 ? '' : _ref$className, _ref$color = _ref.color, color = _ref$color === void 0 ? '#000000' : _ref$color, _ref$height = _ref.height, height = _ref$height === void 0 ? 24 : _ref$height, title = _ref.title, _ref$width = _ref.width, width = _ref$width === void 0 ? 24 : _ref$width; return React.createElement(AccessibleSVG, { className: "icon-forward ".concat(className), height: height, title: title, viewBox: "0 0 16 16", width: width }, React.createElement("path", { d: "M7 14c-3.865993 0-7-3.134007-7-7s3.134007-7 7-7 7 3.134007 7 7-3.134007 7-7 7zM5.157023 9.352557l1.17851 1.17851L9.87107 6.995535 6.335534 3.46l-1.17851 1.17851 2.35702 2.357024-2.35702 2.357023z", fill: color, fillRule: "evenodd" })); }; export default IconForward;