@bwp-web/assets 0.14.1 → 0.15.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/icons/icons_xs/UncheckedIcon.d.ts.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UncheckedIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/icons_xs/UncheckedIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAW,YAAY,
|
|
1
|
+
{"version":3,"file":"UncheckedIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/icons_xs/UncheckedIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAW,YAAY,EAAY,MAAM,eAAe,CAAC;AAEhE,wBAAgB,aAAa,CAAC,KAAK,EAAE,YAAY,2CAwBhD"}
|
package/dist/index.cjs
CHANGED
|
@@ -7851,6 +7851,7 @@ function TouchDisplayIcon(props) {
|
|
|
7851
7851
|
var import_material199 = require("@mui/material");
|
|
7852
7852
|
var import_jsx_runtime199 = require("react/jsx-runtime");
|
|
7853
7853
|
function UncheckedIcon(props) {
|
|
7854
|
+
const theme = (0, import_material199.useTheme)();
|
|
7854
7855
|
return /* @__PURE__ */ (0, import_jsx_runtime199.jsx)(import_material199.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime199.jsx)(
|
|
7855
7856
|
"svg",
|
|
7856
7857
|
{
|
|
@@ -7859,7 +7860,6 @@ function UncheckedIcon(props) {
|
|
|
7859
7860
|
viewBox: "0 0 16 16",
|
|
7860
7861
|
fill: "none",
|
|
7861
7862
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7862
|
-
...props,
|
|
7863
7863
|
children: /* @__PURE__ */ (0, import_jsx_runtime199.jsx)(
|
|
7864
7864
|
"rect",
|
|
7865
7865
|
{
|
|
@@ -7868,7 +7868,7 @@ function UncheckedIcon(props) {
|
|
|
7868
7868
|
width: "15",
|
|
7869
7869
|
height: "15",
|
|
7870
7870
|
rx: "3.5",
|
|
7871
|
-
stroke:
|
|
7871
|
+
stroke: theme.palette.text.primary,
|
|
7872
7872
|
strokeOpacity: "0.4"
|
|
7873
7873
|
}
|
|
7874
7874
|
)
|