@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 948 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BetweenMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.239 2.47a.75.75 0 0 1 1.06 0l3.462 3.461a.75.75 0 0 1 0 1.06L15.3 10.454a.75.75 0 1 1-1.061-1.06l2.181-2.181H4.385a.635.635 0 0 0-.635.634v2.77a.75.75 0 0 1-1.5 0v-2.77a2.135 2.135 0 0 1 2.135-2.134H16.42L14.24 3.53a.75.75 0 0 1 0-1.06m6.76 10.165a.75.75 0 0 1 .75.75v2.769a2.135 2.135 0 0 1-2.134 2.134H7.58L9.76 20.47a.75.75 0 1 1-1.06 1.06L5.238 18.07a.75.75 0 0 1 0-1.06L8.7 13.546a.75.75 0 0 1 1.061 1.06L7.58 16.79h12.035a.635.635 0 0 0 .635-.635v-2.77a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }))); });
BetweenMIcon.displayName = 'BetweenMIcon';