@simplybusiness/icons 3.11.0 → 3.12.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/CHANGELOG.md CHANGED
@@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
  ### Added
15
15
 
16
16
  - Add pencil icon. As requested by Thomas Mercer who is working on UK questionnaire via journey-components
17
+ - Add calendar-clock icon
18
+ - Add chart-mixed-up-circle-dollar icon
19
+ - Add circle-dollar icon
17
20
 
18
21
  ## [2.7.0] - 2022-05-27
19
22
 
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from "./types";
2
+ declare const calendarClock: IconDefinition;
3
+ export { calendarClock };
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.calendarClock = void 0;
4
+ const calendarClock = {
5
+ iconName: "calendar-clock",
6
+ width: 576,
7
+ height: 512,
8
+ svgPathData: "M152 0V24 64H296V24 0h48V24 64H448v80 48H432 400 288 48V464H284.5c12.3 18.8 28 35.1 46.3 48H48 0V464 192 144 64H104V24 0h48zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm160-80H416v16 64 16h16 48 16V352H480 448V304 288z",
9
+ iconType: "fill",
10
+ fill: "none",
11
+ };
12
+ exports.calendarClock = calendarClock;
13
+ //# sourceMappingURL=calendarClock.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendarClock.js","sourceRoot":"","sources":["../../src/calendarClock.tsx"],"names":[],"mappings":";;;AAEA,MAAM,aAAa,GAAmB;IACpC,QAAQ,EAAE,gBAAgB;IAC1B,KAAK,EAAE,GAAG;IACV,MAAM,EAAE,GAAG;IACX,WAAW,EACT,kOAAkO;IACpO,QAAQ,EAAE,MAAM;IAChB,IAAI,EAAE,MAAM;CACb,CAAC;AAEO,sCAAa"}
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from "./types";
2
+ declare const chartMixedUpCircleDollar: IconDefinition;
3
+ export { chartMixedUpCircleDollar };
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.chartMixedUpCircleDollar = void 0;
4
+ const chartMixedUpCircleDollar = {
5
+ iconName: "chart-mixed-up-circle-dollar",
6
+ width: 576,
7
+ height: 512,
8
+ svgPathData: "M384 0h24H520h24V24 136v24H496V136 81.9l-1 .8-160 128-15.1 12.1-15-12.2L191.3 118.3l-137 101L34.9 233.6 6.4 194.9l19.3-14.2 152-112 15-11 14.4 11.7 113 91.8L461.6 48H408 384V0zM200 264H184V440h16V264zm-16-40h16 40v40V440v40H200 184 144V440 264 224h40zM72 360H56v80H72V360zM56 320H72h40v40 80 40H72 56 16V440 360 320H56zm232 48a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm120.8-32.6c.6-.9 1.8-2.1 4.2-3.4c5.1-2.7 12.5-4.1 18.7-4c8.2 .1 17.1 1.8 26.4 4.1l15.5 3.9 7.7-31.1L465.9 301c-5.6-1.4-11.6-2.7-17.9-3.7V288 272H416v16 9.5c-6.1 1.2-12.3 3.2-18 6.3c-11.8 6.3-23 18.4-21.8 37.2c1 16 11.7 25.3 21.6 30.7c8.8 4.7 19.7 7.8 28.6 10.3l1.8 .5c10.3 2.9 17.9 5.2 23.2 8.3c4.5 2.7 4.7 4.2 4.7 5.6c.1 2.4-.5 3.7-1 4.5c-.6 1-1.8 2.2-4 3.3c-4.7 2.5-11.8 3.8-18.5 3.6c-9.5-.3-18.5-3.1-29.9-6.8c-1.9-.6-3.8-1.2-5.8-1.8l-15.3-4.8L372 425.2l15.3 4.8c1.6 .5 3.3 1 5 1.6l0 0 0 0c7 2.3 15.1 4.8 23.7 6.6v11.4 16h32v-16V438.7c6.2-1.1 12.5-3.1 18.3-6.2c12.1-6.5 22.3-18.7 21.7-36.9c-.5-16.2-10.3-26.3-20.5-32.3c-9.4-5.6-21.2-8.9-30.5-11.5l-.2 0c-10.4-2.9-18.3-5.2-23.9-8.2c-4.8-2.6-4.8-4-4.8-4.5l0-.1c-.1-1.9 .3-2.9 .8-3.6z",
9
+ iconType: "fill",
10
+ fill: "none",
11
+ };
12
+ exports.chartMixedUpCircleDollar = chartMixedUpCircleDollar;
13
+ //# sourceMappingURL=chartMixedUpCircleDollar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chartMixedUpCircleDollar.js","sourceRoot":"","sources":["../../src/chartMixedUpCircleDollar.tsx"],"names":[],"mappings":";;;AAEA,MAAM,wBAAwB,GAAmB;IAC/C,QAAQ,EAAE,8BAA8B;IACxC,KAAK,EAAE,GAAG;IACV,MAAM,EAAE,GAAG;IACX,WAAW,EACT,glCAAglC;IACllC,QAAQ,EAAE,MAAM;IAChB,IAAI,EAAE,MAAM;CACb,CAAC;AAEO,4DAAwB"}
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from "./types";
2
+ declare const circleDollar: IconDefinition;
3
+ export { circleDollar };
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.circleDollar = void 0;
4
+ const circleDollar = {
5
+ iconName: "circle-dollar",
6
+ width: 512,
7
+ height: 512,
8
+ svgPathData: "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM276.2 149.4c18.3 2.6 36.2 7 54.1 11.5l-10.5 41.9c-16.3-4.1-32.5-8.1-49.1-10.6c-16.4-2.4-30.1-.5-39.3 3.5c-11 4.7-18 16.2-6.3 23.7c8.5 5.4 21.5 9.2 39.4 14.3l.8 .2c15.6 4.4 35.5 10.1 50.4 20.3c19.4 13.3 28.5 34.9 24.2 58.1c-4.1 22.4-19.7 37.1-38.4 44.7c-7.8 3.2-16.3 5.2-25.2 6.2V400H233V361.1c-11.7-2.6-26.7-7.4-36.6-10.6l0 0c-6.6-2.1-13.1-4.2-19.7-6.2c-2.3-.7-4.5-1.4-6.8-2.1l12.9-41.2c2.2 .7 4.4 1.4 6.6 2.1c7.3 2.3 14.6 4.6 21.9 6.9l0 0c12.1 3.9 26.4 8.4 34.5 9.7c17 2.5 30.6 1 39.5-2.6c12-4.8 17.7-19.1 5.9-27.1c-10.1-6.9-22.6-10.3-34.5-13.5c-2.3-.6-4.5-1.2-6.8-1.9c-15.1-4.3-34-9.6-48.2-18.7c-19.5-12.5-29.4-33.3-25.2-56.4c3.9-21.5 19.9-35.8 37.8-43.5c5.8-2.5 12.1-4.4 18.6-5.7V112h43.2v37.4z",
9
+ iconType: "fill",
10
+ fill: "none",
11
+ };
12
+ exports.circleDollar = circleDollar;
13
+ //# sourceMappingURL=circleDollar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"circleDollar.js","sourceRoot":"","sources":["../../src/circleDollar.tsx"],"names":[],"mappings":";;;AAEA,MAAM,YAAY,GAAmB;IACnC,QAAQ,EAAE,eAAe;IACzB,KAAK,EAAE,GAAG;IACV,MAAM,EAAE,GAAG;IACX,WAAW,EACT,6xBAA6xB;IAC/xB,QAAQ,EAAE,MAAM;IAChB,IAAI,EAAE,MAAM;CACb,CAAC;AAEO,oCAAY"}
@@ -4,11 +4,14 @@ export * from "./buttonArrowLeft";
4
4
  export * from "./buttonArrowLeftActive";
