1 | 'use client';
|
2 |
|
3 | import * as React from 'react';
|
4 | import createSvgIcon from "../../utils/createSvgIcon.js";
|
5 |
|
6 | /**
|
7 | * @ignore - internal component.
|
8 | */
|
9 | import { jsx as _jsx } from "react/jsx-runtime";
|
10 | export default createSvgIcon(/*#__PURE__*/_jsx("path", {
|
11 | d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"
|
12 | }), 'IndeterminateCheckBox'); |
\ | No newline at end of file |