7 lines
No EOL
263 B
JavaScript
7 lines
No EOL
263 B
JavaScript
"use client";
|
|
|
|
import createSvgIcon from "./utils/createSvgIcon.js";
|
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
export default createSvgIcon(/*#__PURE__*/_jsx("path", {
|
|
d: "M3 12h18v2H3zm11-2V7h5V4H5v3h5v3zm-4 6h4v3h-4z"
|
|
}), 'FormatStrikethroughTwoTone'); |