@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 947 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BetweenSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.624.47a.75.75 0 0 1 1.06 0l2.693 2.692a.75.75 0 0 1 0 1.06l-2.693 2.693a.75.75 0 0 1-1.06-1.06l1.412-1.413H2.077a.327.327 0 0 0-.327.327v2.154a.75.75 0 1 1-1.5 0V4.77a1.827 1.827 0 0 1 1.827-1.827h8.959L9.624 1.53a.75.75 0 0 1 0-1.06M15 8.327a.75.75 0 0 1 .75.75v2.154a1.827 1.827 0 0 1-1.827 1.827H4.965l1.412 1.412a.75.75 0 1 1-1.061 1.06l-2.692-2.692a.75.75 0 0 1 0-1.06l2.692-2.693a.75.75 0 0 1 1.06 1.06l-1.411 1.413h8.958a.326.326 0 0 0 .327-.327V9.077a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }))); });
BetweenSIcon.displayName = 'BetweenSIcon';