ab-ui-library 1.34.8 → 1.35.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/components/SVGIcons/IconCircleOff.d.ts +4 -0
- package/components/SVGIcons/IconCircleOff.js +30 -0
- package/components/SVGIcons/IconCircleOffFilled.d.ts +4 -0
- package/components/SVGIcons/IconCircleOffFilled.js +33 -0
- package/components/SVGIcons/index.d.ts +2 -0
- package/components/SVGIcons/index.js +2 -0
- package/index.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-9a9236a8.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
import '../../typeof-04a499aa.js';
|
|
5
|
+
|
|
6
|
+
var IconCircleOff = function IconCircleOff(_ref) {
|
|
7
|
+
var size = _ref.size,
|
|
8
|
+
type = _ref.type,
|
|
9
|
+
_ref$className = _ref.className,
|
|
10
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
11
|
+
onClick = _ref.onClick,
|
|
12
|
+
refHandler = _ref.refHandler,
|
|
13
|
+
id = _ref.id,
|
|
14
|
+
dataId = _ref.dataId;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
fill: "none",
|
|
20
|
+
onClick: onClick,
|
|
21
|
+
ref: refHandler,
|
|
22
|
+
id: id,
|
|
23
|
+
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
d: "M2.59277 2.09946C2.88564 1.80669 3.36045 1.80669 3.65332 2.09946L21.9678 20.4138L22.0186 20.4704C22.2589 20.765 22.2423 21.1997 21.9678 21.4743C21.6932 21.7489 21.2584 21.7654 20.9639 21.5251L20.9072 21.4743L18.9668 19.5339C17.1939 21.1342 14.846 22.1101 12.2695 22.1101C6.74678 22.1101 2.26969 17.6328 2.26953 12.1101C2.26953 9.53363 3.24334 7.18388 4.84375 5.41096L2.59277 3.16C2.29997 2.8671 2.29991 2.39232 2.59277 2.09946ZM5.90723 6.47442C4.57752 7.9745 3.76953 9.9479 3.76953 12.1101C3.76969 16.8044 7.57521 20.6101 12.2695 20.6101C14.4317 20.6101 16.4032 19.8001 17.9033 18.4704L5.90723 6.47442ZM12.2695 2.1102C17.7924 2.1102 22.2695 6.58732 22.2695 12.1101C22.2695 14.1508 21.6559 16.0476 20.6064 17.6296L19.5205 16.5437C20.3116 15.2527 20.7695 13.7351 20.7695 12.1101C20.7695 7.41574 16.964 3.61019 12.2695 3.61019C10.6443 3.61019 9.12608 4.06702 7.83496 4.85823L6.74902 3.7723C8.33118 2.72266 10.2286 2.1102 12.2695 2.1102Z",
|
|
26
|
+
fill: "#222222"
|
|
27
|
+
}));
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { IconCircleOff, IconCircleOff as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-9a9236a8.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
import '../../typeof-04a499aa.js';
|
|
5
|
+
|
|
6
|
+
var IconCircleOffFilled = function IconCircleOffFilled(_ref) {
|
|
7
|
+
var size = _ref.size,
|
|
8
|
+
type = _ref.type,
|
|
9
|
+
_ref$className = _ref.className,
|
|
10
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
11
|
+
onClick = _ref.onClick,
|
|
12
|
+
refHandler = _ref.refHandler,
|
|
13
|
+
id = _ref.id,
|
|
14
|
+
dataId = _ref.dataId;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
fill: "none",
|
|
20
|
+
onClick: onClick,
|
|
21
|
+
ref: refHandler,
|
|
22
|
+
id: id,
|
|
23
|
+
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
d: "M2.59277 2.09946C2.88564 1.80669 3.36045 1.80669 3.65332 2.09946L21.9678 20.4138L22.0186 20.4704C22.2589 20.765 22.2423 21.1997 21.9678 21.4743C21.6932 21.7489 21.2584 21.7654 20.9639 21.5251L20.9072 21.4743L18.9668 19.5339C17.1939 21.1342 14.846 22.1101 12.2695 22.1101C6.74678 22.1101 2.26969 17.6328 2.26953 12.1101C2.26953 9.53363 3.24334 7.18388 4.84375 5.41096L2.59277 3.16C2.29997 2.8671 2.29991 2.39232 2.59277 2.09946Z",
|
|
26
|
+
fill: "black"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
d: "M12.2695 2.1102C17.7924 2.1102 22.2695 6.58732 22.2695 12.1101C22.2695 14.1508 21.6559 16.0476 20.6064 17.6296L19.5205 16.5437L7.83496 4.85823L6.74902 3.7723C8.33118 2.72266 10.2286 2.1102 12.2695 2.1102Z",
|
|
29
|
+
fill: "black"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { IconCircleOffFilled, IconCircleOffFilled as default };
|
|
@@ -134,6 +134,8 @@ export * from './IconChevronUp';
|
|
|
134
134
|
export * from './IconChevronUpDown';
|
|
135
135
|
export * from './IconChevronUpDownFilled';
|
|
136
136
|
export * from './IconChevronUpFilled';
|
|
137
|
+
export * from './IconCircleOff';
|
|
138
|
+
export * from './IconCircleOffFilled';
|
|
137
139
|
export * from './IconClock';
|
|
138
140
|
export * from './IconClockDismiss';
|
|
139
141
|
export * from './IconClockDismissFilled';
|
|
@@ -134,6 +134,8 @@ export { IconChevronUp } from './IconChevronUp.js';
|
|
|
134
134
|
export { IconChevronUpDown } from './IconChevronUpDown.js';
|
|
135
135
|
export { IconChevronUpDownFilled } from './IconChevronUpDownFilled.js';
|
|
136
136
|
export { IconChevronUpFilled } from './IconChevronUpFilled.js';
|
|
137
|
+
export { IconCircleOff } from './IconCircleOff.js';
|
|
138
|
+
export { IconCircleOffFilled } from './IconCircleOffFilled.js';
|
|
137
139
|
export { IconClock } from './IconClock.js';
|
|
138
140
|
export { IconClockDismiss } from './IconClockDismiss.js';
|
|
139
141
|
export { IconClockDismissFilled } from './IconClockDismissFilled.js';
|
package/index.js
CHANGED
|
@@ -199,6 +199,8 @@ export { IconChevronUp } from './components/SVGIcons/IconChevronUp.js';
|
|
|
199
199
|
export { IconChevronUpDown } from './components/SVGIcons/IconChevronUpDown.js';
|
|
200
200
|
export { IconChevronUpDownFilled } from './components/SVGIcons/IconChevronUpDownFilled.js';
|
|
201
201
|
export { IconChevronUpFilled } from './components/SVGIcons/IconChevronUpFilled.js';
|
|
202
|
+
export { IconCircleOff } from './components/SVGIcons/IconCircleOff.js';
|
|
203
|
+
export { IconCircleOffFilled } from './components/SVGIcons/IconCircleOffFilled.js';
|
|
202
204
|
export { IconClock } from './components/SVGIcons/IconClock.js';
|
|
203
205
|
export { IconClockDismiss } from './components/SVGIcons/IconClockDismiss.js';
|
|
204
206
|
export { IconClockDismissFilled } from './components/SVGIcons/IconClockDismissFilled.js';
|