@brizy/ui-icons
Version:
4 lines (3 loc) • 462 B
JavaScript
import React from "react";
export const TpStrike = ({ 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: "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" })));