5
5
  export * from "./buttonArrowRight";
6
6
  export * from "./buttonArrowRightActive";
7
+ export * from "./calendarClock";
8
+ export * from "./chartMixedUpCircleDollar";
7
9
  export * from "./chevronDown";
8
10
  export * from "./chevronLeft";
9
11
  export * from "./chevronRight";
10
12
  export * from "./chevronUp";
11
13
  export * from "./chevronUpDown";
14
+ export * from "./circleDollar";
12
15
  export * from "./cross";
13
16
  export * from "./ctaArrow";
14
17
  export * from "./dropdown";
package/dist/cjs/index.js CHANGED
@@ -18,11 +18,14 @@ __exportStar(require("./buttonArrowLeft"), exports);
18
18
  __exportStar(require("./buttonArrowLeftActive"), exports);
19
19
  __exportStar(require("./buttonArrowRight"), exports);
20
20
  __exportStar(require("./buttonArrowRightActive"), exports);
21
+ __exportStar(require("./calendarClock"), exports);
22
+ __exportStar(require("./chartMixedUpCircleDollar"), exports);
21
23
  __exportStar(require("./chevronDown"), exports);
22
24
  __exportStar(require("./chevronLeft"), exports);
23
25
  __exportStar(require("./chevronRight"), exports);
