UNPKG

995 BJavaScriptView Raw
1"use strict";
2var __importStar = (this && this.__importStar) || function (mod) {
3 if (mod && mod.__esModule) return mod;
4 var result = {};
5 if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
6 result["default"] = mod;
7 return result;
8};
9Object.defineProperty(exports, "__esModule", { value: true });
10const React = __importStar(require("react"));
11const SvgSave = (props) => (React.createElement("svg", Object.assign({ width: 64, height: 64, viewBox: "0 0 64 64", fill: "none" }, props),
12 React.createElement("path", { d: "M20.33 11.692a2.362 2.362 0 014.034 1.67V27a3 3 0 003 3h14.045a3 3 0 003-3V14a3 3 0 013-3H49a4 4 0 014 4v34a4 4 0 01-4 4H15a4 4 0 01-4-4V22.265a3 3 0 01.879-2.121l8.452-8.452z", fill: "currentColor" }),
13 React.createElement("path", { d: "M30.182 11a2 2 0 00-2 2v8.41a2 2 0 002 2h3.636a2 2 0 002-2V13a2 2 0 00-2-2h-3.636z", fill: "currentColor" })));
14exports.default = SvgSave;
15//# sourceMappingURL=Save.js.map
\No newline at end of file