@brizy/ui-icons
Version:
4 lines (3 loc) • 417 B
JavaScript
import React from "react";
export const LineIcon = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" },
React.createElement("path", { fill: "currentColor", d: "m8 1 1.679 4.821h5.036L10.61 9.034l1.65 5.62L8 11.283l-4.427 3.152 1.817-5.4-4.105-3.213h5.036L8 1Zm8 7v2h-3V8h3ZM3 8v2H0V8h3Z" })));