@brizy/ui-icons
Version:
10 lines (9 loc) • 854 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.TpUnderline = void 0;
const react_1 = __importDefault(require("react"));
exports.TpUnderline = ({ 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: "M15 14v2H1v-2h14zM7 0v1l-1.447.724A1 1 0 0 0 5 2.618V7a3.005 3.005 0 0 0 3.598 2.942C10.022 9.665 11 8.332 11 6.882V2.618a1 1 0 0 0-.553-.894L9 1V0h6v1l-1.447.724a1 1 0 0 0-.553.894V7a5.006 5.006 0 0 1-5.5 4.976C4.903 11.722 3 9.386 3 6.777V2.618a1 1 0 0 0-.553-.894L1 1V0h6z" })));