@sensoro-design/icons-svg 2.93.0 → 2.94.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.
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const CallBackOutlined: IconDefinition;
3
+ export default CallBackOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var CallBackOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 1024 1024',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ d: 'M245.38 132.03a64.66 64.66 0 0 1 45.24 18.82l109.44 109.18a65.54 65.54 0 0 1 .45 92.48l-85.63 85.7a384 384 0 0 0 66.62 104.7l15.43 16.2a385.92 385.92 0 0 0 120.83 82.3l85.12-85.25a65.34 65.34 0 0 1 92.29-.51L804.6 664.9a65.54 65.54 0 0 1 0 92.92L703.55 858.88a113.8 113.8 0 0 1-86.4 32.96l-11.77-1.28c-125.9-20.74-250.63-87.74-351.43-188.42C153.35 601.28 86.4 476.48 65.54 350.6a113.28 113.28 0 0 1 31.61-98.17L198.4 151.3a65.07 65.07 0 0 1 37.12-18.63l9.86-.64zm-.64 74.75-96.64 96.45a41.28 41.28 0 0 0-11.59 35.2l.64 3.65c18.75 108.48 77.12 217.34 165.12 306.56l5.31 5.31c83.59 82.56 184.45 139.01 285.96 161.09l24.06 4.6a41.8 41.8 0 0 0 34.82-11.38l96.9-96.84-99.98-99.84-115.2 115.27-44.8-19.33a457.92 457.92 0 0 1-125.37-80.45L344.9 608.9a456.13 456.13 0 0 1-96.13-142.34l-19.2-44.8 115.07-115.33-99.97-99.71zm405.12-6.01a7.99 7.99 0 0 1 4.6 6.91v74.18L952 281.6a8.04 8.04 0 0 1 8 7.74v60.3a8 8 0 0 1-7.68 8l-297.98.18.12 74.12a8 8 0 0 1-12.8 6.4L499.84 326.4a8 8 0 0 1-.13-12.54l141.95-112.13a8 8 0 0 1 8.32-.9z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'call-back',
18
+ theme: 'outlined'
19
+ };
20
+ export default CallBackOutlined;
package/es/index.d.ts CHANGED
@@ -122,6 +122,7 @@ export { default as CalendarCheckFilled } from './asn/CalendarCheckFilled';
122
122
  export { default as CalendarCheckOutlined } from './asn/CalendarCheckOutlined';
123
123
  export { default as CalendarClockOutlined } from './asn/CalendarClockOutlined';
124
124
  export { default as CalendarOutlined } from './asn/CalendarOutlined';
125
+ export { default as CallBackOutlined } from './asn/CallBackOutlined';
125
126
  export { default as CallVideoFilled } from './asn/CallVideoFilled';
126
127
  export { default as CallVideoOutlined } from './asn/CallVideoOutlined';
127
128
  export { default as CameraFilled } from './asn/CameraFilled';
package/es/index.js CHANGED
@@ -123,6 +123,7 @@ export { default as CalendarCheckFilled } from "./asn/CalendarCheckFilled";
123
123
  export { default as CalendarCheckOutlined } from "./asn/CalendarCheckOutlined";
124
124
  export { default as CalendarClockOutlined } from "./asn/CalendarClockOutlined";
125
125
  export { default as CalendarOutlined } from "./asn/CalendarOutlined";
126
+ export { default as CallBackOutlined } from "./asn/CallBackOutlined";
126
127
  export { default as CallVideoFilled } from "./asn/CallVideoFilled";
127
128
  export { default as CallVideoOutlined } from "./asn/CallVideoOutlined";
