@phill-component/icons 0.1.14 → 0.2.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.
Files changed (58) hide show
  1. package/dist/image/png/calendar.png +0 -0
  2. package/dist/image/png/file_fold.png +0 -0
  3. package/dist/image/png/home.png +0 -0
  4. package/dist/image/png/setting.png +0 -0
  5. package/dist/image/png/task.png +0 -0
  6. package/dist/image/png/to_landscape.png +0 -0
  7. package/dist/image/svg/calendar.svg +1 -0
  8. package/dist/image/svg/file_fold.svg +1 -0
  9. package/dist/image/svg/home.svg +1 -0
  10. package/dist/image/svg/setting.svg +1 -0
  11. package/dist/image/svg/task.svg +1 -0
  12. package/dist/image/svg/to_landscape.svg +1 -0
  13. package/dist/mobile/uvue/Calendar.uvue +66 -0
  14. package/dist/mobile/uvue/FileFold.uvue +66 -0
  15. package/dist/mobile/uvue/Home.uvue +66 -0
  16. package/dist/mobile/uvue/Setting.uvue +66 -0
  17. package/dist/mobile/uvue/Task.uvue +66 -0
  18. package/dist/mobile/uvue/ToLandscape.uvue +66 -0
  19. package/dist/mobile/uvue/index.uts +6 -0
  20. package/dist/mobile/vue/Calendar.vue +62 -0
  21. package/dist/mobile/vue/FileFold.vue +62 -0
  22. package/dist/mobile/vue/Home.vue +62 -0
  23. package/dist/mobile/vue/Setting.vue +62 -0
  24. package/dist/mobile/vue/Task.vue +62 -0
  25. package/dist/mobile/vue/ToLandscape.vue +62 -0
  26. package/dist/mobile/vue/index.js +6 -0
  27. package/dist/web/vue/Calendar.vue +57 -0
  28. package/dist/web/vue/FileFold.vue +57 -0
  29. package/dist/web/vue/Home.vue +57 -0
  30. package/dist/web/vue/Setting.vue +57 -0
  31. package/dist/web/vue/Task.vue +57 -0
  32. package/dist/web/vue/ToLandscape.vue +57 -0
  33. package/dist/web/vue/index.js +6 -0
  34. package/package.json +1 -1
  35. package/scripts/build.js +68 -96
  36. package/scripts/templates/mobile.uvue.tpl +66 -0
  37. package/scripts/templates/mobile.vue.tpl +62 -0
  38. package/scripts/templates/web.vue.tpl +57 -0
  39. package/dist/index.js +0 -6
  40. package/dist/uniapp/icons-custom.json +0 -8
  41. package/dist/uniapp/icons-generated.js +0 -7
  42. package/dist/uniapp/icons-generated.uts +0 -7
  43. package/dist/uniapp/icons-multicolor.json +0 -3
  44. package/dist/uniapp/icons-svg.js +0 -6
  45. package/dist/uniapp/images/success-color.svg +0 -1
  46. package/dist/uniapp/upicon-custom.d.ts +0 -10
  47. package/dist/uniapp/upicon-custom.eot +0 -0
  48. package/dist/uniapp/upicon-custom.svg +0 -27
  49. package/dist/uniapp/upicon-custom.symbol.svg +0 -5
  50. package/dist/uniapp/upicon-custom.ttf +0 -0
  51. package/dist/uniapp/upicon-custom.woff +0 -0
  52. package/dist/uniapp/upicon-custom.woff2 +0 -0
  53. package/dist/vue/CloseCircle.vue +0 -20
  54. package/dist/vue/Home.vue +0 -20
  55. package/dist/vue/SuccessColor.vue +0 -20
  56. package/dist/vue//345/217/263/347/256/255/345/244/264.vue +0 -20
  57. package/dist/vue//345/272/227/351/223/272.vue +0 -20
  58. package/dist/vue//345/274/200/351/200/232/346/234/215/345/212/241.vue +0 -20
