10 lines
481 B
Plaintext
10 lines
481 B
Plaintext
|
"use client";
|
||
|
|
||
|
import createSvgIcon from './utils/createSvgIcon';
|
||
|
import { jsx as _jsx } from "react/jsx-runtime";
|
||
|
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
||
|
d: "M5 19h14V5H5zm2.41-7.4 2.58 2.58 6.59-6.59L17.99 9l-8 8L6 13.01z",
|
||
|
opacity: ".3"
|
||
|
}, "0"), /*#__PURE__*/_jsx("path", {
|
||
|
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-2m0 16H5V5h14zM17.99 9l-1.41-1.42-6.59 6.59-2.58-2.57-1.42 1.41 4 3.99z"
|
||
|
}, "1")], 'CheckBoxTwoTone');
|