@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.74 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BetweenMIcon = 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: "M14.239 2.46967C14.5319 2.17678 15.0067 2.17678 15.2996 2.46967L18.7612 5.93121C19.0541 6.2241 19.0541 6.69897 18.7612 6.99187L15.2996 10.4534C15.0067 10.7463 14.5319 10.7463 14.239 10.4534C13.9461 10.1605 13.9461 9.68564 14.239 9.39274L16.4202 7.21154L4.38462 7.21154C4.2163 7.21154 4.05489 7.2784 3.93587 7.39742C3.81686 7.51643 3.75 7.67785 3.75 7.84616V10.6154C3.75 11.0296 3.41421 11.3654 3 11.3654C2.58579 11.3654 2.25 11.0296 2.25 10.6154V7.84616C2.25 7.28002 2.4749 6.73707 2.87521 6.33676C3.27553 5.93644 3.81848 5.71154 4.38461 5.71154L16.4202 5.71154L14.239 3.53033C13.9461 3.23744 13.9461 2.76256 14.239 2.46967ZM20.9999 12.6346C21.4141 12.6346 21.7499 12.9704 21.7499 13.3846V16.1538C21.7499 16.72 21.525 17.2629 21.1247 17.6632C20.7244 18.0636 20.1814 18.2885 19.6153 18.2885L7.57981 18.2885L9.76101 20.4697C10.0539 20.7626 10.0539 21.2374 9.76101 21.5303C9.46812 21.8232 8.99325 21.8232 8.70035 21.5303L5.23882 18.0688C4.94592 17.7759 4.94592 17.301 5.23882 17.0081L8.70035 13.5466C8.99325 13.2537 9.46812 13.2537 9.76101 13.5466C10.0539 13.8395 10.0539 14.3144 9.76101 14.6072L7.5798 16.7885L19.6153 16.7885C19.7836 16.7885 19.945 16.7216 20.064 16.6026C20.1831 16.4836 20.2499 16.3222 20.2499 16.1538V13.3846C20.2499 12.9704 20.5857 12.6346 20.9999 12.6346Z", fill: "currentColor" }))); });
BetweenMIcon.displayName = 'BetweenMIcon';