UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

33 lines (28 loc) 821 B
/** * @license lucide-react-native v1.21.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ 'use strict'; var createLucideIcon = require('../createLucideIcon.js'); const SavePen = createLucideIcon("SavePen", [ ["path", { d: "M13.33 13H8a1 1 0 00-1 1v7", key: "60fs50" }], [ "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", key: "dpj1he" } ], ["path", { d: "M7 3v4a1 1 0 001 1h7", key: "vkun1b" }], [ "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", key: "1oj3yb" } ] ]); module.exports = SavePen; //# sourceMappingURL=save-pen.js.map