mtxuilib 0.1.271 → 0.1.273
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/dist/icons/MessageCircle.d.ts +3 -0
- package/dist/icons/MessageCircle.js +6 -0
- package/dist/icons/messageBubble.d.ts +3 -0
- package/dist/icons/messageBubble.js +6 -0
- package/dist/icons/thumbs.d.ts +5 -0
- package/dist/icons/thumbs.js +14 -0
- package/dist/icons/user.d.ts +3 -0
- package/dist/icons/user.js +6 -0
- package/package.json +1 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
3
|
+
const MessageCircleIcon = (props) => {
|
|
4
|
+
return (_jsx(SvgIcon, { children: _jsx("svg", { ...props, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: _jsx("path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z" }) }) }));
|
|
5
|
+
};
|
|
6
|
+
export default MessageCircleIcon;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
3
|
+
const MessageBubbleIcon = (props) => {
|
|
4
|
+
return (_jsx(SvgIcon, { children: _jsxs("svg", { ...props, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [_jsx("path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z" }), ' '] }) }));
|
|
5
|
+
};
|
|
6
|
+
export default MessageBubbleIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
+
export declare const ThumbDownIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const ThumbUpIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare const ThumbDownFilledIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const ThumbUpFilledIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
3
|
+
export const ThumbDownIcon = (props) => {
|
|
4
|
+
return (_jsx(SvgIcon, { children: _jsxs("svg", { ...props, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [_jsx("path", { d: "M17 14V2" }), _jsx("path", { d: "M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22h0a3.13 3.13 0 0 1-3-3.88Z" })] }) }));
|
|
5
|
+
};
|
|
6
|
+
export const ThumbUpIcon = (props) => {
|
|
7
|
+
return (_jsx(SvgIcon, { children: _jsxs("svg", { ...props, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [_jsx("path", { d: "M7 10v12" }), _jsx("path", { d: "M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2h0a3.13 3.13 0 0 1 3 3.88Z" }), ' '] }) }));
|
|
8
|
+
};
|
|
9
|
+
export const ThumbDownFilledIcon = (props) => {
|
|
10
|
+
return (_jsx(SvgIcon, { children: _jsxs("svg", { ...props, viewBox: "0 0 24 24", fill: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", children: [_jsx("path", { d: "M17 14V2" }), _jsx("path", { d: "M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22h0a3.13 3.13 0 0 1-3-3.88Z" })] }) }));
|
|
11
|
+
};
|
|
12
|
+
export const ThumbUpFilledIcon = (props) => {
|
|
13
|
+
return (_jsx(SvgIcon, { children: _jsxs("svg", { ...props, viewBox: "0 0 24 24", fill: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", children: [_jsx("path", { d: "M7 10v12" }), _jsx("path", { d: "M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2h0a3.13 3.13 0 0 1 3 3.88Z" }), ' '] }) }));
|
|
14
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
3
|
+
const UserIcon = (props) => {
|
|
4
|
+
return (_jsx(SvgIcon, { children: _jsxs("svg", { ...props, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [_jsx("path", { d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2" }), _jsx("circle", { cx: "12", cy: "7", r: "4" })] }) }));
|
|
5
|
+
};
|
|
6
|
+
export default UserIcon;
|