tg-icon-pack 1.0.66 → 1.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/icons/BellFilled.d.ts +9 -0
- package/icons/BellFilled.js +9 -0
- package/icons/CheckBox.d.ts +9 -0
- package/icons/CheckBox.js +9 -0
- package/icons/CheckBoxFilled.d.ts +9 -0
- package/icons/CheckBoxFilled.js +9 -0
- package/icons/CircleFilled.d.ts +9 -0
- package/icons/CircleFilled.js +9 -0
- package/package.json +1 -1
- package/tg_icons.ttf +0 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import styles from "../icons.module.scss";
|
|
2
|
+
import {jsx as _jsx} from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
export default function CheckBoxFilled({className = ""}) {
|
|
5
|
+
return /*#__PURE__*/_jsx("i", {
|
|
6
|
+
className: `${styles.icon} ${className}`,
|
|
7
|
+
children: "\ue9a9"
|
|
8
|
+
});
|
|
9
|
+
};
|
package/package.json
CHANGED
package/tg_icons.ttf
CHANGED
|
Binary file
|