lucide-solid
Version:
A Lucide icon library package for Solid applications.
20 lines (18 loc) • 670 B
JSX
/**
* @license lucide-solid v0.562.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
// src/icons/equal-approximately.tsx
import Icon from "../Icon";
var iconNode = [
["path", { d: "M5 15a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0", key: "yrdkhy" }],
["path", { d: "M5 9a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0", key: "gzkvyz" }]
];
var EqualApproximately = (props) => <Icon {...props} iconNode={iconNode} name="equal-approximately" />;
var equal_approximately_default = EqualApproximately;
export {
equal_approximately_default as default
};
//# sourceMappingURL=equal-approximately.jsx.map