19 lines
459 B
JavaScript
19 lines
459 B
JavaScript
/**
|
|
* @license lucide-react-native v0.563.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 Option = createLucideIcon("Option", [
|
|
["path", { d: "M3 3h6l6 18h6", key: "ph9rgk" }],
|
|
["path", { d: "M14 3h7", key: "16f0ms" }]
|
|
]);
|
|
|
|
module.exports = Option;
|
|
//# sourceMappingURL=option.js.map
|