UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.24 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UploadMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.UploadMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.40381 3C6.40381 2.58579 6.7396 2.25 7.15381 2.25L16.8461 2.25C17.2603 2.25 17.5961 2.58579 17.5961 3C17.5961 3.41421 17.2603 3.75 16.8461 3.75L7.15381 3.75C6.73959 3.75 6.40381 3.41421 6.40381 3ZM11.4696 8.00812C11.7625 7.71523 12.2374 7.71523 12.5303 8.00812L16.6841 12.162C16.977 12.4549 16.977 12.9297 16.6841 13.2226C16.3912 13.5155 15.9163 13.5155 15.6235 13.2226L12.7499 10.3491L12.75 21C12.75 21.4142 12.4142 21.75 12 21.75C11.5858 21.75 11.25 21.4142 11.25 21L11.2499 10.3491L8.37642 13.2226C8.08353 13.5155 7.60865 13.5155 7.31576 13.2226C7.02287 12.9297 7.02287 12.4549 7.31576 12.162L11.4696 8.00812Z", fill: "currentColor" }))); }); exports.UploadMIcon.displayName = 'UploadMIcon';