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

24 lines
615 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 = [
["circle", { cx: "12", cy: "5", r: "3", key: "rqqgnr" }],
[
"path",
{
d: "M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z",
key: "56o5sh"
}
]
];
const Weight = createLucideIcon("weight", __iconNode);
export { __iconNode, Weight as default };
//# sourceMappingURL=weight.js.map