@kaizen/components 1.40.6 → 1.41.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.
- package/dist/cjs/Icon/ThumbsDownIcon.cjs +2 -1
- package/dist/cjs/Icon/ThumbsDownIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ThumbsDownOffIcon.cjs +17 -0
- package/dist/cjs/Icon/ThumbsDownOffIcon.cjs.map +1 -0
- package/dist/cjs/Icon/ThumbsDownOnIcon.cjs +17 -0
- package/dist/cjs/Icon/ThumbsDownOnIcon.cjs.map +1 -0
- package/dist/cjs/Icon/ThumbsUpIcon.cjs +2 -1
- package/dist/cjs/Icon/ThumbsUpIcon.cjs.map +1 -1
- package/dist/cjs/Icon/ThumbsUpOffIcon.cjs +17 -0
- package/dist/cjs/Icon/ThumbsUpOffIcon.cjs.map +1 -0
- package/dist/cjs/Icon/ThumbsUpOnIcon.cjs +17 -0
- package/dist/cjs/Icon/ThumbsUpOnIcon.cjs.map +1 -0
- package/dist/cjs/dts/Icon/ThumbsDownIcon.d.ts +1 -0
- package/dist/cjs/dts/Icon/ThumbsDownOffIcon.d.ts +3 -0
- package/dist/cjs/dts/Icon/ThumbsDownOnIcon.d.ts +3 -0
- package/dist/cjs/dts/Icon/ThumbsUpIcon.d.ts +1 -0
- package/dist/cjs/dts/Icon/ThumbsUpOffIcon.d.ts +3 -0
- package/dist/cjs/dts/Icon/ThumbsUpOnIcon.d.ts +3 -0
- package/dist/cjs/dts/Icon/index.d.ts +4 -0
- package/dist/cjs/dts/index.d.ts +1 -0
- package/dist/cjs/dts/utils/index.d.ts +1 -0
- package/dist/cjs/index.cjs +11 -0
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.css +49 -49
- package/dist/esm/Icon/ThumbsDownIcon.mjs +2 -1
- package/dist/esm/Icon/ThumbsDownIcon.mjs.map +1 -1
- package/dist/esm/Icon/ThumbsDownOffIcon.mjs +15 -0
- package/dist/esm/Icon/ThumbsDownOffIcon.mjs.map +1 -0
- package/dist/esm/Icon/ThumbsDownOnIcon.mjs +15 -0
- package/dist/esm/Icon/ThumbsDownOnIcon.mjs.map +1 -0
- package/dist/esm/Icon/ThumbsUpIcon.mjs +2 -1
- package/dist/esm/Icon/ThumbsUpIcon.mjs.map +1 -1
- package/dist/esm/Icon/ThumbsUpOffIcon.mjs +15 -0
- package/dist/esm/Icon/ThumbsUpOffIcon.mjs.map +1 -0
- package/dist/esm/Icon/ThumbsUpOnIcon.mjs +15 -0
- package/dist/esm/Icon/ThumbsUpOnIcon.mjs.map +1 -0
- package/dist/esm/dts/Icon/ThumbsDownIcon.d.ts +1 -0
- package/dist/esm/dts/Icon/ThumbsDownOffIcon.d.ts +3 -0
- package/dist/esm/dts/Icon/ThumbsDownOnIcon.d.ts +3 -0
- package/dist/esm/dts/Icon/ThumbsUpIcon.d.ts +1 -0
- package/dist/esm/dts/Icon/ThumbsUpOffIcon.d.ts +3 -0
- package/dist/esm/dts/Icon/ThumbsUpOnIcon.d.ts +3 -0
- package/dist/esm/dts/Icon/index.d.ts +4 -0
- package/dist/esm/dts/index.d.ts +1 -0
- package/dist/esm/dts/utils/index.d.ts +1 -0
- package/dist/esm/index.css +49 -49
- package/dist/esm/index.mjs +5 -0
- package/dist/esm/index.mjs.map +1 -1
- package/dist/index.d.ts +40 -4
- package/dist/styles.css +1 -1
- package/package.json +5 -4
- package/src/Icon/ThumbsDownIcon.tsx +2 -1
- package/src/Icon/ThumbsDownOffIcon.tsx +18 -0
- package/src/Icon/ThumbsDownOnIcon.tsx +18 -0
- package/src/Icon/ThumbsUpIcon.tsx +2 -1
- package/src/Icon/ThumbsUpOffIcon.tsx +18 -0
- package/src/Icon/ThumbsUpOnIcon.tsx +18 -0
- package/src/Icon/_docs/Icon.stories.tsx +31 -37
- package/src/Icon/_docs/icon.stories.scss +15 -8
- package/src/Icon/index.ts +4 -0
- package/src/index.ts +1 -0
- package/src/utils/index.ts +2 -0
|
@@ -4,11 +4,12 @@ import { SVG } from './subcomponents/SVG/SVG.mjs';
|
|
|
4
4
|
|
|
5
5
|
// This file is autogenerated by wrapSVGs.ts
|
|
6
6
|
// Changes to this file will be overwritten
|
|
7
|
+
/** @deprecated Use `<ThumbsDownIconOn/>` or `<ThumbsDownIconOff/>` */
|
|
7
8
|
var ThumbsDownIcon = function (props) {
|
|
8
9
|
var uniqueId = useId();
|
|
9
10
|
var svgContent = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("path", {
|
|
10
11
|
id: uniqueId,
|
|
11
|
-
d: "M5.91 3.183c-.566 0-1.05.341-1.254.832L2.597 8.
|
|
12
|
+
d: "M5.91 3.183c-.566 0-1.05.341-1.254.832L2.597 8.821q-.093.233-.095.497v1.364c0 .75.613 1.363 1.363 1.363h4.301L7.52 15.16l-.02.218c0 .28.115.539.3.723l.722.716 4.492-4.493c.245-.245.395-.586.395-.96V4.546c0-.75-.613-1.364-1.363-1.364zm8.862 8.18h2.726v-8.18h-2.726z"
|
|
12
13
|
})), /*#__PURE__*/React.createElement("use", {
|
|
13
14
|
fill: "currentColor",
|
|
14
15
|
href: "#".concat(uniqueId),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThumbsDownIcon.mjs","sources":["../../../src/Icon/ThumbsDownIcon.tsx"],"sourcesContent":["// This file is autogenerated by wrapSVGs.ts\n// Changes to this file will be overwritten\n\nimport React, { useId } from \"react\"\nimport { SVG } from \"~components/Icon/subcomponents/SVG\"\nimport type { IconProps } from \"~components/Icon/types\"\n\nexport const ThumbsDownIcon = (props: IconProps): JSX.Element => {\n const uniqueId = useId()\n const svgContent = (\n <>\n <defs>\n <path\n id={uniqueId}\n d=\"M5.91 3.183c-.566 0-1.05.341-1.254.832L2.597 8.
|
|
1
|
+
{"version":3,"file":"ThumbsDownIcon.mjs","sources":["../../../src/Icon/ThumbsDownIcon.tsx"],"sourcesContent":["// This file is autogenerated by wrapSVGs.ts\n// Changes to this file will be overwritten\n\nimport React, { useId } from \"react\"\nimport { SVG } from \"~components/Icon/subcomponents/SVG\"\nimport type { IconProps } from \"~components/Icon/types\"\n\n/** @deprecated Use `<ThumbsDownIconOn/>` or `<ThumbsDownIconOff/>` */\nexport const ThumbsDownIcon = (props: IconProps): JSX.Element => {\n const uniqueId = useId()\n const svgContent = (\n <>\n <defs>\n <path\n id={uniqueId}\n d=\"M5.91 3.183c-.566 0-1.05.341-1.254.832L2.597 8.821q-.093.233-.095.497v1.364c0 .75.613 1.363 1.363 1.363h4.301L7.52 15.16l-.02.218c0 .28.115.539.3.723l.722.716 4.492-4.493c.245-.245.395-.586.395-.96V4.546c0-.75-.613-1.364-1.363-1.364zm8.862 8.18h2.726v-8.18h-2.726z\"\n />\n </defs>\n <use fill=\"currentColor\" href={`#${uniqueId}`} fillRule=\"evenodd\" />\n </>\n )\n return <SVG {...props}>{svgContent}</SVG>\n}\n"],"names":["ThumbsDownIcon","props","uniqueId","useId","svgContent","React","createElement","Fragment","id","d","fill","href","concat","fillRule","SVG","__assign"],"mappings":";;;;AAAA;AACA;AAMA;AACO,IAAMA,cAAc,GAAG,SAAAA,CAACC,KAAgB,EAAA;EAC7C,IAAMC,QAAQ,GAAGC,KAAK,EAAE;EACxB,IAAMC,UAAU,gBACdC,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAAE,QAAA,EAAA,IAAA,eACEF,KAAA,CAAAC,aAAA,CAAA,MAAA,EAAA,IAAA,eACED,KACE,CAAAC,aAAA,CAAA,MAAA,EAAA;IAAAE,EAAE,EAAEN,QAAQ;IACZO,CAAC,EAAC;EAA0Q,EAC5Q,CACG,eACPJ,KAAA,CAAAC,aAAA,CAAA,KAAA,EAAA;IAAKI,IAAI,EAAC,cAAc;IAACC,IAAI,EAAE,GAAI,CAAAC,MAAA,CAAAV,QAAQ,CAAE;IAAEW,QAAQ,EAAC;EAAY,CAAA,CAAA,CAEvE;EACD,oBAAOR,oBAACS,GAAG,EAAAC,QAAA,CAAA,CAAA,CAAA,EAAKd,KAAK,CAAG,EAAAG,UAAU,CAAO;AAC3C,CAAA;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { __assign } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { SVG } from './subcomponents/SVG/SVG.mjs';
|
|
4
|
+
|
|
5
|
+
// This file is autogenerated by wrapSVGs.ts
|
|
6
|
+
// Changes to this file will be overwritten
|
|
7
|
+
var ThumbsDownOffIcon = function (props) {
|
|
8
|
+
var svgContent = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
d: "M5.224 3.253h8.766v10L8.461 18.75l-.705-.705a1 1 0 0 1-.215-.344 1.1 1.1 0 0 1-.086-.403v-.211l.885-3.834H2.756q-.594 0-1.05-.456t-.456-1.05V10.4q0-.13.034-.28a3 3 0 0 1 .075-.281l2.388-5.635q.18-.4.6-.676a1.6 1.6 0 0 1 .877-.276m7.516 1.25H5.224a.4.4 0 0 0-.18.048.3.3 0 0 0-.14.16L2.5 10.337v1.41a.25.25 0 0 0 .072.185.25.25 0 0 0 .184.072H9.92L8.875 16.57l3.865-3.849zm1.25 8.75v-1.25h2.677v-7.5H13.99v-1.25h3.927v10z"
|
|
11
|
+
}));
|
|
12
|
+
return /*#__PURE__*/React.createElement(SVG, __assign({}, props), svgContent);
|
|
13
|
+
};
|
|
14
|
+
export { ThumbsDownOffIcon };
|
|
15
|
+
//# sourceMappingURL=ThumbsDownOffIcon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThumbsDownOffIcon.mjs","sources":["../../../src/Icon/ThumbsDownOffIcon.tsx"],"sourcesContent":["// This file is autogenerated by wrapSVGs.ts\n// Changes to this file will be overwritten\n\nimport React from \"react\"\nimport { SVG } from \"~components/Icon/subcomponents/SVG\"\nimport type { IconProps } from \"~components/Icon/types\"\n\nexport const ThumbsDownOffIcon = (props: IconProps): JSX.Element => {\n const svgContent = (\n <>\n <path\n fill=\"currentColor\"\n d=\"M5.224 3.253h8.766v10L8.461 18.75l-.705-.705a1 1 0 0 1-.215-.344 1.1 1.1 0 0 1-.086-.403v-.211l.885-3.834H2.756q-.594 0-1.05-.456t-.456-1.05V10.4q0-.13.034-.28a3 3 0 0 1 .075-.281l2.388-5.635q.18-.4.6-.676a1.6 1.6 0 0 1 .877-.276m7.516 1.25H5.224a.4.4 0 0 0-.18.048.3.3 0 0 0-.14.16L2.5 10.337v1.41a.25.25 0 0 0 .072.185.25.25 0 0 0 .184.072H9.92L8.875 16.57l3.865-3.849zm1.25 8.75v-1.25h2.677v-7.5H13.99v-1.25h3.927v10z\"\n />\n </>\n )\n return <SVG {...props}>{svgContent}</SVG>\n}\n"],"names":["ThumbsDownOffIcon","props","svgContent","React","createElement","Fragment","fill","d","SVG","__assign"],"mappings":";;;;AAAA;AACA;AAMO,IAAMA,iBAAiB,GAAG,SAAAA,CAACC,KAAgB,EAAA;EAChD,IAAMC,UAAU,gBACdC,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAAE,QAAA,EAAA,IAAA,eACEF,KACE,CAAAC,aAAA,CAAA,MAAA,EAAA;IAAAE,IAAI,EAAC,cAAc;IACnBC,CAAC,EAAC;GAAsa,CACxa,CAEL;EACD,oBAAOJ,oBAACK,GAAG,EAAAC,QAAA,CAAA,CAAA,CAAA,EAAKR,KAAK,CAAG,EAAAC,UAAU,CAAO;AAC3C,CAAA;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { __assign } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { SVG } from './subcomponents/SVG/SVG.mjs';
|
|
4
|
+
|
|
5
|
+
// This file is autogenerated by wrapSVGs.ts
|
|
6
|
+
// Changes to this file will be overwritten
|
|
7
|
+
var ThumbsDownOnIcon = function (props) {
|
|
8
|
+
var svgContent = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
d: "M5.224 3.253h8.253v10L7.95 18.75l-.705-.705a1 1 0 0 1-.216-.344 1.1 1.1 0 0 1-.086-.403v-.211l.885-3.834h-5.07q-.595 0-1.051-.456t-.456-1.05V10.4a1.6 1.6 0 0 1 .109-.561l2.388-5.635q.18-.4.6-.676a1.6 1.6 0 0 1 .877-.276m9.503 10v-10h3.19v10z"
|
|
11
|
+
}));
|
|
12
|
+
return /*#__PURE__*/React.createElement(SVG, __assign({}, props), svgContent);
|
|
13
|
+
};
|
|
14
|
+
export { ThumbsDownOnIcon };
|
|
15
|
+
//# sourceMappingURL=ThumbsDownOnIcon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThumbsDownOnIcon.mjs","sources":["../../../src/Icon/ThumbsDownOnIcon.tsx"],"sourcesContent":["// This file is autogenerated by wrapSVGs.ts\n// Changes to this file will be overwritten\n\nimport React from \"react\"\nimport { SVG } from \"~components/Icon/subcomponents/SVG\"\nimport type { IconProps } from \"~components/Icon/types\"\n\nexport const ThumbsDownOnIcon = (props: IconProps): JSX.Element => {\n const svgContent = (\n <>\n <path\n fill=\"currentColor\"\n d=\"M5.224 3.253h8.253v10L7.95 18.75l-.705-.705a1 1 0 0 1-.216-.344 1.1 1.1 0 0 1-.086-.403v-.211l.885-3.834h-5.07q-.595 0-1.051-.456t-.456-1.05V10.4a1.6 1.6 0 0 1 .109-.561l2.388-5.635q.18-.4.6-.676a1.6 1.6 0 0 1 .877-.276m9.503 10v-10h3.19v10z\"\n />\n </>\n )\n return <SVG {...props}>{svgContent}</SVG>\n}\n"],"names":["ThumbsDownOnIcon","props","svgContent","React","createElement","Fragment","fill","d","SVG","__assign"],"mappings":";;;;AAAA;AACA;AAMO,IAAMA,gBAAgB,GAAG,SAAAA,CAACC,KAAgB,EAAA;EAC/C,IAAMC,UAAU,gBACdC,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAAE,QAAA,EAAA,IAAA,eACEF,KACE,CAAAC,aAAA,CAAA,MAAA,EAAA;IAAAE,IAAI,EAAC,cAAc;IACnBC,CAAC,EAAC;GAAmP,CACrP,CAEL;EACD,oBAAOJ,oBAACK,GAAG,EAAAC,QAAA,CAAA,CAAA,CAAA,EAAKR,KAAK,CAAG,EAAAC,UAAU,CAAO;AAC3C,CAAA;"}
|
|
@@ -4,11 +4,12 @@ import { SVG } from './subcomponents/SVG/SVG.mjs';
|
|
|
4
4
|
|
|
5
5
|
// This file is autogenerated by wrapSVGs.ts
|
|
6
6
|
// Changes to this file will be overwritten
|
|
7
|
+
/** @deprecated Use `<ThumbsUpIconOn/>` or `<ThumbsUpIconOff/>` */
|
|
7
8
|
var ThumbsUpIcon = function (props) {
|
|
8
9
|
var uniqueId = useId();
|
|
9
10
|
var svgContent = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("path", {
|
|
10
11
|
id: uniqueId,
|
|
11
|
-
d: "M5.228 16.817v-8.18H2.502v8.18zm10.907-8.862h-4.301l.647-3.115.02-.218c0-.28-.115-.539-.3-.723l-.722-.716-4.485 4.493a1.
|
|
12
|
+
d: "M5.228 16.817v-8.18H2.502v8.18zm10.907-8.862h-4.301l.647-3.115.02-.218c0-.28-.115-.539-.3-.723l-.722-.716-4.485 4.493a1.33 1.33 0 0 0-.402.96v6.817c0 .75.613 1.364 1.363 1.364h6.135c.566 0 1.05-.341 1.254-.832l2.059-4.806q.093-.233.095-.497V9.318c0-.75-.613-1.363-1.363-1.363"
|
|
12
13
|
})), /*#__PURE__*/React.createElement("use", {
|
|
13
14
|
fill: "currentColor",
|
|
14
15
|
href: "#".concat(uniqueId),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThumbsUpIcon.mjs","sources":["../../../src/Icon/ThumbsUpIcon.tsx"],"sourcesContent":["// This file is autogenerated by wrapSVGs.ts\n// Changes to this file will be overwritten\n\nimport React, { useId } from \"react\"\nimport { SVG } from \"~components/Icon/subcomponents/SVG\"\nimport type { IconProps } from \"~components/Icon/types\"\n\nexport const ThumbsUpIcon = (props: IconProps): JSX.Element => {\n const uniqueId = useId()\n const svgContent = (\n <>\n <defs>\n <path\n id={uniqueId}\n d=\"M5.228 16.817v-8.18H2.502v8.18zm10.907-8.862h-4.301l.647-3.115.02-.218c0-.28-.115-.539-.3-.723l-.722-.716-4.485 4.493a1.
|
|
1
|
+
{"version":3,"file":"ThumbsUpIcon.mjs","sources":["../../../src/Icon/ThumbsUpIcon.tsx"],"sourcesContent":["// This file is autogenerated by wrapSVGs.ts\n// Changes to this file will be overwritten\n\nimport React, { useId } from \"react\"\nimport { SVG } from \"~components/Icon/subcomponents/SVG\"\nimport type { IconProps } from \"~components/Icon/types\"\n\n/** @deprecated Use `<ThumbsUpIconOn/>` or `<ThumbsUpIconOff/>` */\nexport const ThumbsUpIcon = (props: IconProps): JSX.Element => {\n const uniqueId = useId()\n const svgContent = (\n <>\n <defs>\n <path\n id={uniqueId}\n d=\"M5.228 16.817v-8.18H2.502v8.18zm10.907-8.862h-4.301l.647-3.115.02-.218c0-.28-.115-.539-.3-.723l-.722-.716-4.485 4.493a1.33 1.33 0 0 0-.402.96v6.817c0 .75.613 1.364 1.363 1.364h6.135c.566 0 1.05-.341 1.254-.832l2.059-4.806q.093-.233.095-.497V9.318c0-.75-.613-1.363-1.363-1.363\"\n />\n </defs>\n <use fill=\"currentColor\" href={`#${uniqueId}`} fillRule=\"evenodd\" />\n </>\n )\n return <SVG {...props}>{svgContent}</SVG>\n}\n"],"names":["ThumbsUpIcon","props","uniqueId","useId","svgContent","React","createElement","Fragment","id","d","fill","href","concat","fillRule","SVG","__assign"],"mappings":";;;;AAAA;AACA;AAMA;AACO,IAAMA,YAAY,GAAG,SAAAA,CAACC,KAAgB,EAAA;EAC3C,IAAMC,QAAQ,GAAGC,KAAK,EAAE;EACxB,IAAMC,UAAU,gBACdC,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAAE,QAAA,EAAA,IAAA,eACEF,KAAA,CAAAC,aAAA,CAAA,MAAA,EAAA,IAAA,eACED,KACE,CAAAC,aAAA,CAAA,MAAA,EAAA;IAAAE,EAAE,EAAEN,QAAQ;IACZO,CAAC,EAAC;EAAqR,EACvR,CACG,eACPJ,KAAA,CAAAC,aAAA,CAAA,KAAA,EAAA;IAAKI,IAAI,EAAC,cAAc;IAACC,IAAI,EAAE,GAAI,CAAAC,MAAA,CAAAV,QAAQ,CAAE;IAAEW,QAAQ,EAAC;EAAY,CAAA,CAAA,CAEvE;EACD,oBAAOR,oBAACS,GAAG,EAAAC,QAAA,CAAA,CAAA,CAAA,EAAKd,KAAK,CAAG,EAAAG,UAAU,CAAO;AAC3C,CAAA;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { __assign } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { SVG } from './subcomponents/SVG/SVG.mjs';
|
|
4
|
+
|
|
5
|
+
// This file is autogenerated by wrapSVGs.ts
|
|
6
|
+
// Changes to this file will be overwritten
|
|
7
|
+
var ThumbsUpOffIcon = function (props) {
|
|
8
|
+
var svgContent = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
d: "M14.776 17.083H6.01v-10l5.529-5.496.705.705q.13.129.215.344.086.213.086.403v.211l-.885 3.833h5.584q.594 0 1.05.456t.456 1.05v1.347q0 .13-.034.28-.033.15-.075.28l-2.388 5.635q-.18.401-.6.677a1.6 1.6 0 0 1-.877.275m-7.516-1.25h7.516a.4.4 0 0 0 .18-.048.3.3 0 0 0 .14-.16L17.5 10V8.59a.25.25 0 0 0-.072-.184.25.25 0 0 0-.184-.073H10.08l1.045-4.567-3.865 3.85zm-1.25-8.75v1.25H3.333v7.5H6.01v1.25H2.083v-10z"
|
|
11
|
+
}));
|
|
12
|
+
return /*#__PURE__*/React.createElement(SVG, __assign({}, props), svgContent);
|
|
13
|
+
};
|
|
14
|
+
export { ThumbsUpOffIcon };
|
|
15
|
+
//# sourceMappingURL=ThumbsUpOffIcon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThumbsUpOffIcon.mjs","sources":["../../../src/Icon/ThumbsUpOffIcon.tsx"],"sourcesContent":["// This file is autogenerated by wrapSVGs.ts\n// Changes to this file will be overwritten\n\nimport React from \"react\"\nimport { SVG } from \"~components/Icon/subcomponents/SVG\"\nimport type { IconProps } from \"~components/Icon/types\"\n\nexport const ThumbsUpOffIcon = (props: IconProps): JSX.Element => {\n const svgContent = (\n <>\n <path\n fill=\"currentColor\"\n d=\"M14.776 17.083H6.01v-10l5.529-5.496.705.705q.13.129.215.344.086.213.086.403v.211l-.885 3.833h5.584q.594 0 1.05.456t.456 1.05v1.347q0 .13-.034.28-.033.15-.075.28l-2.388 5.635q-.18.401-.6.677a1.6 1.6 0 0 1-.877.275m-7.516-1.25h7.516a.4.4 0 0 0 .18-.048.3.3 0 0 0 .14-.16L17.5 10V8.59a.25.25 0 0 0-.072-.184.25.25 0 0 0-.184-.073H10.08l1.045-4.567-3.865 3.85zm-1.25-8.75v1.25H3.333v7.5H6.01v1.25H2.083v-10z\"\n />\n </>\n )\n return <SVG {...props}>{svgContent}</SVG>\n}\n"],"names":["ThumbsUpOffIcon","props","svgContent","React","createElement","Fragment","fill","d","SVG","__assign"],"mappings":";;;;AAAA;AACA;AAMO,IAAMA,eAAe,GAAG,SAAAA,CAACC,KAAgB,EAAA;EAC9C,IAAMC,UAAU,gBACdC,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAAE,QAAA,EAAA,IAAA,eACEF,KACE,CAAAC,aAAA,CAAA,MAAA,EAAA;IAAAE,IAAI,EAAC,cAAc;IACnBC,CAAC,EAAC;GAAqZ,CACvZ,CAEL;EACD,oBAAOJ,oBAACK,GAAG,EAAAC,QAAA,CAAA,CAAA,CAAA,EAAKR,KAAK,CAAG,EAAAC,UAAU,CAAO;AAC3C,CAAA;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { __assign } from 'tslib';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { SVG } from './subcomponents/SVG/SVG.mjs';
|
|
4
|
+
|
|
5
|
+
// This file is autogenerated by wrapSVGs.ts
|
|
6
|
+
// Changes to this file will be overwritten
|
|
7
|
+
var ThumbsUpOnIcon = function (props) {
|
|
8
|
+
var svgContent = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
d: "M14.776 17.083H6.522v-10l5.53-5.496.704.705q.13.129.216.344.086.213.086.403v.211l-.885 3.833h5.07q.595 0 1.051.456t.456 1.05v1.347a1.6 1.6 0 0 1-.109.56l-2.388 5.635q-.18.401-.6.677a1.6 1.6 0 0 1-.877.275m-9.504-10v10H2.083v-10z"
|
|
11
|
+
}));
|
|
12
|
+
return /*#__PURE__*/React.createElement(SVG, __assign({}, props), svgContent);
|
|
13
|
+
};
|
|
14
|
+
export { ThumbsUpOnIcon };
|
|
15
|
+
//# sourceMappingURL=ThumbsUpOnIcon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThumbsUpOnIcon.mjs","sources":["../../../src/Icon/ThumbsUpOnIcon.tsx"],"sourcesContent":["// This file is autogenerated by wrapSVGs.ts\n// Changes to this file will be overwritten\n\nimport React from \"react\"\nimport { SVG } from \"~components/Icon/subcomponents/SVG\"\nimport type { IconProps } from \"~components/Icon/types\"\n\nexport const ThumbsUpOnIcon = (props: IconProps): JSX.Element => {\n const svgContent = (\n <>\n <path\n fill=\"currentColor\"\n d=\"M14.776 17.083H6.522v-10l5.53-5.496.704.705q.13.129.216.344.086.213.086.403v.211l-.885 3.833h5.07q.595 0 1.051.456t.456 1.05v1.347a1.6 1.6 0 0 1-.109.56l-2.388 5.635q-.18.401-.6.677a1.6 1.6 0 0 1-.877.275m-9.504-10v10H2.083v-10z\"\n />\n </>\n )\n return <SVG {...props}>{svgContent}</SVG>\n}\n"],"names":["ThumbsUpOnIcon","props","svgContent","React","createElement","Fragment","fill","d","SVG","__assign"],"mappings":";;;;AAAA;AACA;AAMO,IAAMA,cAAc,GAAG,SAAAA,CAACC,KAAgB,EAAA;EAC7C,IAAMC,UAAU,gBACdC,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAAE,QAAA,EAAA,IAAA,eACEF,KACE,CAAAC,aAAA,CAAA,MAAA,EAAA;IAAAE,IAAI,EAAC,cAAc;IACnBC,CAAC,EAAC;GAAsO,CACxO,CAEL;EACD,oBAAOJ,oBAACK,GAAG,EAAAC,QAAA,CAAA,CAAA,CAAA,EAAKR,KAAK,CAAG,EAAAC,UAAU,CAAO;AAC3C,CAAA;"}
|
|
@@ -214,7 +214,11 @@ export * from "./TemplateWhiteIcon";
|
|
|
214
214
|
export * from "./TextAnalyticsIcon";
|
|
215
215
|
export * from "./TextAnalyticsWhiteIcon";
|
|
216
216
|
export * from "./ThumbsDownIcon";
|
|
217
|
+
export * from "./ThumbsDownOffIcon";
|
|
218
|
+
export * from "./ThumbsDownOnIcon";
|
|
217
219
|
export * from "./ThumbsUpIcon";
|
|
220
|
+
export * from "./ThumbsUpOffIcon";
|
|
221
|
+
export * from "./ThumbsUpOnIcon";
|
|
218
222
|
export * from "./TimeIcon";
|
|
219
223
|
export * from "./TimeWhiteIcon";
|
|
220
224
|
export * from "./TranslationIcon";
|
package/dist/esm/dts/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useMediaQueries";
|