@vector-im/compound-design-tokens
Version:
Compound design tokens
19 lines • 672 B
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function SendSolidIcon(props, ref) {
return /*#__PURE__*/_reactJsxRuntime.jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "currentColor",
viewBox: "0 0 24 24",
ref: ref,
...props,
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
d: "m21.211 12.895-16.14 8.07c-.785.392-1.658-.342-1.406-1.182L5.7 13h6.55a1 1 0 1 0 0-2H5.7L3.665 4.217c-.252-.84.621-1.574 1.405-1.182l16.141 8.07a1 1 0 0 1 0 1.79"
})
});
}
;
SendSolidIcon.displayName = "SendSolidIcon";
module.exports = React.forwardRef(SendSolidIcon);