@icongo/ti
Version:
Typicons Icons
23 lines (22 loc) • 1.39 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TICloudStorageOutline = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var TICloudStorageOutline = function TICloudStorageOutline(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: "m16.5 8.999-.352.015c-.824-2.375-3.312-4.015-5.898-4.015-3.309 0-6.25 2.69-6.25 6v.126C3 11.57 1.25 13.139 1.25 15c0 2.206 2.044 4 4.25 4h11c2.757 0 5-2.244 5-5s-2.243-5.001-5-5.001zm0 8.001H12v-3.794l2.146 2.146a.502.502 0 0 0 .708 0 .5.5 0 0 0 0-.707l-2.998-3-.164-.107a.499.499 0 0 0-.383 0l-.162.107-3 3a.502.502 0 0 0 0 .707.504.504 0 0 0 .708 0L11 13.206V17H5.5c-1.104 0-2-.896-2-2s.896-2 1.908-2.005l1.422.015-.248-1.201A4.004 4.004 0 0 1 10.5 7a3.98 3.98 0 0 1 3.93 3.334l.187 1.102 1.073-.306c.312-.089.569-.13.812-.13 1.653 0 3 1.346 3 3s-1.348 3-3.002 3z"
})
}));
};
exports.TICloudStorageOutline = TICloudStorageOutline;