@d-matrix/icons-react 0.81.0 → 0.83.0

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.
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { DMIconProps } from '../../dm-icon';
3
+ declare const QqSuccessFilled: React.ForwardRefExoticComponent<Omit<Omit<DMIconProps, "icon">, "ref"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default QqSuccessFilled;
@@ -0,0 +1 @@
1
+ "use strict";const t=require("../../dm-icon-BH9flhEB.cjs"),o=require("react/jsx-runtime"),e=require("react"),s=["title","titleId"],d=e.forwardRef((a,i)=>o.jsx(t.DMIcon,t._objectSpread2(t._objectSpread2({ref:i},a),{},{icon:l=>{let{title:c,titleId:r}=l,n=t._objectWithoutProperties(l,s);return e.createElement("svg",t._objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":r},n),c?e.createElement("title",{id:r},c):null,e.createElement("g",{clipPath:"url(#clip0_321_19796)"},e.createElement("path",{d:"M8.2.326c.097-.003 4.729-.097 4.881 5.293.006.002.725.315.528 2.05.014.013 1.387 1.267 1.716 3.176 0 0 .176 3.242-1.583.398a9.1 9.1 0 0 1-1.122 2.05c.01.004 1.297.446 1.188 1.588 0 .013.03 1.278-2.772 1.19 0 0-1.98-.153-2.574-.992h-.523c-.59.832-2.542.99-2.575.993-2.802.087-2.773-1.178-2.772-1.19-.11-1.14 1.171-1.583 1.187-1.589a9.1 9.1 0 0 1-1.122-2.05c-1.76 2.844-1.584-.398-1.584-.398C1.403 8.927 2.79 7.67 2.79 7.67c-.195-1.724.514-2.044.528-2.05C3.47.23 8.098.323 8.2.326m3.16 5.783a.596.596 0 0 0-.813 0L7.904 8.576a.1.1 0 0 1-.136 0L6.619 7.503a.597.597 0 0 0-.814.872l1.348 1.26a1 1 0 0 0 1.366 0L11.36 6.98a.597.597 0 0 0 0-.872"})),e.createElement("defs",null,e.createElement("clipPath",{id:"clip0_321_19796"},e.createElement("path",{fill:"#fff",d:"M0 0h16v16H0z"}))))}})));module.exports=d;
@@ -0,0 +1,40 @@
1
+ import { D as n, _ as t, a as d } from "../../dm-icon-C2_uAjH7.js";
2
+ import { jsx as m } from "react/jsx-runtime";
3
+ import e from "react";
4
+ const s = ["title", "titleId"], u = e.forwardRef((c, i) => /* @__PURE__ */ m(n, t(t({
5
+ ref: i
6
+ }, c), {}, {
7
+ icon: (
8
+ // @ts-expect-error TODO improve TS type
9
+ (l) => {
10
+ let {
11
+ title: a,
12
+ titleId: r
13
+ } = l, o = d(l, s);
14
+ return e.createElement("svg", t({
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ width: "1em",
17
+ height: "1em",
18
+ viewBox: "0 0 16 16",
19
+ fill: "currentColor",
20
+ "aria-hidden": "true",
21
+ focusable: "false",
22
+ "aria-labelledby": r
23
+ }, o), a ? e.createElement("title", {
24
+ id: r
25
+ }, a) : null, e.createElement("g", {
26
+ clipPath: "url(#clip0_321_19796)"
27
+ }, e.createElement("path", {
28
+ d: "M8.2.326c.097-.003 4.729-.097 4.881 5.293.006.002.725.315.528 2.05.014.013 1.387 1.267 1.716 3.176 0 0 .176 3.242-1.583.398a9.1 9.1 0 0 1-1.122 2.05c.01.004 1.297.446 1.188 1.588 0 .013.03 1.278-2.772 1.19 0 0-1.98-.153-2.574-.992h-.523c-.59.832-2.542.99-2.575.993-2.802.087-2.773-1.178-2.772-1.19-.11-1.14 1.171-1.583 1.187-1.589a9.1 9.1 0 0 1-1.122-2.05c-1.76 2.844-1.584-.398-1.584-.398C1.403 8.927 2.79 7.67 2.79 7.67c-.195-1.724.514-2.044.528-2.05C3.47.23 8.098.323 8.2.326m3.16 5.783a.596.596 0 0 0-.813 0L7.904 8.576a.1.1 0 0 1-.136 0L6.619 7.503a.597.597 0 0 0-.814.872l1.348 1.26a1 1 0 0 0 1.366 0L11.36 6.98a.597.597 0 0 0 0-.872"
29
+ })), e.createElement("defs", null, e.createElement("clipPath", {
30
+ id: "clip0_321_19796"
31
+ }, e.createElement("path", {
32
+ fill: "#fff",
33
+ d: "M0 0h16v16H0z"
34
+ }))));
35
+ }
36
+ )
37
+ })));
38
+ export {
39
+ u as default
40
+ };
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { DMIconProps } from '../../dm-icon';
3
+ declare const QqWarningFilled: React.ForwardRefExoticComponent<Omit<Omit<DMIconProps, "icon">, "ref"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default QqWarningFilled;
@@ -0,0 +1 @@
1
+ "use strict";const t=require("../../dm-icon-BH9flhEB.cjs"),o=require("react/jsx-runtime"),e=require("react"),d=["title","titleId"],s=e.forwardRef((a,i)=>o.jsx(t.DMIcon,t._objectSpread2(t._objectSpread2({ref:i},a),{},{icon:l=>{let{title:r,titleId:c}=l,n=t._objectWithoutProperties(l,d);return e.createElement("svg",t._objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true",focusable:"false","aria-labelledby":c},n),r?e.createElement("title",{id:c},r):null,e.createElement("g",{clipPath:"url(#clip0_321_19791)"},e.createElement("path",{d:"M8.2.326c.097-.003 4.728-.097 4.881 5.293.006.002.725.316.528 2.05.016.014 1.388 1.268 1.716 3.176 0 0 .176 3.242-1.583.398a9.1 9.1 0 0 1-1.122 2.05c.01.004 1.297.446 1.188 1.588 0 .018.024 1.278-2.772 1.19 0 0-1.98-.153-2.574-.992h-.524c-.59.832-2.543.99-2.574.993-2.796.087-2.773-1.173-2.772-1.19-.11-1.139 1.168-1.582 1.187-1.589a9 9 0 0 1-1.12-2.05c-1.762 2.844-1.586-.398-1.586-.398C1.402 8.933 2.78 7.68 2.79 7.67c-.195-1.721.512-2.043.528-2.05C3.47.232 8.097.323 8.2.326m-.012 10.43a1.011 1.011 0 1 0 .001 2.022 1.011 1.011 0 0 0 0-2.023m-.505-6.757a.778.778 0 0 0-.772.876l.514 4.067a.782.782 0 0 0 1.55 0l.514-4.067A.778.778 0 0 0 8.718 4z"})),e.createElement("defs",null,e.createElement("clipPath",{id:"clip0_321_19791"},e.createElement("path",{fill:"#fff",d:"M0 0h16v16H0z"}))))}})));module.exports=s;
@@ -0,0 +1,40 @@
1
+ import { D as n, _ as t, a as m } from "../../dm-icon-C2_uAjH7.js";
2
+ import { jsx as d } from "react/jsx-runtime";
3
+ import e from "react";
4
+ const p = ["title", "titleId"], u = e.forwardRef((i, c) => /* @__PURE__ */ d(n, t(t({
5
+ ref: c
6
+ }, i), {}, {
7
+ icon: (
8
+ // @ts-expect-error TODO improve TS type
9
+ (l) => {
10
+ let {
11
+ title: a,
12
+ titleId: r
13
+ } = l, o = m(l, p);
14
+ return e.createElement("svg", t({
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ width: "1em",
17
+ height: "1em",
18
+ viewBox: "0 0 16 16",
19
+ fill: "currentColor",
20
+ "aria-hidden": "true",
21
+ focusable: "false",
22
+ "aria-labelledby": r
23
+ }, o), a ? e.createElement("title", {
24
+ id: r
25
+ }, a) : null, e.createElement("g", {
26
+ clipPath: "url(#clip0_321_19791)"
27
+ }, e.createElement("path", {
28
+ d: "M8.2.326c.097-.003 4.728-.097 4.881 5.293.006.002.725.316.528 2.05.016.014 1.388 1.268 1.716 3.176 0 0 .176 3.242-1.583.398a9.1 9.1 0 0 1-1.122 2.05c.01.004 1.297.446 1.188 1.588 0 .018.024 1.278-2.772 1.19 0 0-1.98-.153-2.574-.992h-.524c-.59.832-2.543.99-2.574.993-2.796.087-2.773-1.173-2.772-1.19-.11-1.139 1.168-1.582 1.187-1.589a9 9 0 0 1-1.12-2.05c-1.762 2.844-1.586-.398-1.586-.398C1.402 8.933 2.78 7.68 2.79 7.67c-.195-1.721.512-2.043.528-2.05C3.47.232 8.097.323 8.2.326m-.012 10.43a1.011 1.011 0 1 0 .001 2.022 1.011 1.011 0 0 0 0-2.023m-.505-6.757a.778.778 0 0 0-.772.876l.514 4.067a.782.782 0 0 0 1.55 0l.514-4.067A.778.778 0 0 0 8.718 4z"
29
+ })), e.createElement("defs", null, e.createElement("clipPath", {
30
+ id: "clip0_321_19791"
31
+ }, e.createElement("path", {
32
+ fill: "#fff",
33
+ d: "M0 0h16v16H0z"
34
+ }))));
35
+ }
36
+ )
37
+ })));
38
+ export {
39
+ u as default
40
+ };
@@ -1360,6 +1360,8 @@ export { default as Pyramid } from './Pyramid';
1360
1360
  export { default as PyramidFilled } from './PyramidFilled';
1361
1361
  export { default as PyramidMaya } from './PyramidMaya';
1362
1362
  export { default as PyramidMayaFilled } from './PyramidMayaFilled';
1363
+ export { default as QqSuccessFilled } from './QqSuccessFilled';
1364
+ export { default as QqWarningFilled } from './QqWarningFilled';
1363
1365
  export { default as Qrcode } from './Qrcode';
1364
1366
  export { default as Qtraderenzheng } from './Qtraderenzheng';
1365
1367
  export { default as Questionnaire } from './Questionnaire';