@icongo/ti
Version:
Typicons Icons
23 lines (22 loc) • 1.33 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TIUploadOutline = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var TIUploadOutline = function TIUploadOutline(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M20.986 17c0-.105-.004-.211-.038-.316l-2-6a.996.996 0 0 0-.56-.594 2.995 2.995 0 0 0-.269-3.914L12 .055 5.879 6.176a2.998 2.998 0 0 0-.27 3.914.987.987 0 0 0-.559.594l-2 6a1.007 1.007 0 0 0-.038.316C3 17 3 22 3 22a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1s0-5-.014-5zM7.293 7.59 12 2.883l4.707 4.707a.999.999 0 0 1 0 1.414 1.025 1.025 0 0 1-1.414 0L13 6.711V12.5a1 1 0 0 1-2 0V6.711L8.707 9.004a1.025 1.025 0 0 1-1.414 0 .999.999 0 0 1 0-1.414zM6.721 12H9v.5c0 1.654 1.346 3 3 3s3-1.346 3-3V12h2.279l1.666 5H5.053l1.668-5zM5 21v-3h14v3H5z"
})
}));
};
exports.TIUploadOutline = TIUploadOutline;