lucide-react-native
Version:
A Lucide icon library package for React Native applications.
24 lines (19 loc) • 582 B
JavaScript
/**
* @license lucide-react-native v1.31.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
;
var createLucideIcon = require('../createLucideIcon.js');
const Zap = createLucideIcon("Zap", [
[
"path",
{
d: "M15.914 4a1.5 1.5 0 00-2.474-1.561l-9 9A1.5 1.5 0 005.5 14h4.002a.5.5 0 01.471.666L8.086 20a1.5 1.5 0 002.475 1.56l9-9A1.5 1.5 0 0018.5 10h-3.997a.5.5 0 01-.472-.667z",
key: "1v7up4"
}
]
]);
module.exports = Zap;
//# sourceMappingURL=zap.js.map