@brizy/ui-icons
Version:
10 lines (9 loc) • 744 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.TpStrike = void 0;
const react_1 = __importDefault(require("react"));
exports.TpStrike = ({ 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: "M9 11v2.28a1 1 0 0 0 .684.948L12 15v1H4v-1l2.316-.772A1 1 0 0 0 7 13.279V11h2zM7 2H3.618a1 1 0 0 0-.894.553L2 4H1V0h14v4h-1l-.724-1.447A1 1 0 0 0 12.382 2H9v5h7v2H0V7h7V2z" })));