@icongo/ti
Version:
Typicons Icons
14 lines • 896 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var TIArrowRightOutline = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M12 21c-.801 0-1.555-.312-2.121-.879S8.999 18.8 9 17.998c0-.746.271-.998.764-1.998H4.928c-1.654 0-3-1.347-3-3 0-1.654 1.346-3 3-3h4.836C9.27 9 9 8.745 9 7.999a2.979 2.979 0 0 1 .88-2.121c1.132-1.132 3.108-1.133 4.241.001L21.242 13l-7.121 7.121A2.978 2.978 0 0 1 12 21zm-7.072-9a1.001 1.001 0 0 0 0 2h9.658l-3.293 3.293a.99.99 0 0 0-.293.706c0 .269.104.519.293.708a1.023 1.023 0 0 0 1.414 0L18.414 13l-5.707-5.707a1.023 1.023 0 0 0-1.414 0 .99.99 0 0 0-.293.706c0 .268.104.519.293.708L14.586 12H4.928z"
})
}));
export { TIArrowRightOutline };