@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.58 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UploadCloudSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.UploadCloudSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#UploadCloudSIcon__a)" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.49 1.799a3.027 3.027 0 0 0-3.526 2.522.75.75 0 0 1-.741.637 2.488 2.488 0 0 0-1.76 4.246l-.521.522.521-.522a2.5 2.5 0 0 0 1.76.73.75.75 0 0 1 0 1.5 4 4 0 0 1-2.82-1.169l.53-.53-.53.53a3.99 3.99 0 0 1 0-5.64l.53.53-.53-.53a4 4 0 0 1 2.21-1.12c.168-.578.452-1.117.834-1.587l.582.474-.582-.474a4.527 4.527 0 0 1 7.85 1.574 3.988 3.988 0 0 1-.52 7.941.75.75 0 0 1 0-1.5 2.488 2.488 0 0 0 0-4.975h-.086a.75.75 0 0 1-.741-.637 3.03 3.03 0 0 0-2.46-2.522m-.576 6.515a.75.75 0 0 1 .53.22l1.769 1.769a.75.75 0 1 1-1.06 1.06l-.49-.488V15a.75.75 0 0 1-1.5 0v-4.125l-.488.488a.75.75 0 0 1-1.06-1.06l1.768-1.77a.75.75 0 0 1 .53-.219", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "UploadCloudSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.UploadCloudSIcon.displayName = 'UploadCloudSIcon';