@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.72 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var UploadFileSIcon = 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: "M2.84091 0C2.34723 0 1.87723 0.20067 1.53334 0.552268C1.19002 0.903301 1 1.37595 1 1.86538V14.1346C1 14.624 1.18999 15.0967 1.53339 15.4478C1.87721 15.7992 2.34715 16 2.84091 16H12.6591C13.1528 16 13.6228 15.7993 13.9667 15.4477C14.3099 15.0967 14.5 14.6241 14.5 14.1346V4.65385C14.5 4.45782 14.4232 4.26958 14.2862 4.12943L10.468 0.225585C10.3269 0.0813193 10.1336 0 9.93182 0H2.84091ZM2.60571 1.60109C2.67099 1.53435 2.75594 1.5 2.84091 1.5H9.61627L13 4.95964V14.1346C13 14.2368 12.9601 14.3316 12.8943 14.3989C12.829 14.4656 12.75 14.5 12.6591 14.5C12.6591 14.5 2.93182 14.5 2.84091 14.5C2.75 14.5 2.71 14.47 2.61 14.4C2.54 14.33 2.5 14.24 2.5 14.1346V1.86538C2.5 1.76319 2.53988 1.66841 2.60571 1.60109Z", fill: "currentColor" }),
React.createElement("path", { d: "M8.28617 4.68713C8.14507 4.54287 7.95179 4.46155 7.74999 4.46155C7.5482 4.46155 7.35492 4.54287 7.21381 4.68713L5.032 6.9179C4.74237 7.21403 4.74764 7.68887 5.04376 7.9785C5.33989 8.26812 5.81473 8.26286 6.10436 7.96673L6.99999 7.051V11.3462C6.99999 11.7604 7.33578 12.0962 7.74999 12.0962C8.16421 12.0962 8.49999 11.7604 8.49999 11.3462V7.051L9.39563 7.96673C9.68526 8.26286 10.1601 8.26812 10.4562 7.9785C10.7524 7.68887 10.7576 7.21403 10.468 6.9179L8.28617 4.68713Z", fill: "currentColor" }))); });
UploadFileSIcon.displayName = 'UploadFileSIcon';