@braineet/ui
Version:
Braineet design system
17 lines • 1.06 kB
JavaScript
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 SendMessage(props) {
return /*#__PURE__*/_jsx("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M5.394 18.9191C4.53776 19.2861 3.68905 18.386 4.10565 17.5528L6.88205 12L4.10565 6.44721C3.68905 5.614 4.53776 4.71389 5.394 5.08085L19.394 11.0809C20.2021 11.4272 20.2021 12.5728 19.394 12.9191L5.394 18.9191ZM8.89451 12.4472L7.11538 16.0055L16.4615 12L7.11538 7.99452L8.89451 11.5528C9.03527 11.8343 9.03527 12.1657 8.89451 12.4472Z",
fill: "currentColor"
})
}));
}
export default SendMessage;