@planningcenter/icons 14.0.0-alpha.1 → 14.0.0-alpha.2
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/package.json +1 -1
- package/paths/tapestry.js +0 -22
- package/sprites/tapestry.svg +0 -44
- package/svg/tapestry/arrow-down.svg +0 -3
- package/svg/tapestry/arrow-up.svg +0 -3
- package/svg/tapestry/caret-down.svg +0 -3
- package/svg/tapestry/caret-grow.svg +0 -3
- package/svg/tapestry/caret-left.svg +0 -3
- package/svg/tapestry/caret-right.svg +0 -3
- package/svg/tapestry/caret-shrink.svg +0 -3
- package/svg/tapestry/caret-up.svg +0 -3
- package/svg/tapestry/chevron-grow.svg +0 -3
- package/svg/tapestry/chevron-shrink.svg +0 -3
- package/svg/tapestry/filter.svg +0 -3
package/package.json
CHANGED
package/paths/tapestry.js
CHANGED
|
@@ -1,33 +1,11 @@
|
|
|
1
|
-
export const arrowDown = "M3 6L8 11L13 6H3Z";
|
|
2
|
-
|
|
3
|
-
export const arrowUp = "M3 11L8 6L13 11H3Z";
|
|
4
|
-
|
|
5
|
-
export const caretDown = "M11.825 5L8 8.81667L4.175 5L3 6.175L8 11.175L13 6.175L11.825 5Z";
|
|
6
|
-
|
|
7
|
-
export const caretGrow = "M10.6667 5.16076L13.4844 8.00003L10.6667 10.8393L11.92 12.1022L16 8.00003L11.92 3.88892L10.6667 5.16076ZM5.33333 10.8393L2.51556 8.00003L5.33333 5.16076L4.08 3.89787L0 8.00003L4.08 12.1111L5.33333 10.8393Z";
|
|
8
|
-
|
|
9
|
-
export const caretLeft = "M11.175 4.175L10 3L5 8L10 13L11.175 11.825L7.35833 8L11.175 4.175Z";
|
|
10
|
-
|
|
11
|
-
export const caretRight = "M6.175 3L5 4.175L8.81667 8L5 11.825L6.175 13L11.175 8L6.175 3Z";
|
|
12
|
-
|
|
13
|
-
export const caretShrink = "M6 8L1.41 3.375L0 4.80583L3.17 8L0 11.1942L1.41 12.6149L6 8ZM10 8L14.59 12.625L16 11.1942L12.83 8L16 4.80583L14.59 3.375L10 8Z";
|
|
14
|
-
|
|
15
|
-
export const caretUp = "M8 5L3 10L4.175 11.175L8 7.35833L11.825 11.175L13 10L8 5Z";
|
|
16
|
-
|
|
17
1
|
export const checkbox0 = "M13.4444 1H2.55556C1.7 1 1 1.7 1 2.55556V13.4444C1 14.3 1.7 15 2.55556 15H13.4444C14.3 15 15 14.3 15 13.4444V2.55556C15 1.7 14.3 1 13.4444 1Z";
|
|
18
2
|
|
|
19
3
|
export const checkbox1 = "M12 9H4V7H12V9Z";
|
|
20
4
|
|
|
21
5
|
export const checkbox2 = "M6.57143 12L3 8.16123L4.00714 7.07869L6.57143 9.82726L11.9929 4L13 5.09021L6.57143 12Z";
|
|
22
6
|
|
|
23
|
-
export const chevronGrow = "M10.6667 5.16076L13.4844 8.00003L10.6667 10.8393L11.92 12.1022L16 8.00003L11.92 3.88892L10.6667 5.16076ZM5.33333 10.8393L2.51556 8.00003L5.33333 5.16076L4.08 3.89787L0 8.00003L4.08 12.1111L5.33333 10.8393Z";
|
|
24
|
-
|
|
25
|
-
export const chevronShrink = "M6 8L1.41 3.375L0 4.80583L3.17 8L0 11.1942L1.41 12.6149L6 8ZM10 8L14.59 12.625L16 11.1942L12.83 8L16 4.80583L14.59 3.375L10 8Z";
|
|
26
|
-
|
|
27
7
|
export const downChevron = "M11.825 5L8 8.81667L4.175 5L3 6.175L8 11.175L13 6.175L11.825 5Z";
|
|
28
8
|
|
|
29
|
-
export const filter = "M6.22222 13.3334H9.77778V11.5556H6.22222V13.3334ZM0 2.66675V4.44453H16V2.66675H0ZM2.66667 8.88897H13.3333V7.11119H2.66667V8.88897Z";
|
|
30
|
-
|
|
31
9
|
export const leftChevron = "M11.175 4.175L10 3L5 8L10 13L11.175 11.825L7.35833 8L11.175 4.175Z";
|
|
32
10
|
|
|
33
11
|
export const radio0 = "M8 1C4.136 1 1 4.136 1 8C1 11.864 4.136 15 8 15C11.864 15 15 11.864 15 8C15 4.136 11.864 1 8 1Z";
|
package/sprites/tapestry.svg
CHANGED
|
@@ -1,37 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
2
2
|
|
|
3
|
-
<symbol id="arrow-down" viewBox="0 0 16 16">
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 6L8 11L13 6H3Z"></path>
|
|
5
|
-
</symbol>
|
|
6
|
-
|
|
7
|
-
<symbol id="arrow-up" viewBox="0 0 16 16">
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 11L8 6L13 11H3Z"></path>
|
|
9
|
-
</symbol>
|
|
10
|
-
|
|
11
|
-
<symbol id="caret-down" viewBox="0 0 16 16">
|
|
12
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.825 5L8 8.81667L4.175 5L3 6.175L8 11.175L13 6.175L11.825 5Z"></path>
|
|
13
|
-
</symbol>
|
|
14
|
-
|
|
15
|
-
<symbol id="caret-grow" viewBox="0 0 16 16">
|
|
16
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.6667 5.16076L13.4844 8.00003L10.6667 10.8393L11.92 12.1022L16 8.00003L11.92 3.88892L10.6667 5.16076ZM5.33333 10.8393L2.51556 8.00003L5.33333 5.16076L4.08 3.89787L0 8.00003L4.08 12.1111L5.33333 10.8393Z"></path>
|
|
17
|
-
</symbol>
|
|
18
|
-
|
|
19
|
-
<symbol id="caret-left" viewBox="0 0 16 16">
|
|
20
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.175 4.175L10 3L5 8L10 13L11.175 11.825L7.35833 8L11.175 4.175Z"></path>
|
|
21
|
-
</symbol>
|
|
22
|
-
|
|
23
|
-
<symbol id="caret-right" viewBox="0 0 16 16">
|
|
24
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.175 3L5 4.175L8.81667 8L5 11.825L6.175 13L11.175 8L6.175 3Z"></path>
|
|
25
|
-
</symbol>
|
|
26
|
-
|
|
27
|
-
<symbol id="caret-shrink" viewBox="0 0 16 16">
|
|
28
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 8L1.41 3.375L0 4.80583L3.17 8L0 11.1942L1.41 12.6149L6 8ZM10 8L14.59 12.625L16 11.1942L12.83 8L16 4.80583L14.59 3.375L10 8Z"></path>
|
|
29
|
-
</symbol>
|
|
30
|
-
|
|
31
|
-
<symbol id="caret-up" viewBox="0 0 16 16">
|
|
32
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 5L3 10L4.175 11.175L8 7.35833L11.825 11.175L13 10L8 5Z"></path>
|
|
33
|
-
</symbol>
|
|
34
|
-
|
|
35
3
|
<symbol id="checkbox-0" viewBox="0 0 16 16">
|
|
36
4
|
<path d="M13.4444 1H2.55556C1.7 1 1 1.7 1 2.55556V13.4444C1 14.3 1.7 15 2.55556 15H13.4444C14.3 15 15 14.3 15 13.4444V2.55556C15 1.7 14.3 1 13.4444 1Z"></path>
|
|
37
5
|
</symbol>
|
|
@@ -44,22 +12,10 @@
|
|
|
44
12
|
<path d="M6.57143 12L3 8.16123L4.00714 7.07869L6.57143 9.82726L11.9929 4L13 5.09021L6.57143 12Z"></path>
|
|
45
13
|
</symbol>
|
|
46
14
|
|
|
47
|
-
<symbol id="chevron-grow" viewBox="0 0 16 16">
|
|
48
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.6667 5.16076L13.4844 8.00003L10.6667 10.8393L11.92 12.1022L16 8.00003L11.92 3.88892L10.6667 5.16076ZM5.33333 10.8393L2.51556 8.00003L5.33333 5.16076L4.08 3.89787L0 8.00003L4.08 12.1111L5.33333 10.8393Z"></path>
|
|
49
|
-
</symbol>
|
|
50
|
-
|
|
51
|
-
<symbol id="chevron-shrink" viewBox="0 0 16 16">
|
|
52
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 8L1.41 3.375L0 4.80583L3.17 8L0 11.1942L1.41 12.6149L6 8ZM10 8L14.59 12.625L16 11.1942L12.83 8L16 4.80583L14.59 3.375L10 8Z"></path>
|
|
53
|
-
</symbol>
|
|
54
|
-
|
|
55
15
|
<symbol id="down-chevron" viewBox="0 0 16 16">
|
|
56
16
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.825 5L8 8.81667L4.175 5L3 6.175L8 11.175L13 6.175L11.825 5Z"></path>
|
|
57
17
|
</symbol>
|
|
58
18
|
|
|
59
|
-
<symbol id="filter" viewBox="0 0 16 16">
|
|
60
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.22222 13.3334H9.77778V11.5556H6.22222V13.3334ZM0 2.66675V4.44453H16V2.66675H0ZM2.66667 8.88897H13.3333V7.11119H2.66667V8.88897Z"></path>
|
|
61
|
-
</symbol>
|
|
62
|
-
|
|
63
19
|
<symbol id="left-chevron" viewBox="0 0 16 16">
|
|
64
20
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.175 4.175L10 3L5 8L10 13L11.175 11.825L7.35833 8L11.175 4.175Z"></path>
|
|
65
21
|
</symbol>
|
|
@@ -1,3 +0,0 @@
|
|
|
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="M10.6667 5.16076L13.4844 8.00003L10.6667 10.8393L11.92 12.1022L16 8.00003L11.92 3.88892L10.6667 5.16076ZM5.33333 10.8393L2.51556 8.00003L5.33333 5.16076L4.08 3.89787L0 8.00003L4.08 12.1111L5.33333 10.8393Z" fill="black"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
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="M6 8L1.41 3.375L0 4.80583L3.17 8L0 11.1942L1.41 12.6149L6 8ZM10 8L14.59 12.625L16 11.1942L12.83 8L16 4.80583L14.59 3.375L10 8Z" fill="black"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
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="M10.6667 5.16076L13.4844 8.00003L10.6667 10.8393L11.92 12.1022L16 8.00003L11.92 3.88892L10.6667 5.16076ZM5.33333 10.8393L2.51556 8.00003L5.33333 5.16076L4.08 3.89787L0 8.00003L4.08 12.1111L5.33333 10.8393Z" fill="black"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
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="M6 8L1.41 3.375L0 4.80583L3.17 8L0 11.1942L1.41 12.6149L6 8ZM10 8L14.59 12.625L16 11.1942L12.83 8L16 4.80583L14.59 3.375L10 8Z" fill="black"/>
|
|
3
|
-
</svg>
|
package/svg/tapestry/filter.svg
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
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="M6.22222 13.3334H9.77778V11.5556H6.22222V13.3334ZM0 2.66675V4.44453H16V2.66675H0ZM2.66667 8.88897H13.3333V7.11119H2.66667V8.88897Z" fill="black"/>
|
|
3
|
-
</svg>
|