Files
Fluxup_PAP/node_modules/lucide-react-native/dist/cjs/icons/slice.js
2026-03-10 16:18:05 +00:00

24 lines
515 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 Slice = createLucideIcon("Slice", [
[
"path",
{
d: "M11 16.586V19a1 1 0 0 1-1 1H2L18.37 3.63a1 1 0 1 1 3 3l-9.663 9.663a1 1 0 0 1-1.414 0L8 14",
key: "1sllp5"
}
]
]);
module.exports = Slice;
//# sourceMappingURL=slice.js.map