Binary file
@@ -1,20 +0,0 @@
1
- <template>
2
- <svg
3
- viewBox="0 0 24 24"
4
- :width="size"
5
- :height="size"
6
- :fill="multi ? 'none' : color"
7
- xmlns="http://www.w3.org/2000/svg"
8
- v-bind="$attrs"
9
- >
10
- <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12z"/>
11
- </svg>
12
- </template>
13
-
14
- <script setup>
15
- defineProps({
16
- size: { type: [String, Number], default: '1em' },
17
- color: { type: String, default: 'currentColor' },
18
- multi: { type: Boolean, default: false }
19
- });
20
- </script>
package/dist/vue/Home.vue DELETED
@@ -1,20 +0,0 @@
1
- <template>
2
- <svg
3
- viewBox="0 0 24 24"
4
- :width="size"
5
- :height="size"
6
- :fill="multi ? 'none' : color"
7
- xmlns="http://www.w3.org/2000/svg"
8
- v-bind="$attrs"
9
- >
10
- <path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/>
11
- </svg>
12
- </template>
13
-
14
- <script setup>
15
- defineProps({
16
- size: { type: [String, Number], default: '1em' },
17
- color: { type: String, default: 'currentColor' },
18
- multi: { type: Boolean, default: false }
19
- });
20
- </script>
@@ -1,20 +0,0 @@
1
- <template>
2
- <svg
3
- viewBox="0 0 24 24"
4
- :width="size"
5
- :height="size"
6
- :fill="multi ? 'none' : color"
7
- xmlns="http://www.w3.org/2000/svg"
8
- v-bind="$attrs"
9
- >
10
- <circle cx="12" cy="12" r="10" fill="#42b883"/><path fill="none" stroke="#fff" stroke-width="2" d="m17 8-7 7-3-3"/>
11
- </svg>
12
- </template>
13
-
14
- <script setup>
15
- defineProps({
16
- size: { type: [String, Number], default: '1em' },
17
- color: { type: String, default: 'currentColor' },
18
- multi: { type: Boolean, default: true }
19
- });
20
- </script>
@@ -1,20 +0,0 @@
1
- <template>
2
- <svg
3
- viewBox="0 0 24 24"
4
- :width="size"
5
- :height="size"
6
- :fill="multi ? 'none' : color"
7
- xmlns="http://www.w3.org/2000/svg"
8
- v-bind="$attrs"
9
- >
10
- <path d="m739.84 476.16-384-384c-20.48-20.48-51.2-20.48-71.68 0s-20.48 51.2 0 71.68L632.32 512 284.16 860.16c-20.48 20.48-20.48 51.2 0 71.68C294.4 942.08 307.2 947.2 320 947.2s25.6-5.12 35.84-15.36l384-384c20.48-20.48 20.48-51.2 0-71.68"/>
11
- </svg>
12
- </template>
13
-
14
- <script setup>
15
- defineProps({
16
- size: { type: [String, Number], default: '1em' },
17
- color: { type: String, default: 'currentColor' },
18
- multi: { type: Boolean, default: false }
19
- });
20
- </script>
@@ -1,20 +0,0 @@
1
- <template>
2
- <svg
3
- viewBox="0 0 24 24"
4
- :width="size"
5
- :height="size"
6
- :fill="multi ? 'none' : color"
7
- xmlns="http://www.w3.org/2000/svg"
8
- v-bind="$attrs"
9
- >
10
- <path fill="currentColor" d="M821.91 85.333c12.842 0 22.485 6.4 28.906 16l105.963 204.8c2.645 5.227 3.114 19.051 3.2 25.643l.021 86.357c0 80-67.435 147.2-147.733 147.2h-41.75c-48.17 0-86.698-16-112.405-41.6-25.685 28.8-70.635 44.8-125.227 44.8h-41.749c-54.613 0-99.563-16-125.248-44.8-25.707 28.8-64.235 44.8-112.427 44.8h-41.706c-80.342 0-147.755-67.2-147.755-147.2v-81.28c.043-4.842.32-17.706 3.2-24.32l83.52-208c3.2-12.8 16.043-22.4 28.885-22.4zm-18.326 64h-600.64l-74.773 186.24-.107 1.707-.064 2.773v81.28c0 44.587 38.741 83.2 83.733 83.2h41.75c30.144 0 51.413-8.554 64.64-23.402l47.765-53.547 47.744 53.547c12.117 13.589 39.616 23.402 77.504 23.402h41.75c37.866 0 65.365-9.813 77.482-23.402l45.013-50.475 47.915 47.744c14.293 14.23 37.12 22.933 67.221 22.933h41.75c45.013 0 83.733-38.613 83.733-83.2v-83.2l-.021-3.477-.171-3.904zm64.235 451.307a32 32 0 0 1 32 32V832a96 96 0 0 1-96 96H221.14a96 96 0 0 1-96-96V632.64a32 32 0 0 1 64 0V832a32 32 0 0 0 32 32H803.82a32 32 0 0 0 32-32V632.64a32 32 0 0 1 32-32"/><path fill="currentColor" d="M910.507 288v64H83.52v-64z"/>
11
- </svg>
12
- </template>
13
-
14
- <script setup>
15
- defineProps({
16
- size: { type: [String, Number], default: '1em' },
17
- color: { type: String, default: 'currentColor' },
18
- multi: { type: Boolean, default: false }
19
- });
20
- </script>
@@ -1,20 +0,0 @@
1
- <template>
2
- <svg
3
- viewBox="0 0 24 24"
4
- :width="size"
5
- :height="size"
6
- :fill="multi ? 'none' : color"
7
- xmlns="http://www.w3.org/2000/svg"
8
- v-bind="$attrs"
9
- >
10
- <path fill="currentColor" d="M512 74.667c241.536 0 437.333 195.797 437.333 437.333S753.536 949.333 512 949.333a436.1 436.1 0 0 1-242.987-73.685 32 32 0 1 1 35.584-53.163A372.1 372.1 0 0 0 512 885.333c206.187 0 373.333-167.146 373.333-373.333S718.187 138.667 512 138.667 138.667 305.813 138.667 512a372.1 372.1 0 0 0 62.848 207.403 32 32 0 0 1-53.163 35.605A436.1 436.1 0 0 1 74.667 512C74.667 270.443 270.464 74.645 512 74.645z"/><path fill="currentColor" d="M694.315 419.072a32 32 0 0 1 43.221 47.21L540.8 646.38a117.333 117.333 0 0 1-161.344-2.731l-83.093-81.43a32 32 0 1 1 44.8-45.717l83.093 81.43a53.333 53.333 0 0 0 73.344 1.237z"/>
11
- </svg>
12
- </template>
13
-
14
- <script setup>
15
- defineProps({
16
- size: { type: [String, Number], default: '1em' },
17
- color: { type: String, default: 'currentColor' },
18
- multi: { type: Boolean, default: false }
19
- });
20
- </script>