@planningcenter/icons 15.25.3 → 15.25.4

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/README.md CHANGED
@@ -31,8 +31,8 @@ Accessible, scaleable, cacheable, and standard SVG icons for [Planning Center](h
31
31
  # Development Scripts
32
32
 
33
33
  - `yarn build`: creates sprites/paths from SVGs & builds local documentation/reference page
34
- - `yarn start`: opens local documentation/reference page
35
- - `yarn storybook`: starts local Storybook instance
34
+ - `yarn start`: builds local documentation/reference page (at `http://localhost:1234` by default)
35
+ - `yarn storybook`: starts local Storybook instance (at `http://localhost:6006` by default)
36
36
  - `yarn deploy`: builds documentation and deploys to Github pages
37
37
 
38
38
  # Reference Guides
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@planningcenter/icons",
3
- "version": "15.25.3",
3
+ "version": "15.25.4",
4
4
  "description": "Planning Center Icons",
5
5
  "scripts": {
6
6
  "test": "jest",
7
- "start": "yarn build && parcel index.html --no-cache",
7
+ "start": "yarn build && parcel index.html --no-cache --open",
8
8
  "clean": "rm -rf paths sprites symbol",
9
9
  "build-symbol": "rollup -c rollup.config.js --bundleConfigAsCjs",
10
10
  "prebuild": "yarn clean && yarn build-symbol",
package/paths/services.js CHANGED
@@ -28,7 +28,7 @@ module.exports = {
28
28
  header: "M7.75763,2.99951c0.41421,0 0.75,0.33579 0.75,0.75v8.50119c0,0.4142 -0.33579,0.75 -0.75,0.75c-0.41421,0 -0.75,-0.3358 -0.75,-0.75v-3.50082h-4.17429v3.50092c0,0.4142 -0.33578,0.75 -0.75,0.75c-0.41421,0 -0.75,-0.3358 -0.75,-0.75v-8.50117c0,-0.41421 0.33579,-0.75 0.75,-0.75c0.41422,0 0.75,0.33579 0.75,0.75v3.50025h4.17429v-3.50037c0,-0.41421 0.33579,-0.75 0.75,-0.75zM12.7769,3.21412c0.1459,-0.05141 0.2971,-0.05499 0.4365,-0.01894c0.3288,0.07952 0.573,0.37574 0.573,0.72901v7.32511h0.5384c0.4142,0 0.75,0.3358 0.75,0.75c0,0.4142 -0.3358,0.75 -0.75,0.75h-2.78c-0.4142,0 -0.75,-0.3358 -0.75,-0.75c0,-0.4142 0.3358,-0.75 0.75,-0.75h0.7416v-6.27203l-0.6688,0.23561c-0.3906,0.13764 -0.8189,-0.0675 -0.9566,-0.45818c-0.1376,-0.39067 0.0675,-0.81896 0.4582,-0.95659z",
29
29
  headphones: "M9.40537,0.54541c3.95883,0 6.59463,3.20926 6.59463,7.16808v3.15401c0,0.3167 -0.2567,0.5734 -0.5734,0.5734h-0.5735c-0.3167,0 -0.5734,-0.2567 -0.5734,-0.5734v-3.15401c0,-3.0087 -1.8656,-5.44774 -4.87433,-5.44774h-2.8107c-3.00871,0 -4.8743,2.43904 -4.8743,5.44774v3.15401c0,0.3167 -0.25674,0.5734 -0.57345,0.5734h-0.57344c-0.31671,0 -0.57345,-0.2567 -0.57345,-0.5734v-3.15401c0,-3.95882 2.63581,-7.16808 6.59464,-7.16808zM2.26553,8.57369c0,-0.95012 0.77022,-1.72034 1.72034,-1.72034c0.95012,0 1.72034,0.77022 1.72034,1.72034v5.16101c0,0.9501 -0.77022,1.7204 -1.72034,1.7204c-0.95012,0 -1.72034,-0.7703 -1.72034,-1.7204zM13.7345,8.57369v5.16101c0,0.9501 -0.7703,1.7204 -1.7204,1.7204c-0.9501,0 -1.7203,-0.7703 -1.7203,-1.7204v-5.16101c0,-0.95012 0.7702,-1.72034 1.7203,-1.72034c0.9501,0 1.7204,0.77022 1.7204,1.72034z",
30
30
  house: "M2.4,14.8v-6.40005h-2.4l8,-7.2l8,7.2h-2.4v6.40005h-4v-4.80005h-3.2v4.80005z",
31
- image: "M12.5,12.5v-9h-9v9zM2,3c0,-0.55228 0.44772,-1 1,-1h10c0.5523,0 1,0.44772 1,1v10c0,0.5523 -0.4477,1 -1,1h-10c-0.55228,0 -1,-0.4477 -1,-1zM5,6.125c0,-0.62132 0.50368,-1.125 1.125,-1.125c0.62132,0 1.125,0.50368 1.125,1.125c0,0.62132 -0.50368,1.125 -1.125,1.125c-0.62132,0 -1.125,-0.50368 -1.125,-1.125zM5,11v-3.27273l2.09896,1.14489c0.08543,0.0466 0.19232,0.02009 0.24608,-0.06104l1.63554,-2.46818c0.0709,-0.107 0.22593,-0.11272 0.30453,-0.01125l1.71489,2.21376v2.45455z",
31
+ image: "M4,5.5c0,-0.82843 0.67157,-1.5 1.5,-1.5c0.82843,0 1.5,0.67157 1.5,1.5c0,0.82843 -0.67157,1.5 -1.5,1.5c-0.82843,0 -1.5,-0.67157 -1.5,-1.5zM4,12v-4.364l2.799,1.527c0.11404,0.06195 0.25652,0.02633 0.328,-0.082l2.18,-3.29c0.04451,-0.06715 0.11865,-0.10873 0.19915,-0.11171c0.0805,-0.00297 0.15751,0.03303 0.20685,0.09671l2.287,2.951v3.273zM0,1.333c0,-0.736 0.597,-1.333 1.333,-1.333h13.334c0.736,0 1.333,0.597 1.333,1.333v13.334c0,0.736 -0.597,1.333 -1.333,1.333h-13.334c-0.7362,0 -1.333,-0.5968 -1.333,-1.333zM14,14v-12h-12v12z",
32
32
  importExport: "M8,4l4,-4l4,4h-3.2v6.4h-1.6v-6.4zM3.2,12v-6.4h1.6v6.4h3.2l-4,4l-4,-4z",
33
33
  item: "M3,5.43066v-1.43066c0,-0.55228 0.44772,-1 1,-1h1.43057v1.5h-0.93057v0.93066zM4.5,9.3197h-1.5v-2.63904h1.5zM4.5,11.5h0.93057v1.5h-1.43057c-0.55228,0 -1,-0.4477 -1,-1v-1.4303h1.5zM9.31943,11.5v1.5h-2.63886v-1.5zM11.5,11.5v-0.9303h1.5v1.4303c0,0.5523 -0.4477,1 -1,1h-1.4306v-1.5zM11.5,6.68066h1.5v2.63904h-1.5zM11.5,4.5h-0.9306v-1.5h1.4306c0.5523,0 1,0.44772 1,1v1.43066h-1.5zM6.68057,4.5v-1.5h2.63886v1.5z",
34
34
  layout: "M0,0h7.11111v8.88889h-7.11111zM16,5.33333h-7.11111v-5.33333h7.11111zM5.33333,7.11111v-5.33333h-3.55555v5.33333zM14.2222,3.55556v-1.77778h-3.5555v1.77778zM10.6667,8.88889v5.33331h3.5555v-5.33331zM5.33333,14.2222v-1.7778h-3.55555v1.7778zM16,16h-7.11111v-8.88889h7.11111zM0,10.6667h7.11111v5.3333h-7.11111z",
@@ -56,7 +56,7 @@ export const headphones = "M9.40537,0.54541c3.95883,0 6.59463,3.20926 6.59463,7.
56
56
 
57
57
  export const house = "M2.4,14.8v-6.40005h-2.4l8,-7.2l8,7.2h-2.4v6.40005h-4v-4.80005h-3.2v4.80005z"
58
58
 
59
- export const image = "M12.5,12.5v-9h-9v9zM2,3c0,-0.55228 0.44772,-1 1,-1h10c0.5523,0 1,0.44772 1,1v10c0,0.5523 -0.4477,1 -1,1h-10c-0.55228,0 -1,-0.4477 -1,-1zM5,6.125c0,-0.62132 0.50368,-1.125 1.125,-1.125c0.62132,0 1.125,0.50368 1.125,1.125c0,0.62132 -0.50368,1.125 -1.125,1.125c-0.62132,0 -1.125,-0.50368 -1.125,-1.125zM5,11v-3.27273l2.09896,1.14489c0.08543,0.0466 0.19232,0.02009 0.24608,-0.06104l1.63554,-2.46818c0.0709,-0.107 0.22593,-0.11272 0.30453,-0.01125l1.71489,2.21376v2.45455z"
59
+ export const image = "M4,5.5c0,-0.82843 0.67157,-1.5 1.5,-1.5c0.82843,0 1.5,0.67157 1.5,1.5c0,0.82843 -0.67157,1.5 -1.5,1.5c-0.82843,0 -1.5,-0.67157 -1.5,-1.5zM4,12v-4.364l2.799,1.527c0.11404,0.06195 0.25652,0.02633 0.328,-0.082l2.18,-3.29c0.04451,-0.06715 0.11865,-0.10873 0.19915,-0.11171c0.0805,-0.00297 0.15751,0.03303 0.20685,0.09671l2.287,2.951v3.273zM0,1.333c0,-0.736 0.597,-1.333 1.333,-1.333h13.334c0.736,0 1.333,0.597 1.333,1.333v13.334c0,0.736 -0.597,1.333 -1.333,1.333h-13.334c-0.7362,0 -1.333,-0.5968 -1.333,-1.333zM14,14v-12h-12v12z"
60
60
 
61
61
  export const importExport = "M8,4l4,-4l4,4h-3.2v6.4h-1.6v-6.4zM3.2,12v-6.4h1.6v6.4h3.2l-4,4l-4,-4z"
62
62
 
@@ -117,7 +117,7 @@
117
117
  </symbol>
118
118
 
119
119
  <symbol id="image" viewBox="0 0 16 16">
120
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 12.5V3.5H12.5V12.5H3.5ZM2 3C2 2.44772 2.44772 2 3 2H13C13.5523 2 14 2.44772 14 3V13C14 13.5523 13.5523 14 13 14H3C2.44772 14 2 13.5523 2 13V3ZM6.125 7.25C6.74632 7.25 7.25 6.74632 7.25 6.125C7.25 5.50368 6.74632 5 6.125 5C5.50368 5 5 5.50368 5 6.125C5 6.74632 5.50368 7.25 6.125 7.25ZM11 11V8.54545L9.28511 6.33169C9.20651 6.23022 9.05148 6.23594 8.98058 6.34294L7.34504 8.81112C7.29128 8.89225 7.18439 8.91876 7.09896 8.87216L5 7.72727V11H11Z"/>
120
+ <path fill-rule="evenodd" d="M5.5 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z M12 12V8.727L9.713 5.776a.25.25 0 0 0-.406.015l-2.18 3.29a.25.25 0 0 1-.328.082L4 7.636V12h8Z M0 1.333C0 .597.597 0 1.333 0h13.334C15.403 0 16 .597 16 1.333v13.334c0 .736-.597 1.333-1.333 1.333H1.333A1.333 1.333 0 0 1 0 14.667V1.333ZM2 14V2h12v12H2Z" clip-rule="evenodd"/>
121
121
  </symbol>
122
122
 
123
123
  <symbol id="import-export" viewBox="0 0 16 16">
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 12.5V3.5H12.5V12.5H3.5ZM2 3C2 2.44772 2.44772 2 3 2H13C13.5523 2 14 2.44772 14 3V13C14 13.5523 13.5523 14 13 14H3C2.44772 14 2 13.5523 2 13V3ZM6.125 7.25C6.74632 7.25 7.25 6.74632 7.25 6.125C7.25 5.50368 6.74632 5 6.125 5C5.50368 5 5 5.50368 5 6.125C5 6.74632 5.50368 7.25 6.125 7.25ZM11 11V8.54545L9.28511 6.33169C9.20651 6.23022 9.05148 6.23594 8.98058 6.34294L7.34504 8.81112C7.29128 8.89225 7.18439 8.91876 7.09896 8.87216L5 7.72727V11H11Z" fill="black"/>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" d="M5.5 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z M12 12V8.727L9.713 5.776a.25.25 0 0 0-.406.015l-2.18 3.29a.25.25 0 0 1-.328.082L4 7.636V12h8Z M0 1.333C0 .597.597 0 1.333 0h13.334C15.403 0 16 .597 16 1.333v13.334c0 .736-.597 1.333-1.333 1.333H1.333A1.333 1.333 0 0 1 0 14.667V1.333ZM2 14V2h12v12H2Z" clip-rule="evenodd" fill="black"/>
3
3
  </svg>