lucide-react
Version:
A Lucide icon library package for React applications
18 lines (14 loc) • 539 B
JavaScript
/**
* lucide-react v0.234.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const Binary = createLucideIcon("Binary", [
["path", { d: "M6 20h4", key: "1i6q5t" }],
["path", { d: "M14 10h4", key: "ru81e7" }],
["path", { d: "M6 14h2v6", key: "16z9wg" }],
["path", { d: "M14 4h2v6", key: "1idq9u" }],
["rect", { width: "4", height: "6", x: "6", y: "4", key: "1sfrx" }],
["rect", { width: "4", height: "6", x: "14", y: "14", key: "gmzly7" }]
]);
export { Binary as default };
//# sourceMappingURL=binary.js.map