@brizy/ui-icons
Version:
12 lines (11 loc) • 1 kB
JavaScript
import React from "react";
export const Bars = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" },
React.createElement("g", { fill: "currentColor" },
React.createElement("path", { d: "M7 0h2v4H7z" }),
React.createElement("path", { d: "m10.121 4.464 2.829-2.828 1.414 1.414-2.829 2.828z", opacity: 0.9 }),
React.createElement("path", { d: "M12 7h4v2h-4z", opacity: 0.8 }),
React.createElement("path", { d: "m10.122 11.536 1.414-1.415 2.828 2.829-1.414 1.414z", opacity: 0.7 }),
React.createElement("path", { d: "M7 12h2v4H7z", opacity: 0.6 }),
React.createElement("path", { d: "m1.637 12.95 2.828-2.829 1.414 1.414-2.828 2.829z", opacity: 0.5 }),
React.createElement("path", { d: "M0 7h4v2H0z", opacity: 0.4 }),
React.createElement("path", { d: "M1.636 3.05 3.05 1.638 5.88 4.465 4.465 5.88z", opacity: 0.3 }))));