@elliemae/ds-icons 3.24.1 → 3.24.3
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/ArrowCircleRight.js +2 -2
- package/dist/cjs/ArrowCircleRight.js.map +2 -2
- package/dist/cjs/Dropdown.js +48 -0
- package/dist/cjs/Dropdown.js.map +7 -0
- package/dist/cjs/InputText.js +45 -0
- package/dist/cjs/InputText.js.map +7 -0
- package/dist/cjs/InputTextArea.js +45 -0
- package/dist/cjs/InputTextArea.js.map +7 -0
- package/dist/cjs/Typography.js +45 -0
- package/dist/cjs/Typography.js.map +7 -0
- package/dist/cjs/WarningSquareOutline.js +44 -0
- package/dist/cjs/WarningSquareOutline.js.map +7 -0
- package/dist/cjs/WarningTriangle.js +1 -2
- package/dist/cjs/WarningTriangle.js.map +2 -2
- package/dist/cjs/index.js +10 -0
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/ArrowCircleRight.js +2 -2
- package/dist/esm/ArrowCircleRight.js.map +2 -2
- package/dist/esm/Dropdown.js +18 -0
- package/dist/esm/Dropdown.js.map +7 -0
- package/dist/esm/InputText.js +15 -0
- package/dist/esm/InputText.js.map +7 -0
- package/dist/esm/InputTextArea.js +15 -0
- package/dist/esm/InputTextArea.js.map +7 -0
- package/dist/esm/Typography.js +15 -0
- package/dist/esm/Typography.js.map +7 -0
- package/dist/esm/WarningSquareOutline.js +14 -0
- package/dist/esm/WarningSquareOutline.js.map +7 -0
- package/dist/esm/WarningTriangle.js +1 -2
- package/dist/esm/WarningTriangle.js.map +2 -2
- package/dist/esm/index.js +268 -258
- package/dist/esm/index.js.map +2 -2
- package/dist/types/ArrowCircleRight.d.ts +2 -2
- package/dist/types/Dropdown.d.ts +3 -0
- package/dist/types/InputText.d.ts +3 -0
- package/dist/types/InputTextArea.d.ts +3 -0
- package/dist/types/Typography.d.ts +3 -0
- package/dist/types/WarningSquareOutline.d.ts +3 -0
- package/dist/types/index.d.ts +5 -0
- package/package.json +5 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/ArrowCircleRight.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACMnB;AALJ,SAAS,eAAe;AAGxB,MAAM,
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst ArrowCircleRight = (props: SvgIconT.Props) => (\n <SvgIcon width={28} height={28} {...props} viewBox=\"0 0 28 28\">\n <path d=\"M14 0C6.268 0 0 6.268 0 14s6.268 14 14 14 14-6.268 14-14S21.732 0 14 0Zm0 1c7.18 0 13 5.82 13 13s-5.82 13-13 13S1 21.18 1 14 6.82 1 14 1Zm.38 6.216a1 1 0 0 0-.236 1.302l.072.103L17.684 13H7a1 1 0 0 0-.117 1.993L7 15h10.683l-3.467 4.38a1 1 0 0 0 .07 1.32l.093.084a1 1 0 0 0 1.321-.07l.084-.093L21.025 14l-5.241-6.62a1 1 0 0 0-1.405-.164Z\" />\n </SvgIcon>\n);\n\nexport default ArrowCircleRight;\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACMnB;AALJ,SAAS,eAAe;AAGxB,MAAM,mBAAmB,CAAC,UACxB,oBAAC,WAAQ,OAAO,IAAI,QAAQ,IAAK,GAAG,OAAO,SAAQ,aACjD,8BAAC,UAAK,GAAE,oVAAmV,GAC7V;AAGF,IAAO,2BAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { SvgIcon } from "./utils/SvgIcon.js";
|
|
4
|
+
const Dropdown = (props) => /* @__PURE__ */ jsxs(SvgIcon, { width: 24, height: 24, ...props, viewBox: "0 0 24 24", children: [
|
|
5
|
+
/* @__PURE__ */ jsx(
|
|
6
|
+
"path",
|
|
7
|
+
{
|
|
8
|
+
"fill-rule": "nonzero",
|
|
9
|
+
d: "M23 1v11h-1V2H2v10H1V1h22Zm-3.536 4.25L16 9l-3.464-3.75h6.928ZM1 14h22v1H1Zm0 3h22v1H1Zm0 3h22v1H1Z"
|
|
10
|
+
}
|
|
11
|
+
),
|
|
12
|
+
" "
|
|
13
|
+
] });
|
|
14
|
+
var Dropdown_default = Dropdown;
|
|
15
|
+
export {
|
|
16
|
+
Dropdown_default as default
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=Dropdown.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/Dropdown.tsx"],
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst Dropdown = (props: SvgIconT.Props) => (\n <SvgIcon width={24} height={24} {...props} viewBox=\"0 0 24 24\">\n <path\n fill-rule=\"nonzero\"\n d=\"M23 1v11h-1V2H2v10H1V1h22Zm-3.536 4.25L16 9l-3.464-3.75h6.928ZM1 14h22v1H1Zm0 3h22v1H1Zm0 3h22v1H1Z\"\n />{' '}\n </SvgIcon>\n);\n\nexport default Dropdown;\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACKrB,SACE,KADF;AAJF,SAAS,eAAe;AAGxB,MAAM,WAAW,CAAC,UAChB,qBAAC,WAAQ,OAAO,IAAI,QAAQ,IAAK,GAAG,OAAO,SAAQ,aACjD;AAAA;AAAA,IAAC;AAAA;AAAA,MACC,aAAU;AAAA,MACV,GAAE;AAAA;AAAA,EACJ;AAAA,EAAG;AAAA,GACL;AAGF,IAAO,mBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { jsx } from "react/jsx-runtime";
|
|
3
|
+
import { SvgIcon } from "./utils/SvgIcon.js";
|
|
4
|
+
const InputText = (props) => /* @__PURE__ */ jsx(SvgIcon, { width: 24, height: 24, ...props, viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(
|
|
5
|
+
"path",
|
|
6
|
+
{
|
|
7
|
+
"fill-rule": "nonzero",
|
|
8
|
+
d: "M19 3v1h-3v17h3v1h-7v-1h3V4h-3V3h7Zm-6 3v1H2v11h11v1H1V6h12Zm10 0v13h-5v-1h4V7h-4V6h5ZM8.044 8.5c.528 0 .994.092 1.397.275.408.183.726.46.954.832.233.367.35.827.35 1.382v3.465c0 .248.02.511.06.79.045.28.11.521.195.723v.11H9.703a2.42 2.42 0 0 1-.148-.585l-.024-.203a3.004 3.004 0 0 1-1.01.72 2.617 2.617 0 0 1-1.062.205c-.493 0-.925-.098-1.297-.295a2.236 2.236 0 0 1-.86-.791A2.13 2.13 0 0 1 5 14.008c0-.4.076-.75.228-1.053.153-.307.372-.561.659-.763a3.094 3.094 0 0 1 1.035-.467 5.342 5.342 0 0 1 1.35-.159h1.229v-.59c0-.294-.058-.549-.174-.764a1.156 1.156 0 0 0-.51-.509c-.23-.119-.511-.179-.847-.179-.314 0-.59.055-.827.165-.233.11-.416.255-.55.434a.964.964 0 0 0-.195.577H5.155c0-.266.067-.53.201-.79.135-.262.327-.498.578-.709a2.87 2.87 0 0 1 .914-.508A3.527 3.527 0 0 1 8.044 8.5ZM9.5 12.46H8.474c-.354 0-.67.03-.948.09-.277.055-.51.14-.698.254a1.195 1.195 0 0 0-.43.433 1.17 1.17 0 0 0-.148.598c0 .234.051.447.154.64.103.192.258.346.464.46.21.11.468.165.772.165.381 0 .717-.082 1.008-.247.291-.165.522-.367.692-.605.066-.09.12-.178.163-.265L9.5 12.46Z"
|
|
9
|
+
}
|
|
10
|
+
) });
|
|
11
|
+
var InputText_default = InputText;
|
|
12
|
+
export {
|
|
13
|
+
InputText_default as default
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=InputText.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/InputText.tsx"],
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst InputText = (props: SvgIconT.Props) => (\n <SvgIcon width={24} height={24} {...props} viewBox=\"0 0 24 24\">\n <path\n fill-rule=\"nonzero\"\n d=\"M19 3v1h-3v17h3v1h-7v-1h3V4h-3V3h7Zm-6 3v1H2v11h11v1H1V6h12Zm10 0v13h-5v-1h4V7h-4V6h5ZM8.044 8.5c.528 0 .994.092 1.397.275.408.183.726.46.954.832.233.367.35.827.35 1.382v3.465c0 .248.02.511.06.79.045.28.11.521.195.723v.11H9.703a2.42 2.42 0 0 1-.148-.585l-.024-.203a3.004 3.004 0 0 1-1.01.72 2.617 2.617 0 0 1-1.062.205c-.493 0-.925-.098-1.297-.295a2.236 2.236 0 0 1-.86-.791A2.13 2.13 0 0 1 5 14.008c0-.4.076-.75.228-1.053.153-.307.372-.561.659-.763a3.094 3.094 0 0 1 1.035-.467 5.342 5.342 0 0 1 1.35-.159h1.229v-.59c0-.294-.058-.549-.174-.764a1.156 1.156 0 0 0-.51-.509c-.23-.119-.511-.179-.847-.179-.314 0-.59.055-.827.165-.233.11-.416.255-.55.434a.964.964 0 0 0-.195.577H5.155c0-.266.067-.53.201-.79.135-.262.327-.498.578-.709a2.87 2.87 0 0 1 .914-.508A3.527 3.527 0 0 1 8.044 8.5ZM9.5 12.46H8.474c-.354 0-.67.03-.948.09-.277.055-.51.14-.698.254a1.195 1.195 0 0 0-.43.433 1.17 1.17 0 0 0-.148.598c0 .234.051.447.154.64.103.192.258.346.464.46.21.11.468.165.772.165.381 0 .717-.082 1.008-.247.291-.165.522-.367.692-.605.066-.09.12-.178.163-.265L9.5 12.46Z\"\n />\n </SvgIcon>\n);\n\nexport default InputText;\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACMnB;AALJ,SAAS,eAAe;AAGxB,MAAM,YAAY,CAAC,UACjB,oBAAC,WAAQ,OAAO,IAAI,QAAQ,IAAK,GAAG,OAAO,SAAQ,aACjD;AAAA,EAAC;AAAA;AAAA,IACC,aAAU;AAAA,IACV,GAAE;AAAA;AACJ,GACF;AAGF,IAAO,oBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { jsx } from "react/jsx-runtime";
|
|
3
|
+
import { SvgIcon } from "./utils/SvgIcon.js";
|
|
4
|
+
const InputTextArea = (props) => /* @__PURE__ */ jsx(SvgIcon, { width: 24, height: 24, ...props, viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(
|
|
5
|
+
"path",
|
|
6
|
+
{
|
|
7
|
+
"fill-rule": "nonzero",
|
|
8
|
+
d: "M23 1v22H1V1h22Zm-1 1H2v20h20V2Zm-3 2v1h-3v14h3v1h-7v-1h3V5h-3V4h7ZM9.044 8c.528 0 .994.092 1.397.275.408.183.726.46.954.832.233.367.35.827.35 1.382v3.465c0 .248.02.511.06.79.045.28.11.521.195.723v.11h-1.297a2.42 2.42 0 0 1-.148-.585l-.024-.203a3.004 3.004 0 0 1-1.01.72 2.617 2.617 0 0 1-1.062.205c-.493 0-.925-.098-1.297-.295a2.236 2.236 0 0 1-.86-.791A2.13 2.13 0 0 1 6 13.508c0-.4.076-.75.228-1.053.153-.307.372-.561.659-.763a3.094 3.094 0 0 1 1.035-.467 5.342 5.342 0 0 1 1.35-.159h1.229v-.59c0-.294-.058-.549-.174-.764a1.156 1.156 0 0 0-.51-.509c-.23-.119-.511-.179-.847-.179-.314 0-.59.055-.827.165-.233.11-.416.255-.55.434a.964.964 0 0 0-.195.577H6.155c0-.266.067-.53.201-.79.135-.262.327-.498.578-.709a2.87 2.87 0 0 1 .914-.508A3.527 3.527 0 0 1 9.044 8Zm1.457 3.96H9.474c-.354 0-.67.03-.948.09-.277.055-.51.14-.698.254a1.195 1.195 0 0 0-.43.433 1.17 1.17 0 0 0-.148.598c0 .234.051.447.154.64.103.192.258.346.464.46.21.11.468.165.772.165.381 0 .717-.082 1.008-.247.291-.165.522-.367.692-.605.066-.09.12-.178.163-.265L10.5 11.96Z"
|
|
9
|
+
}
|
|
10
|
+
) });
|
|
11
|
+
var InputTextArea_default = InputTextArea;
|
|
12
|
+
export {
|
|
13
|
+
InputTextArea_default as default
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=InputTextArea.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/InputTextArea.tsx"],
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst InputTextArea = (props: SvgIconT.Props) => (\n <SvgIcon width={24} height={24} {...props} viewBox=\"0 0 24 24\">\n <path\n fill-rule=\"nonzero\"\n d=\"M23 1v22H1V1h22Zm-1 1H2v20h20V2Zm-3 2v1h-3v14h3v1h-7v-1h3V5h-3V4h7ZM9.044 8c.528 0 .994.092 1.397.275.408.183.726.46.954.832.233.367.35.827.35 1.382v3.465c0 .248.02.511.06.79.045.28.11.521.195.723v.11h-1.297a2.42 2.42 0 0 1-.148-.585l-.024-.203a3.004 3.004 0 0 1-1.01.72 2.617 2.617 0 0 1-1.062.205c-.493 0-.925-.098-1.297-.295a2.236 2.236 0 0 1-.86-.791A2.13 2.13 0 0 1 6 13.508c0-.4.076-.75.228-1.053.153-.307.372-.561.659-.763a3.094 3.094 0 0 1 1.035-.467 5.342 5.342 0 0 1 1.35-.159h1.229v-.59c0-.294-.058-.549-.174-.764a1.156 1.156 0 0 0-.51-.509c-.23-.119-.511-.179-.847-.179-.314 0-.59.055-.827.165-.233.11-.416.255-.55.434a.964.964 0 0 0-.195.577H6.155c0-.266.067-.53.201-.79.135-.262.327-.498.578-.709a2.87 2.87 0 0 1 .914-.508A3.527 3.527 0 0 1 9.044 8Zm1.457 3.96H9.474c-.354 0-.67.03-.948.09-.277.055-.51.14-.698.254a1.195 1.195 0 0 0-.43.433 1.17 1.17 0 0 0-.148.598c0 .234.051.447.154.64.103.192.258.346.464.46.21.11.468.165.772.165.381 0 .717-.082 1.008-.247.291-.165.522-.367.692-.605.066-.09.12-.178.163-.265L10.5 11.96Z\"\n />\n </SvgIcon>\n);\n\nexport default InputTextArea;\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACMnB;AALJ,SAAS,eAAe;AAGxB,MAAM,gBAAgB,CAAC,UACrB,oBAAC,WAAQ,OAAO,IAAI,QAAQ,IAAK,GAAG,OAAO,SAAQ,aACjD;AAAA,EAAC;AAAA;AAAA,IACC,aAAU;AAAA,IACV,GAAE;AAAA;AACJ,GACF;AAGF,IAAO,wBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { jsx } from "react/jsx-runtime";
|
|
3
|
+
import { SvgIcon } from "./utils/SvgIcon.js";
|
|
4
|
+
const Typography = (props) => /* @__PURE__ */ jsx(SvgIcon, { width: 24, height: 24, ...props, viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(
|
|
5
|
+
"path",
|
|
6
|
+
{
|
|
7
|
+
"fill-rule": "nonzero",
|
|
8
|
+
d: "M7.3 6.063 3.539 17H2L6.333 5h.991l-.023 1.063ZM10.455 17 6.684 6.063 6.66 5h.992L12 17h-1.546Zm-.195-4.442v1.302H3.874v-1.302h6.385Zm8.993 2.798v-4.468c0-.343-.068-.64-.204-.89a1.349 1.349 0 0 0-.596-.594c-.266-.14-.595-.209-.987-.209-.366 0-.687.064-.964.193a1.684 1.684 0 0 0-.643.505 1.124 1.124 0 0 0-.228.674h-1.45a2 2 0 0 1 .235-.923c.157-.304.382-.58.675-.826.297-.251.653-.449 1.066-.593.418-.15.883-.225 1.395-.225.617 0 1.16.107 1.63.32a2.46 2.46 0 0 1 1.114.971c.271.428.407.966.407 1.613v4.043c0 .288.024.596.07.922.053.326.129.607.228.842v.129h-1.513a2.823 2.823 0 0 1-.172-.682 5.634 5.634 0 0 1-.063-.802Zm.25-3.779.016 1.043h-1.465c-.413 0-.782.035-1.106.105a2.487 2.487 0 0 0-.815.296c-.22.134-.387.302-.502.506-.115.198-.172.43-.172.698 0 .272.06.521.18.746.12.224.3.403.541.537.246.128.546.192.902.192.444 0 .836-.096 1.175-.288.34-.193.61-.428.808-.706.204-.278.313-.548.329-.81l.62.714a2.183 2.183 0 0 1-.299.746 3.548 3.548 0 0 1-1.606 1.403c-.366.16-.78.241-1.24.241-.574 0-1.078-.115-1.512-.345a2.61 2.61 0 0 1-1.003-.922A2.485 2.485 0 0 1 14 14.425c0-.465.089-.874.266-1.227.178-.359.434-.655.769-.89a3.61 3.61 0 0 1 1.207-.546c.47-.123.995-.185 1.575-.185h1.686Z"
|
|
9
|
+
}
|
|
10
|
+
) });
|
|
11
|
+
var Typography_default = Typography;
|
|
12
|
+
export {
|
|
13
|
+
Typography_default as default
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Typography.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/Typography.tsx"],
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst Typography = (props: SvgIconT.Props) => (\n <SvgIcon width={24} height={24} {...props} viewBox=\"0 0 24 24\">\n <path\n fill-rule=\"nonzero\"\n d=\"M7.3 6.063 3.539 17H2L6.333 5h.991l-.023 1.063ZM10.455 17 6.684 6.063 6.66 5h.992L12 17h-1.546Zm-.195-4.442v1.302H3.874v-1.302h6.385Zm8.993 2.798v-4.468c0-.343-.068-.64-.204-.89a1.349 1.349 0 0 0-.596-.594c-.266-.14-.595-.209-.987-.209-.366 0-.687.064-.964.193a1.684 1.684 0 0 0-.643.505 1.124 1.124 0 0 0-.228.674h-1.45a2 2 0 0 1 .235-.923c.157-.304.382-.58.675-.826.297-.251.653-.449 1.066-.593.418-.15.883-.225 1.395-.225.617 0 1.16.107 1.63.32a2.46 2.46 0 0 1 1.114.971c.271.428.407.966.407 1.613v4.043c0 .288.024.596.07.922.053.326.129.607.228.842v.129h-1.513a2.823 2.823 0 0 1-.172-.682 5.634 5.634 0 0 1-.063-.802Zm.25-3.779.016 1.043h-1.465c-.413 0-.782.035-1.106.105a2.487 2.487 0 0 0-.815.296c-.22.134-.387.302-.502.506-.115.198-.172.43-.172.698 0 .272.06.521.18.746.12.224.3.403.541.537.246.128.546.192.902.192.444 0 .836-.096 1.175-.288.34-.193.61-.428.808-.706.204-.278.313-.548.329-.81l.62.714a2.183 2.183 0 0 1-.299.746 3.548 3.548 0 0 1-1.606 1.403c-.366.16-.78.241-1.24.241-.574 0-1.078-.115-1.512-.345a2.61 2.61 0 0 1-1.003-.922A2.485 2.485 0 0 1 14 14.425c0-.465.089-.874.266-1.227.178-.359.434-.655.769-.89a3.61 3.61 0 0 1 1.207-.546c.47-.123.995-.185 1.575-.185h1.686Z\"\n />\n </SvgIcon>\n);\n\nexport default Typography;\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACMnB;AALJ,SAAS,eAAe;AAGxB,MAAM,aAAa,CAAC,UAClB,oBAAC,WAAQ,OAAO,IAAI,QAAQ,IAAK,GAAG,OAAO,SAAQ,aACjD;AAAA,EAAC;AAAA;AAAA,IACC,aAAU;AAAA,IACV,GAAE;AAAA;AACJ,GACF;AAGF,IAAO,qBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { jsx } from "react/jsx-runtime";
|
|
3
|
+
import { SvgIcon } from "./utils/SvgIcon.js";
|
|
4
|
+
const WarningSquareOutline = (props) => /* @__PURE__ */ jsx(SvgIcon, { width: 24, height: 24, ...props, viewBox: "0 0 18 18", children: /* @__PURE__ */ jsx(
|
|
5
|
+
"path",
|
|
6
|
+
{
|
|
7
|
+
d: "M 17 0 H 1 C 0.45 0 0 0.45 0 1 V 17 C 0 17.55 0.45 18 1 18 H 17 C 17.55 18 18 17.55 18 17 V 1 C 18 0.45 17.55 0 17 0 Z M 8.541 4 H 9.459 C 9.75 4 9.979 4.25 9.955 4.54 L 9.5 11 H 8.5 L 8.045 4.54 A 0.498 0.498 0 0 1 8.541 4 Z M 9 14 C 8.429 14 8 13.571 8 13 S 8.429 12 9 12 S 10 12.429 10 13 S 9.571 14 9 14 M 1 1 L 17 1 L 17 17 L 1 17 Z"
|
|
8
|
+
}
|
|
9
|
+
) });
|
|
10
|
+
var WarningSquareOutline_default = WarningSquareOutline;
|
|
11
|
+
export {
|
|
12
|
+
WarningSquareOutline_default as default
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=WarningSquareOutline.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/WarningSquareOutline.tsx"],
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst WarningSquareOutline = (props: SvgIconT.Props) => (\n <SvgIcon width={24} height={24} {...props} viewBox=\"0 0 18 18\">\n <path\n // eslint-disable-next-line max-len\n d=\"M 17 0 H 1 C 0.45 0 0 0.45 0 1 V 17 C 0 17.55 0.45 18 1 18 H 17 C 17.55 18 18 17.55 18 17 V 1 C 18 0.45 17.55 0 17 0 Z M 8.541 4 H 9.459 C 9.75 4 9.979 4.25 9.955 4.54 L 9.5 11 H 8.5 L 8.045 4.54 A 0.498 0.498 0 0 1 8.541 4 Z M 9 14 C 8.429 14 8 13.571 8 13 S 8.429 12 9 12 S 10 12.429 10 13 S 9.571 14 9 14 M 1 1 L 17 1 L 17 17 L 1 17 Z\"\n ></path>\n </SvgIcon>\n);\n\nexport default WarningSquareOutline;\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACMnB;AALJ,SAAS,eAAe;AAGxB,MAAM,uBAAuB,CAAC,UAC5B,oBAAC,WAAQ,OAAO,IAAI,QAAQ,IAAK,GAAG,OAAO,SAAQ,aACjD;AAAA,EAAC;AAAA;AAAA,IAEC,GAAE;AAAA;AACH,GACH;AAGF,IAAO,+BAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -2,8 +2,7 @@ import * as React from "react";
|
|
|
2
2
|
import { createIcon } from "./utils/createIcon.js";
|
|
3
3
|
var WarningTriangle_default = createIcon({
|
|
4
4
|
paths: [
|
|
5
|
-
"
|
|
6
|
-
"M9.5 14l-.455-6.461A.498.498 0 0 1 9.541 7h.917c.291 0 .521.249.496.539L10.499 14h-1zM11 16c0 .571-.429 1-1 1s-1-.429-1-1 .429-1 1-1 1 .429 1 1z"
|
|
5
|
+
"M 19.816 16.877 L 11.286 1.742 C 11.007 1.247 10.503 1 10 1 S 8.993 1.247 8.714 1.742 L 0.184 16.877 C -0.354 17.832 0.354 19 1.47 19 H 18.53 C 19.647 19 20.354 17.832 19.816 16.877 Z M 18.932 17.799 C 18.881 17.883 18.762 18.023 18.53 18.023 H 1.47 C 1.238 18.023 1.119 17.883 1.068 17.799 S 0.949 17.546 1.061 17.348 L 9.591 2.213 C 9.707 2.008 9.897 1.977 10 1.977 S 10.293 2.008 10.409 2.213 L 18.939 17.348 C 19.051 17.546 18.982 17.716 18.932 17.799 Z M 9.5 13 L 9.045 6.539 A 0.498 0.498 0 0 1 9.541 6 H 10.458 C 10.749 6 10.979 6.249 10.954 6.539 L 10.499 13 H 9.499 Z M 11 15 C 11 15.571 10.571 16 10 16 S 9 15.571 9 15 S 9.429 14 10 14 S 11 14.429 11 15 Z"
|
|
7
6
|
],
|
|
8
7
|
height: 20,
|
|
9
8
|
width: 20
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/WarningTriangle.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { createIcon } from './utils/createIcon.js';\n\nexport default createIcon({\n paths: [\n '
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,kBAAkB;AAE3B,IAAO,0BAAQ,WAAW;AAAA,EACxB,OAAO;AAAA,IACL;AAAA,
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { createIcon } from './utils/createIcon.js';\n\nexport default createIcon({\n paths: [\n 'M 19.816 16.877 L 11.286 1.742 C 11.007 1.247 10.503 1 10 1 S 8.993 1.247 8.714 1.742 L 0.184 16.877 C -0.354 17.832 0.354 19 1.47 19 H 18.53 C 19.647 19 20.354 17.832 19.816 16.877 Z M 18.932 17.799 C 18.881 17.883 18.762 18.023 18.53 18.023 H 1.47 C 1.238 18.023 1.119 17.883 1.068 17.799 S 0.949 17.546 1.061 17.348 L 9.591 2.213 C 9.707 2.008 9.897 1.977 10 1.977 S 10.293 2.008 10.409 2.213 L 18.939 17.348 C 19.051 17.546 18.982 17.716 18.932 17.799 Z M 9.5 13 L 9.045 6.539 A 0.498 0.498 0 0 1 9.541 6 H 10.458 C 10.749 6 10.979 6.249 10.954 6.539 L 10.499 13 H 9.499 Z M 11 15 C 11 15.571 10.571 16 10 16 S 9 15.571 9 15 S 9.429 14 10 14 S 11 14.429 11 15 Z',\n ],\n height: 20,\n width: 20,\n});\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,kBAAkB;AAE3B,IAAO,0BAAQ,WAAW;AAAA,EACxB,OAAO;AAAA,IACL;AAAA,EACF;AAAA,EACA,QAAQ;AAAA,EACR,OAAO;AACT,CAAC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|