ohctechv3/.svn/pristine/41/4143cd5835a9a7c943ea4b31cca76c8b39dabe58.svn-base
2024-10-28 15:03:36 +05:30

7 lines
276 B
Plaintext

"use client";
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
d: "M3 21h18v-2H3zm0-4h18v-2H3zm0-4h18v-2H3zm0-4h18V7H3zm0-6v2h18V3z"
}), 'FormatAlignJustifySharp');