lucide
Version:
A Lucide icon library package for web and javascript applications.
25 lines (22 loc) • 629 B
JavaScript
/**
* @license lucide v1.24.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const SavePen = [
["path", { d: "M13.33 13H8a1 1 0 00-1 1v7" }],
[
"path",
{
d: "M14.363 17.634a2 2 0 00-.506.854l-.837 2.87a.5.5 0 00.62.62l2.87-.837a2 2 0 00.854-.506l4.013-4.009a1 1 0 10-3.004-3.004z"
}
],
["path", { d: "M7 3v4a1 1 0 001 1h7" }],
[
"path",
{ d: "M9 21H5a2 2 0 01-2-2V5a2 2 0 012-2h10.2a2 2 0 011.4.6l3.8 3.8a2 2 0 01.6 1.4v.3" }
]
];
export { SavePen as default };
//# sourceMappingURL=save-pen.mjs.map