@antscorp/antsomi-ui 1.3.7-beta.40 → 1.3.7-beta.41

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.
@@ -1,7 +1,7 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from 'react';
3
3
  import { useIcon } from './hooks/useIcon';
4
4
  export const QRCodeManagementIcon = forwardRef((props, ref) => {
5
5
  const { width, height } = useIcon(props);
6
- return (_jsxs("svg", { viewBox: "0 0 30 30", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: [_jsx("mask", { id: "a", maskUnits: "userSpaceOnUse", x: "2", y: "2", width: "26", height: "26", children: _jsx("path", { fill: "currentColor", d: "M2.5 2.5h25v25h-25z" }) }), _jsx("g", { mask: "url(#a)", children: _jsx("path", { d: "M5.104 9.812V5.104h4.708v1.563H6.667v3.145zm0 15.084v-4.708h1.563v3.145h3.145v1.563zm15.084 0v-1.563h3.145v-3.145h1.563v4.708zm3.145-15.084V6.667h-3.145V5.104h4.708v4.708zM20.44 20.439h1.412v1.412H20.44zm0-2.825h1.412v1.412H20.44zm-1.413 1.412h1.413v1.413h-1.413zm-1.412 1.413h1.412v1.412h-1.412zm-1.412-1.413h1.412v1.413h-1.412zm2.824-2.824h1.413v1.412h-1.413zm-1.412 1.412h1.412v1.412h-1.412zm-1.412-1.412h1.412v1.412h-1.412zm5.649-8.053v5.65H16.2v-5.65zm-8.053 8.053v5.65h-5.65v-5.65zm0-8.053v5.65h-5.65v-5.65zm-1.242 12.46v-3.165H9.39v3.165zm0-8.053V9.391H9.39v3.165zm8.053 0V9.391h-3.165v3.165z" }) })] }));
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("g", { children: _jsx("path", { d: "M2.604 7.3118V2.60425H7.31156V4.16675H4.1665V7.3118H2.604ZM2.604 22.3959V17.6884H4.1665V20.8334H7.31156V22.3959H2.604ZM17.6881 22.3959V20.8334H20.8332V17.6884H22.3957V22.3959H17.6881ZM20.8332 7.3118V4.16675H17.6881V2.60425H22.3957V7.3118H20.8332ZM17.9386 17.9389H19.3509V19.3511H17.9386V17.9389ZM17.9386 15.1141H19.3509V16.5264H17.9386V15.1141ZM16.5261 16.5264H17.9386V17.9389H16.5261V16.5264ZM15.1139 17.9389H16.5261V19.3511H15.1139V17.9389ZM13.7017 16.5264H15.1139V17.9389H13.7017V16.5264ZM16.5261 13.7019H17.9386V15.1141H16.5261V13.7019ZM15.1139 15.1141H16.5261V16.5264H15.1139V15.1141ZM13.7017 13.7019H15.1139V15.1141H13.7017V13.7019ZM19.3509 5.64904V11.2983H13.7017V5.64904H19.3509ZM11.298 13.7019V19.3511H5.6488V13.7019H11.298ZM11.298 5.64904V11.2983H5.6488V5.64904H11.298ZM10.0558 18.1089V14.9441H6.89098V18.1089H10.0558ZM10.0558 10.0561V6.89123H6.89098V10.0561H10.0558ZM18.1087 10.0561V6.89123H14.9438V10.0561H18.1087Z", fill: "currentColor" }) }) }));
7
7
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.7-beta.40",
3
+ "version": "1.3.7-beta.41",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",