@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 2.21 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var SendMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.6617 2.38964C19.0708 2.24018 19.5141 2.20994 19.9399 2.30257C20.3703 2.39621 20.7648 2.6115 21.0764 2.92288C21.388 3.23426 21.6036 3.62862 21.6974 4.05904C21.7901 4.48481 21.7598 4.92806 21.6102 5.33711L16.6601 20.1659C16.6599 20.1665 16.6597 20.1671 16.6595 20.1676C16.536 20.5418 16.3183 20.8779 16.0274 21.1438C15.7373 21.409 15.384 21.5955 15.0013 21.6854C14.6182 21.7787 14.2174 21.7708 13.8382 21.6626C13.4595 21.5544 13.1153 21.3498 12.8394 21.0688L10.2136 18.4568L7.45878 19.8792C7.22319 20.0008 6.94088 19.989 6.71625 19.8481C6.49163 19.7073 6.35806 19.4583 6.36495 19.1933L6.48128 14.7164L2.91748 11.1551C2.91744 11.1551 2.91753 11.1552 2.91748 11.1551C2.65075 10.8891 2.45422 10.5608 2.34589 10.1999C2.23842 9.84193 2.22099 9.463 2.2951 9.09674C2.36941 8.69688 2.5485 8.32385 2.81412 8.01573C3.08162 7.70543 3.42716 7.47223 3.81497 7.34016L3.8195 7.33862L18.6617 2.38964ZM7.97227 15.0826L7.89738 17.9646L9.9721 16.8933C10.002 16.8756 10.0335 16.8598 10.0662 16.8462C10.346 16.7299 10.6683 16.7934 10.8831 17.007L13.9086 20.0166C14.0027 20.1129 14.1204 20.1832 14.25 20.2202C14.3797 20.2572 14.5168 20.2598 14.6478 20.2276L14.6567 20.2254C14.7905 20.1943 14.9141 20.1293 15.0154 20.0366C15.1167 19.944 15.1925 19.827 15.2353 19.6967L15.2363 19.6939L20.1911 4.851C20.1938 4.84276 20.1967 4.83458 20.1998 4.82644C20.2024 4.81944 20.2049 4.81242 20.2073 4.80537L7.98239 15.0743C7.97903 15.0771 7.97566 15.0799 7.97227 15.0826ZM19.0049 3.8564L4.29851 8.76009C4.29787 8.76031 4.29723 8.76052 4.29659 8.76074C4.16234 8.80684 4.04282 8.88775 3.95024 8.99514C3.85722 9.10304 3.79478 9.23376 3.7693 9.37376L3.76592 9.39117C3.74006 9.51641 3.74577 9.64612 3.78255 9.76862C3.81932 9.89112 3.88602 10.0026 3.9767 10.093L7.44924 13.5631L19.0049 3.8564Z", fill: "currentColor" }))); });
SendMIcon.displayName = 'SendMIcon';