Files
Remote-Control-Center/mc_test/node_modules/lucide-react/dist/esm/icons/slice.js
2025-11-25 09:56:15 +03:00

23 lines
538 B
JavaScript
Executable File

/**
* @license lucide-react v0.545.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.js';
const __iconNode = [
[
"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"
}
]
];
const Slice = createLucideIcon("slice", __iconNode);
export { __iconNode, Slice as default };
//# sourceMappingURL=slice.js.map