@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 3.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({ 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("g", { clipPath: "url(#clip0_6657_131283)" },
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.49081 1.79899C7.95911 1.70365 7.41158 1.75232 6.90503 1.93993C6.39848 2.12755 5.95135 2.44729 5.61004 2.86598C5.26873 3.28467 5.04565 3.78705 4.96397 4.32102C4.90795 4.68718 4.59301 4.95761 4.22259 4.95761C3.8959 4.95761 3.57241 5.02195 3.27058 5.14697C2.96875 5.27199 2.69451 5.45524 2.4635 5.68624C2.2325 5.91725 2.04925 6.1915 1.92423 6.49332C1.79921 6.79515 1.73486 7.11864 1.73486 7.44533C1.73486 7.77203 1.79921 8.09552 1.92423 8.39735C2.04925 8.69917 2.2325 8.97342 2.4635 9.20443L1.94187 9.72606L2.4635 9.20443C2.69451 9.43543 2.96875 9.61868 3.27058 9.7437C3.57241 9.86872 3.8959 9.93307 4.22259 9.93307C4.63681 9.93307 4.97259 10.2689 4.97259 10.6831C4.97259 11.0973 4.63681 11.4331 4.22259 11.4331C3.69892 11.4331 3.18037 11.3299 2.69655 11.1295C2.21274 10.9291 1.77314 10.6354 1.40284 10.2651L1.93317 9.73476L1.40284 10.2651C1.03255 9.89479 0.738813 9.45519 0.538411 8.97137C0.338009 8.48756 0.234863 7.96901 0.234863 7.44533C0.234863 6.92166 0.338009 6.40311 0.538411 5.9193C0.738813 5.43548 1.03255 4.99588 1.40284 4.62558L1.93317 5.15591L1.40284 4.62558C1.77314 4.25529 2.21274 3.96156 2.69656 3.76115C2.99111 3.63914 3.29854 3.55319 3.61216 3.5046C3.78148 2.92735 4.06475 2.3876 4.44741 1.9182L5.02872 2.39209L4.44741 1.9182C4.95784 1.29206 5.6265 0.813897 6.38404 0.533317C7.14158 0.252737 7.9604 0.17996 8.75555 0.322536C9.53779 0.462798 10.2691 0.806454 10.8761 1.31866C10.8863 1.32649 10.8962 1.3346 10.906 1.343C11.5702 1.91322 12.0514 2.66065 12.2977 3.4917C13.1633 3.60561 13.9729 4.00147 14.597 4.62558C15.3449 5.37343 15.765 6.38772 15.765 7.44533C15.765 8.50295 15.3449 9.51724 14.597 10.2651C13.8492 11.0129 12.8349 11.4331 11.7773 11.4331C11.3631 11.4331 11.0273 11.0973 11.0273 10.6831C11.0273 10.2689 11.3631 9.93307 11.7773 9.93307C12.4371 9.93307 13.0698 9.67097 13.5364 9.20443C14.0029 8.73789 14.265 8.10512 14.265 7.44533C14.265 6.78555 14.0029 6.15278 13.5364 5.68624C13.0698 5.2197 12.4371 4.95761 11.7773 4.95761H11.691C11.3205 4.95761 11.0055 4.6871 10.9496 4.32088C10.8418 3.61587 10.4888 2.97188 9.95307 2.50208C9.94488 2.49562 9.93679 2.48896 9.92882 2.48212C9.51902 2.13019 9.02251 1.89433 8.49081 1.79899ZM7.91359 8.31419C8.1125 8.31419 8.30327 8.39321 8.44392 8.53386L10.2128 10.3028C10.5057 10.5957 10.5057 11.0705 10.2128 11.3634C9.91991 11.6563 9.44503 11.6563 9.15214 11.3634L8.66359 10.8749V15C8.66359 15.4142 8.3278 15.75 7.91359 15.75C7.49937 15.75 7.16359 15.4142 7.16359 15V10.8749L6.67503 11.3634C6.38214 11.6563 5.90727 11.6563 5.61437 11.3634C5.32148 11.0705 5.32147 10.5957 5.61437 10.3028L7.38325 8.53386C7.52391 8.39321 7.71467 8.31419 7.91359 8.31419Z", fill: "currentColor" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_6657_131283" },
react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
exports.UploadCloudSIcon.displayName = 'UploadCloudSIcon';