UNPKG

@braineet/ui

Version:

Braineet design system

17 lines 1.11 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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 * as React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; function ArrowRight(props) { return /*#__PURE__*/_jsx("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.2929 16.7071C12.9024 16.3166 12.9024 15.6834 13.2929 15.2929L15.5858 13H6C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H15.5858L13.2929 8.70711C12.9024 8.31658 12.9024 7.68342 13.2929 7.29289C13.6834 6.90237 14.3166 6.90237 14.7071 7.29289L18.7071 11.2929C19.0976 11.6834 19.0976 12.3166 18.7071 12.7071L14.7071 16.7071C14.3166 17.0976 13.6834 17.0976 13.2929 16.7071Z", fill: "currentColor" }) })); } export default ArrowRight;