@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.78 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BetweenSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.62373 0.46967C9.91662 0.176777 10.3915 0.176777 10.6844 0.46967L13.3767 3.16198C13.6696 3.45488 13.6696 3.92975 13.3767 4.22264L10.6844 6.91496C10.3915 7.20785 9.91662 7.20785 9.62373 6.91496C9.33083 6.62207 9.33083 6.14719 9.62373 5.8543L11.0357 4.44232L2.07705 4.44235C1.99034 4.44235 1.90719 4.47679 1.84588 4.5381C1.78457 4.59941 1.75012 4.68257 1.75012 4.76927V6.92312C1.75012 7.33734 1.41434 7.67312 1.00012 7.67312C0.585909 7.67312 0.250122 7.33734 0.250122 6.92312V4.76927C0.250122 4.28474 0.442601 3.82006 0.785216 3.47744C1.12783 3.13483 1.59252 2.94235 2.07705 2.94235L11.0357 2.94232L9.62373 1.53033C9.33083 1.23744 9.33083 0.762563 9.62373 0.46967ZM15.0001 8.32693C15.4143 8.32693 15.7501 8.66271 15.7501 9.07693V11.2308C15.7501 11.7153 15.5576 12.18 15.215 12.5226C14.8724 12.8652 14.4077 13.0577 13.9232 13.0577L4.96457 13.0577L6.37655 14.4697C6.66945 14.7626 6.66945 15.2374 6.37655 15.5303C6.08366 15.8232 5.60879 15.8232 5.31589 15.5303L2.62358 12.838C2.33068 12.5451 2.33068 12.0702 2.62358 11.7774L5.31589 9.08504C5.60879 8.79215 6.08366 8.79215 6.37655 9.08504C6.66945 9.37794 6.66945 9.85281 6.37655 10.1457L4.96457 11.5577L13.9232 11.5577C14.0099 11.5577 14.093 11.5233 14.1543 11.4619C14.2156 11.4006 14.2501 11.3175 14.2501 11.2308V9.07693C14.2501 8.66271 14.5859 8.32693 15.0001 8.32693Z", fill: "currentColor" }))); });
BetweenSIcon.displayName = 'BetweenSIcon';