@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.75 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DownloadFileSIcon = 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", { d: "M8.74999 5.21155C8.74999 4.79733 8.41421 4.46155 7.99999 4.46155C7.58578 4.46155 7.24999 4.79733 7.24999 5.21155V9.50671L6.35436 8.59098C6.06473 8.29486 5.58989 8.28959 5.29376 8.57921C4.99764 8.86884 4.99237 9.34369 5.282 9.63981L7.46381 11.8706C7.60492 12.0148 7.7982 12.0962 7.99999 12.0962C8.20179 12.0962 8.39507 12.0148 8.53617 11.8706L10.718 9.63981C11.0076 9.34369 11.0024 8.86884 10.7062 8.57921C10.4101 8.28959 9.93526 8.29486 9.64563 8.59098L8.74999 9.50671V5.21155Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.09091 0C2.59723 0 2.12723 0.20067 1.78334 0.552268C1.44002 0.903301 1.25 1.37595 1.25 1.86538V14.1346C1.25 14.624 1.43999 15.0967 1.78339 15.4478C2.12721 15.7992 2.59715 16 3.09091 16H12.9091C13.4028 16 13.8728 15.7993 14.2167 15.4477C14.5599 15.0967 14.75 14.6241 14.75 14.1346V4.65385C14.75 4.45782 14.6732 4.26958 14.5362 4.12943L10.718 0.225585C10.5769 0.0813193 10.3836 0 10.1818 0H3.09091ZM2.85571 1.60109C2.92099 1.53435 3.00594 1.5 3.09091 1.5H9.86627L13.25 4.95964V14.1346C13.25 14.2368 13.2101 14.3316 13.1443 14.3989C13.079 14.4656 13 14.5 12.9091 14.5C12.9091 14.5 3.18182 14.5 3.09091 14.5C3 14.5 2.96 14.47 2.86 14.4C2.79 14.33 2.75 14.24 2.75 14.1346V1.86538C2.75 1.76319 2.78988 1.66841 2.85571 1.60109Z", fill: "currentColor" }))); });
DownloadFileSIcon.displayName = 'DownloadFileSIcon';