UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

26 lines (21 loc) 795 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 StarPlus = createLucideIcon("StarPlus", [ [ "path", { d: "M11.013 18.582 6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679a.53.53 0 0 1 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904L20 11.5", key: "1hs8rk" } ], ["path", { d: "M15 18h6", key: "3b3c90" }], ["path", { d: "M18 15v6", key: "9wciyi" }] ]); module.exports = StarPlus; //# sourceMappingURL=star-plus.js.map