@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.18 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var SubdirectoryArrowSIcon = 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: "M1 2.40393C1.41421 2.40393 1.75 2.73972 1.75 3.15393L1.75 5.30778C1.75 6.25134 2.12483 7.15625 2.79202 7.82345C3.45922 8.49064 4.36413 8.86547 5.30769 8.86547C5.30768 8.86547 5.30769 8.86547 5.30769 8.86547L13.1894 8.86539L11.2389 6.91493C10.946 6.62204 10.946 6.14716 11.2389 5.85427C11.5318 5.56138 12.0067 5.56138 12.2996 5.85427L15.5303 9.08504C15.8232 9.37793 15.8232 9.85281 15.5303 10.1457L12.2996 13.3765C12.0067 13.6694 11.5318 13.6694 11.2389 13.3765C10.946 13.0836 10.946 12.6087 11.2389 12.3158L13.1893 10.3654L5.3077 10.3655C3.96632 10.3655 2.67987 9.83261 1.73136 8.88411C0.782863 7.93561 0.25 6.64916 0.25 5.30778L0.25 3.15393C0.25 2.73972 0.585786 2.40393 1 2.40393Z", fill: "currentColor" }))); });
SubdirectoryArrowSIcon.displayName = 'SubdirectoryArrowSIcon';