@simplybusiness/icons 4.29.0 → 4.30.1

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
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.30.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 60fd0cc: Fix release dependencies tracking
8
+
9
+ ## 4.30.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 12bcd1c: Add building-circle-check icon
14
+ - ff20fe2: Add car-building icon
15
+
3
16
  ## 4.29.0
4
17
 
5
18
  ### Minor Changes
package/dist/cjs/index.js CHANGED
@@ -28,9 +28,11 @@ __export(index_exports, {
28
28
  briefcase: () => briefcase,
29
29
  broomWide: () => broomWide,
30
30
  buildingCircleArrowRight: () => buildingCircleArrowRight,
31
+ buildingCircleCheck: () => buildingCircleCheck,
31
32
  calendar: () => calendar,
32
33
  calendarClock: () => calendarClock,
33
34
  calendarDay: () => calendarDay,
35
+ carBuilding: () => carBuilding,
34
36
  chartMixedUpCircleDollar: () => chartMixedUpCircleDollar,
35
37
  chartUser: () => chartUser,
36
38
  chevronDown: () => chevronDown,
@@ -1115,3 +1117,23 @@ var city = {
1115
1117
  iconType: "fill",
1116
1118
  fill: "none"
1117
1119
  };
1120
+
1121
+ // src/carBuilding.tsx
1122
+ var carBuilding = {
1123
+ iconName: "car-building",
1124
+ width: 640,
1125
+ height: 512,
1126
+ svgPathData: "M48 48l256 0 0 80 48 0 0-80 0-48L304 0 48 0 0 0 0 48 0 432l0 48 48 0 144 0 0-48L48 432 48 48zM256 192l-64 0 0 47.7 56.7 .4 1.8 0 5.5-15.9 0-32.2zM160 96L96 96l0 64 64 0 0-64zm32 0l0 64 64 0 0-64-64 0zm-32 96l-64 0 0 64 64 0 0-64zm0 96l-64 0 0 64 64 0 0-64zM311.1 160l-5.7 15.9L271.1 272 224 272l0 48 0 80 0 16 0 32 0 64 48 0 0-64 320 0 0 64 48 0 0-64 0-32 0-16 0-80 0-48-47.1 0-34.3-96.1L552.9 160 536 160l-208 0-16.9 0zM576.6 320l15.4 0 0 80-320 0 0-80 15.4 0c.4 0 .7 0 1.1 0l286.9 0c.4 0 .7 0 1.1 0zM519.1 208l22.9 64-219.9 0 22.9-64 174.2 0zM336 384a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm216-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z",
1127
+ iconType: "fill",
1128
+ fill: "none"
1129
+ };
1130
+
1131
+ // src/buildingCircleCheck.tsx
1132
+ var buildingCircleCheck = {
1133
+ iconName: "building-circle-check",
1134
+ width: 640,
1135
+ height: 512,
1136
+ svgPathData: "M48 48l288 0 0 246.6c11.1-24.3 27.7-45.5 48-62.3L384 48l0-48L336 0 48 0 0 0 0 48 0 464l0 48 48 0 288 0 48 0 0-8.2c-20.3-16.8-36.9-38.1-48-62.3l0 22.6-96 0 0-112-96 0 0 112-96 0L48 48zM88 88l0 80 80 0 0-80L88 88zm208 0l-80 0 0 80 80 0 0-80zM88 216l0 80 80 0 0-80-80 0zm208 0l-80 0 0 80 80 0 0-80zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-65.4-32l-11.3 11.3-72 72L480 430.6l-11.3-11.3-40-40L417.4 368 440 345.4l11.3 11.3L480 385.4l60.7-60.7L552 313.4 574.6 336z",
1137
+ iconType: "fill",
1138
+ fill: "none"
1139
+ };