@brizy/ui-icons
Version:
10 lines (9 loc) • 699 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.LineIcon = void 0;
const react_1 = __importDefault(require("react"));
exports.LineIcon = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" },
react_1.default.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" })));