UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.1 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var UploadFileSIcon = 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: "M2.84 0c-.493 0-.963.2-1.307.552A1.88 1.88 0 0 0 1 1.865v12.27c0 .489.19.962.533 1.313A1.83 1.83 0 0 0 2.841 16h9.818c.494 0 .964-.2 1.308-.552.343-.351.533-.824.533-1.313V4.654a.75.75 0 0 0-.214-.525L10.468.226A.75.75 0 0 0 9.932 0zm-.234 1.601A.33.33 0 0 1 2.84 1.5h6.775L13 4.96v9.175c0 .102-.04.197-.106.264a.32.32 0 0 1-.235.101H2.841c-.091 0-.131-.03-.231-.1a.37.37 0 0 1-.11-.265V1.865c0-.102.04-.197.106-.264", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", d: "M8.286 4.687a.75.75 0 0 0-1.072 0l-2.182 2.23a.75.75 0 1 0 1.072 1.05L7 7.05v4.295a.75.75 0 0 0 1.5 0V7.051l.896.916a.75.75 0 1 0 1.072-1.05z" }))); }); UploadFileSIcon.displayName = 'UploadFileSIcon';