init
This commit is contained in:
23
mc_test/node_modules/lucide-react/dist/esm/icons/settings.js
generated
vendored
Executable file
23
mc_test/node_modules/lucide-react/dist/esm/icons/settings.js
generated
vendored
Executable file
@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @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: "M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",
|
||||
key: "1i5ecw"
|
||||
}
|
||||
],
|
||||
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
|
||||
];
|
||||
const Settings = createLucideIcon("settings", __iconNode);
|
||||
|
||||
export { __iconNode, Settings as default };
|
||||
//# sourceMappingURL=settings.js.map
|
||||
Reference in New Issue
Block a user