128
129
  export { default as CameraFilled } from "./asn/CameraFilled";
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M245.38 132.03a64.66 64.66 0 0 1 45.24 18.82l109.44 109.18a65.54 65.54 0 0 1 .45 92.48l-85.63 85.7a384 384 0 0 0 66.62 104.7l15.43 16.2a385.92 385.92 0 0 0 120.83 82.3l85.12-85.25a65.34 65.34 0 0 1 92.29-.51L804.6 664.9a65.54 65.54 0 0 1 0 92.92L703.55 858.88a113.8 113.8 0 0 1-86.4 32.96l-11.77-1.28c-125.9-20.74-250.63-87.74-351.43-188.42C153.35 601.28 86.4 476.48 65.54 350.6a113.28 113.28 0 0 1 31.61-98.17L198.4 151.3a65.07 65.07 0 0 1 37.12-18.63l9.86-.64zm-.64 74.75-96.64 96.45a41.28 41.28 0 0 0-11.59 35.2l.64 3.65c18.75 108.48 77.12 217.34 165.12 306.56l5.31 5.31c83.59 82.56 184.45 139.01 285.96 161.09l24.06 4.6a41.8 41.8 0 0 0 34.82-11.38l96.9-96.84-99.98-99.84-115.2 115.27-44.8-19.33a457.92 457.92 0 0 1-125.37-80.45L344.9 608.9a456.13 456.13 0 0 1-96.13-142.34l-19.2-44.8 115.07-115.33-99.97-99.71zm405.12-6.01a7.99 7.99 0 0 1 4.6 6.91v74.18L952 281.6a8.04 8.04 0 0 1 8 7.74v60.3a8 8 0 0 1-7.68 8l-297.98.18.12 74.12a8 8 0 0 1-12.8 6.4L499.84 326.4a8 8 0 0 1-.13-12.54l141.95-112.13a8 8 0 0 1 8.32-.9z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M245.38 132.03a64.66 64.66 0 0 1 45.24 18.82l109.44 109.18a65.54 65.54 0 0 1 .45 92.48l-85.63 85.7a384 384 0 0 0 66.62 104.7l15.43 16.2a385.92 385.92 0 0 0 120.83 82.3l85.12-85.25a65.34 65.34 0 0 1 92.29-.51L804.6 664.9a65.54 65.54 0 0 1 0 92.92L703.55 858.88a113.8 113.8 0 0 1-86.4 32.96l-11.77-1.28c-125.9-20.74-250.63-87.74-351.43-188.42C153.35 601.28 86.4 476.48 65.54 350.6a113.28 113.28 0 0 1 31.61-98.17L198.4 151.3a65.07 65.07 0 0 1 37.12-18.63l9.86-.64zm-.64 74.75-96.64 96.45a41.28 41.28 0 0 0-11.59 35.2l.64 3.65c18.75 108.48 77.12 217.34 165.12 306.56l5.31 5.31c83.59 82.56 184.45 139.01 285.96 161.09l24.06 4.6a41.8 41.8 0 0 0 34.82-11.38l96.9-96.84-99.98-99.84-115.2 115.27-44.8-19.33a457.92 457.92 0 0 1-125.37-80.45L344.9 608.9a456.13 456.13 0 0 1-96.13-142.34l-19.2-44.8 115.07-115.33-99.97-99.71zm405.12-6.01a7.99 7.99 0 0 1 4.6 6.91v74.18L952 281.6a8.04 8.04 0 0 1 8 7.74v60.3a8 8 0 0 1-7.68 8l-297.98.18.12 74.12a8 8 0 0 1-12.8 6.4L499.84 326.4a8 8 0 0 1-.13-12.54l141.95-112.13a8 8 0 0 1 8.32-.9z" /></svg>
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const CallBackOutlined: IconDefinition;
3
+ export default CallBackOutlined;
@@ -0,0 +1,41 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/asn/CallBackOutlined.ts
20
+ var CallBackOutlined_exports = {};
21
+ __export(CallBackOutlined_exports, {
22
+ default: () => CallBackOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(CallBackOutlined_exports);
25
+ var CallBackOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ d: "M245.38 132.03a64.66 64.66 0 0 1 45.24 18.82l109.44 109.18a65.54 65.54 0 0 1 .45 92.48l-85.63 85.7a384 384 0 0 0 66.62 104.7l15.43 16.2a385.92 385.92 0 0 0 120.83 82.3l85.12-85.25a65.34 65.34 0 0 1 92.29-.51L804.6 664.9a65.54 65.54 0 0 1 0 92.92L703.55 858.88a113.8 113.8 0 0 1-86.4 32.96l-11.77-1.28c-125.9-20.74-250.63-87.74-351.43-188.42C153.35 601.28 86.4 476.48 65.54 350.6a113.28 113.28 0 0 1 31.61-98.17L198.4 151.3a65.07 65.07 0 0 1 37.12-18.63l9.86-.64zm-.64 74.75-96.64 96.45a41.28 41.28 0 0 0-11.59 35.2l.64 3.65c18.75 108.48 77.12 217.34 165.12 306.56l5.31 5.31c83.59 82.56 184.45 139.01 285.96 161.09l24.06 4.6a41.8 41.8 0 0 0 34.82-11.38l96.9-96.84-99.98-99.84-115.2 115.27-44.8-19.33a457.92 457.92 0 0 1-125.37-80.45L344.9 608.9a456.13 456.13 0 0 1-96.13-142.34l-19.2-44.8 115.07-115.33-99.97-99.71zm405.12-6.01a7.99 7.99 0 0 1 4.6 6.91v74.18L952 281.6a8.04 8.04 0 0 1 8 7.74v60.3a8 8 0 0 1-7.68 8l-297.98.18.12 74.12a8 8 0 0 1-12.8 6.4L499.84 326.4a8 8 0 0 1-.13-12.54l141.95-112.13a8 8 0 0 1 8.32-.9z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "call-back",
39
+ theme: "outlined"
40
+ };
41
+ var CallBackOutlined_default = CallBackOutlined;
package/lib/index.d.ts CHANGED
@@ -122,6 +122,7 @@ export { default as CalendarCheckFilled } from './asn/CalendarCheckFilled';
122
122
  export { default as CalendarCheckOutlined } from './asn/CalendarCheckOutlined';
123
123
  export { default as CalendarClockOutlined } from './asn/CalendarClockOutlined';
124
124
  export { default as CalendarOutlined } from './asn/CalendarOutlined';
125
+ export { default as CallBackOutlined } from './asn/CallBackOutlined';
125
126
  export { default as CallVideoFilled } from './asn/CallVideoFilled';
126
127
  export { default as CallVideoOutlined } from './asn/CallVideoOutlined';
127
128
  export { default as CameraFilled } from './asn/CameraFilled';
package/lib/index.js CHANGED
@@ -153,6 +153,7 @@ __export(src_exports, {
153
153
  CalendarCheckOutlined: () => import_CalendarCheckOutlined.default,
154
154
  CalendarClockOutlined: () => import_CalendarClockOutlined.default,
155
155
  CalendarOutlined: () => import_CalendarOutlined.default,
156
+ CallBackOutlined: () => import_CallBackOutlined.default,
156
157
  CallVideoFilled: () => import_CallVideoFilled.default,
157
158
  CallVideoOutlined: () => import_CallVideoOutlined.default,
158
159
  CameraFilled: () => import_CameraFilled.default,
@@ -1237,6 +1238,7 @@ var import_CalendarCheckFilled = __toESM(require("./asn/CalendarCheckFilled"));
1237
1238
  var import_CalendarCheckOutlined = __toESM(require("./asn/CalendarCheckOutlined"));
1238
1239
  var import_CalendarClockOutlined = __toESM(require("./asn/CalendarClockOutlined"));
1239
1240
  var import_CalendarOutlined = __toESM(require("./asn/CalendarOutlined"));
1241
+ var import_CallBackOutlined = __toESM(require("./asn/CallBackOutlined"));
1240
1242
  var import_CallVideoFilled = __toESM(require("./asn/CallVideoFilled"));
1241
1243
  var import_CallVideoOutlined = __toESM(require("./asn/CallVideoOutlined"));
1242
1244
  var import_CameraFilled = __toESM(require("./asn/CameraFilled"));
@@ -2321,6 +2323,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2321
2323
  CalendarCheckOutlined,
2322
2324
  CalendarClockOutlined,
2323
2325
  CalendarOutlined,
2326
+ CallBackOutlined,
2324
2327
  CallVideoFilled,
2325
2328
  CallVideoOutlined,
2326
2329
  CameraFilled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons-svg",
3
- "version": "2.93.0",
3
+ "version": "2.94.0",
4
4
  "description": "sensoro design icons.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const CallBackOutlined: IconDefinition = {
5
+ icon: {
6
+ tag: 'svg',
7
+ attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
8
+ children: [
9
+ {
10
+ tag: 'path',
11
+ attrs: {
12
+ d: 'M245.38 132.03a64.66 64.66 0 0 1 45.24 18.82l109.44 109.18a65.54 65.54 0 0 1 .45 92.48l-85.63 85.7a384 384 0 0 0 66.62 104.7l15.43 16.2a385.92 385.92 0 0 0 120.83 82.3l85.12-85.25a65.34 65.34 0 0 1 92.29-.51L804.6 664.9a65.54 65.54 0 0 1 0 92.92L703.55 858.88a113.8 113.8 0 0 1-86.4 32.96l-11.77-1.28c-125.9-20.74-250.63-87.74-351.43-188.42C153.35 601.28 86.4 476.48 65.54 350.6a113.28 113.28 0 0 1 31.61-98.17L198.4 151.3a65.07 65.07 0 0 1 37.12-18.63l9.86-.64zm-.64 74.75-96.64 96.45a41.28 41.28 0 0 0-11.59 35.2l.64 3.65c18.75 108.48 77.12 217.34 165.12 306.56l5.31 5.31c83.59 82.56 184.45 139.01 285.96 161.09l24.06 4.6a41.8 41.8 0 0 0 34.82-11.38l96.9-96.84-99.98-99.84-115.2 115.27-44.8-19.33a457.92 457.92 0 0 1-125.37-80.45L344.9 608.9a456.13 456.13 0 0 1-96.13-142.34l-19.2-44.8 115.07-115.33-99.97-99.71zm405.12-6.01a7.99 7.99 0 0 1 4.6 6.91v74.18L952 281.6a8.04 8.04 0 0 1 8 7.74v60.3a8 8 0 0 1-7.68 8l-297.98.18.12 74.12a8 8 0 0 1-12.8 6.4L499.84 326.4a8 8 0 0 1-.13-12.54l141.95-112.13a8 8 0 0 1 8.32-.9z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'call-back',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default CallBackOutlined;
package/src/index.ts CHANGED
@@ -123,6 +123,7 @@ export { default as CalendarCheckFilled } from './asn/CalendarCheckFilled';
123
123
  export { default as CalendarCheckOutlined } from './asn/CalendarCheckOutlined';
124
124
  export { default as CalendarClockOutlined } from './asn/CalendarClockOutlined';
125
125
  export { default as CalendarOutlined } from './asn/CalendarOutlined';
126
+ export { default as CallBackOutlined } from './asn/CallBackOutlined';
126
127
  export { default as CallVideoFilled } from './asn/CallVideoFilled';
127
128
  export { default as CallVideoOutlined } from './asn/CallVideoOutlined';
128
129
  export { default as CameraFilled } from './asn/CameraFilled';