UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UploadSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.UploadSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.48083 1C3.48084 0.585786 3.81662 0.25 4.23083 0.25L11.7693 0.250001C12.1835 0.250001 12.5193 0.585787 12.5193 1C12.5193 1.41421 12.1835 1.75 11.7693 1.75L4.23083 1.75C3.81662 1.75 3.48083 1.41421 3.48083 1ZM7.46974 4.77735C7.76264 4.48446 8.23751 4.48446 8.5304 4.77735L11.7612 8.00811C12.0541 8.30101 12.0541 8.77588 11.7612 9.06877C11.4683 9.36167 10.9934 9.36167 10.7005 9.06877L8.75007 7.11834L8.75006 15C8.75006 15.4142 8.41427 15.75 8.00005 15.75C7.58584 15.75 7.25006 15.4142 7.25006 15L7.25007 7.11834L5.29964 9.06877C5.00675 9.36167 4.53187 9.36167 4.23898 9.06877C3.94609 8.77588 3.94609 8.30101 4.23898 8.00811L7.46974 4.77735Z", fill: "currentColor" }))); }); exports.UploadSIcon.displayName = 'UploadSIcon';