@antscorp/antsomi-ui 1.3.5-beta.950 → 1.3.5-beta.951

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,3 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const BinaryIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ import { useIcon } from './hooks/useIcon';
4
+ export const BinaryIcon = forwardRef((props, ref) => {
5
+ const { width, height } = useIcon(props);
6
+ return (_jsxs("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: [_jsx("path", { d: "M16.3295 13.2322V12.1403L17.7091 11.9698V7.06925L16.3188 7.05327V6.01989L19.5735 5.47656V11.9698L20.9531 12.1403V13.2322H16.3295Z", fill: "currentColor" }), _jsx("path", { d: "M10.9142 13.3437C10.0726 13.3437 9.40678 13.0773 8.91673 12.5447C8.42667 12.012 8.18164 11.2219 8.18164 10.1743V8.53897C8.18164 7.49494 8.42667 6.70481 8.91673 6.16859C9.40678 5.63237 10.0691 5.36426 10.9036 5.36426C11.731 5.36426 12.3897 5.63237 12.8798 6.16859C13.3734 6.70481 13.6202 7.49494 13.6202 8.53897V10.1743C13.6202 11.2219 13.3752 12.012 12.8851 12.5447C12.3986 13.0773 11.7417 13.3437 10.9142 13.3437ZM10.9142 11.9214C11.1877 11.9214 11.3972 11.7971 11.5428 11.5486C11.6884 11.2964 11.7612 10.8738 11.7612 10.2808V8.42179C11.7612 7.8394 11.6866 7.42214 11.5375 7.17001C11.3883 6.91788 11.177 6.79181 10.9036 6.79181C10.6195 6.79181 10.4047 6.91788 10.2591 7.17001C10.1135 7.41859 10.0407 7.83585 10.0407 8.42179V10.2808C10.0407 10.8774 10.1135 11.3 10.2591 11.5486C10.4047 11.7971 10.623 11.9214 10.9142 11.9214Z", fill: "currentColor" }), _jsx("path", { d: "M18.4123 24.2528C17.5707 24.2528 16.9048 23.9865 16.4148 23.4538C15.9247 22.9212 15.6797 22.131 15.6797 21.0835V19.4482C15.6797 18.4041 15.9247 17.614 16.4148 17.0778C16.9048 16.5415 17.5671 16.2734 18.4016 16.2734C19.229 16.2734 19.8878 16.5415 20.3778 17.0778C20.8714 17.614 21.1183 18.4041 21.1183 19.4482V21.0835C21.1183 22.131 20.8732 22.9212 20.3832 23.4538C19.8967 23.9865 19.2397 24.2528 18.4123 24.2528ZM18.4123 22.8306C18.6857 22.8306 18.8952 22.7063 19.0408 22.4577C19.1864 22.2056 19.2592 21.783 19.2592 21.19V19.331C19.2592 18.7486 19.1847 18.3313 19.0355 18.0792C18.8864 17.8271 18.6751 17.701 18.4016 17.701C18.1175 17.701 17.9027 17.8271 17.7571 18.0792C17.6115 18.3278 17.5387 18.745 17.5387 19.331V21.19C17.5387 21.7866 17.6115 22.2092 17.7571 22.4577C17.9027 22.7063 18.1211 22.8306 18.4123 22.8306Z", fill: "currentColor" }), _jsx("path", { d: "M8.19229 24.1414V23.0494L9.57191 22.879V17.9784L8.18164 17.9624V16.9291L11.4363 16.3857V22.879L12.8159 23.0494V24.1414H8.19229Z", fill: "currentColor" })] }));
7
+ });
@@ -29,6 +29,7 @@ export declare const LazyIcon: {
29
29
  AudioRecordIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
30
30
  BatchStreaming30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
31
31
  BatchStreamingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
32
+ BinaryIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
32
33
  BlockIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
33
34
  BudLightIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
34
35
  BugIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
@@ -29,6 +29,7 @@ export const LazyIcon = {
29
29
  AudioRecordIcon: lazy(() => import('../AudioRecordIcon').then(m => ({ default: m.AudioRecordIcon }))),
30
30
  BatchStreaming30Icon: lazy(() => import('../BatchStreaming30Icon').then(m => ({ default: m.BatchStreaming30Icon }))),
31
31
  BatchStreamingIcon: lazy(() => import('../BatchStreamingIcon').then(m => ({ default: m.BatchStreamingIcon }))),
32
+ BinaryIcon: lazy(() => import('../BinaryIcon').then(m => ({ default: m.BinaryIcon }))),
32
33
  BlockIcon: lazy(() => import('../BlockIcon').then(m => ({ default: m.BlockIcon }))),
33
34
  BudLightIcon: lazy(() => import('../BudLightIcon').then(m => ({ default: m.BudLightIcon }))),
34
35
  BugIcon: lazy(() => import('../BugIcon').then(m => ({ default: m.BugIcon }))),
@@ -27,6 +27,7 @@ export { AttachmentIcon } from './AttachmentIcon';
27
27
  export { AudioRecordIcon } from './AudioRecordIcon';
28
28
  export { BatchStreaming30Icon } from './BatchStreaming30Icon';
29
29
  export { BatchStreamingIcon } from './BatchStreamingIcon';
30
+ export { BinaryIcon } from './BinaryIcon';
30
31
  export { BlockIcon } from './BlockIcon';
31
32
  export { BudLightIcon } from './BudLightIcon';
32
33
  export { BugIcon } from './BugIcon';
@@ -27,6 +27,7 @@ export { AttachmentIcon } from './AttachmentIcon';
27
27
  export { AudioRecordIcon } from './AudioRecordIcon';
28
28
  export { BatchStreaming30Icon } from './BatchStreaming30Icon';
29
29
  export { BatchStreamingIcon } from './BatchStreamingIcon';
30
+ export { BinaryIcon } from './BinaryIcon';
30
31
  export { BlockIcon } from './BlockIcon';
31
32
  export { BudLightIcon } from './BudLightIcon';
32
33
  export { BugIcon } from './BugIcon';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.950",
3
+ "version": "1.3.5-beta.951",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",