24
26
  __exportStar(require("./chevronUp"), exports);
25
27
  __exportStar(require("./chevronUpDown"), exports);
28
+ __exportStar(require("./circleDollar"), exports);
26
29
  __exportStar(require("./cross"), exports);
27
30
  __exportStar(require("./ctaArrow"), exports);
28
31
  __exportStar(require("./dropdown"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AA6CA,oDAAkC;AAClC,0DAAwC;AACxC,qDAAmC;AACnC,2DAAyC;AACzC,gDAA8B;AAC9B,gDAA8B;AAC9B,iDAA+B;AAC/B,8CAA4B;AAC5B,kDAAgC;AAChC,0CAAwB;AACxB,6CAA2B;AAC3B,6CAA2B;AAC3B,0CAAwB;AACxB,6CAA2B;AAC3B,8CAA4B;AAC5B,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,8CAA4B;AAC5B,6CAA2B;AAC3B,mDAAiC;AACjC,4CAA0B;AAC1B,yCAAuB;AACvB,0CAAwB;AACxB,2CAAyB;AACzB,2CAAyB;AACzB,yCAAuB;AACvB,iDAA+B;AAC/B,+CAA6B;AAC7B,uCAAqB;AACrB,2CAAyB;AACzB,mDAAiC;AACjC,yCAAuB;AACvB,4CAA0B;AAC1B,8CAA4B;AAC5B,yCAAuB;AACvB,4CAA0B;AAC1B,kDAAgC;AAChC,yCAAuB;AACvB,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AA6CA,oDAAkC;AAClC,0DAAwC;AACxC,qDAAmC;AACnC,2DAAyC;AACzC,kDAAgC;AAChC,6DAA2C;AAC3C,gDAA8B;AAC9B,gDAA8B;AAC9B,iDAA+B;AAC/B,8CAA4B;AAC5B,kDAAgC;AAChC,iDAA+B;AAC/B,0CAAwB;AACxB,6CAA2B;AAC3B,6CAA2B;AAC3B,0CAAwB;AACxB,6CAA2B;AAC3B,8CAA4B;AAC5B,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,8CAA4B;AAC5B,6CAA2B;AAC3B,mDAAiC;AACjC,4CAA0B;AAC1B,yCAAuB;AACvB,0CAAwB;AACxB,2CAAyB;AACzB,2CAAyB;AACzB,yCAAuB;AACvB,iDAA+B;AAC/B,+CAA6B;AAC7B,uCAAqB;AACrB,2CAAyB;AACzB,mDAAiC;AACjC,yCAAuB;AACvB,4CAA0B;AAC1B,8CAA4B;AAC5B,yCAAuB;AACvB,4CAA0B;AAC1B,kDAAgC;AAChC,yCAAuB;AACvB,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC"}