UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 828 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ArrowTransferDiagonalSIcon = 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: "M6.16.75A.75.75 0 0 1 6.91 0h3.817a.75.75 0 0 1 .75.75v3.904a.75.75 0 0 1-1.5 0V2.589l-7.44 7.609a.75.75 0 0 1-1.073-1.05L8.944 1.5H6.91a.75.75 0 0 1-.75-.75m8.364 5.04a.75.75 0 0 1 .012 1.061L7.056 14.5H9.09a.75.75 0 0 1 0 1.5H5.273a.75.75 0 0 1-.75-.75v-3.904a.75.75 0 1 1 1.5 0v2.065l7.44-7.608a.75.75 0 0 1 1.061-.012", clipRule: "evenodd" }))); }); ArrowTransferDiagonalSIcon.displayName = 'ArrowTransferDiagonalSIcon';