@synotech/icons 1.0.4 → 1.0.6

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/src/SyIcon.tsx ADDED
@@ -0,0 +1,11 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ const SvgSyIcon = (props: SVGProps<SVGSVGElement>) => (
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 283.5 283.5" {...props}>
5
+ <path
6
+ d="m135.4 96.7 43-18.5v-70l-127.9 55v69.9zM233 135l-88.7-34.8-92.5 33.4 91.3 36 89.9 35.3zM133.8 173.3l-83.3 32v69.9l181-69.7z"
7
+ className="sy-icon_svg__cls-1"
8
+ />
9
+ </svg>
10
+ )
11
+ export default SvgSyIcon
@@ -0,0 +1,13 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ const SvgSySynoptic = (props: SVGProps<SVGSVGElement>) => (
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 436 117.6" {...props}>
5
+ <path d="m343.8 66.5-7.7-3.1c-1.4 2.6-4 3.6-6.8 3.6-4.6 0-7.8-2.4-7.8-6.8s3.2-6.8 7.8-6.8c2.8 0 5.2.9 6.6 3.5l7.7-3.1c-2.1-3.9-6.8-7.3-14.4-7.3-10.1 0-16.4 5.2-16.4 13.7s6.3 13.7 16.4 13.7c7.7 0 12.5-3.4 14.6-7.4M275.6 65.4c-1.3.7-2.8 1.1-4.4 1.2-2.4 0-4.1-1.3-4.1-3.6v-9.2h9.7v-6.3h-9.7v-5.9h-9v5.9h-4.5v6.3h4.5v10.6c0 6.1 4.3 9.3 10.1 9.3 3.1 0 6.2-.8 8.9-2.5zM236.3 46.5c-10.1 0-16.6 5.2-16.6 13.6s6.4 13.7 16.6 13.7c10.1 0 16.5-5.2 16.5-13.7s-6.3-13.6-16.5-13.6m0 20.4c-4.6 0-7.9-2.3-7.9-6.8s3.3-6.8 7.9-6.8 7.9 2.3 7.9 6.8-3.3 6.8-7.9 6.8M193.5 72.8v-15c1.9-3.1 4.5-4.5 7.4-4.5 3.4 0 5.3 1.9 5.3 5.2v14.3h9V57.9c0-6.6-4-11.3-11.3-11.3-4.5 0-8.2 1.8-10.4 4.9v-4h-9v25.3zM172 47.5l-7.4 15.7-7.7-15.7h-9.3l12.6 23.9-5.8 10.5h9.1l17.6-34.4zM128.9 52.5c-5.7-.5-9.4-.7-9.4-2.9 0-2.3 4.5-2.9 8.3-2.9 5 0 9.3 1.1 12.8 3.6l4.6-5.8c-4.4-3.1-10.7-4.7-17.5-4.7-10.1 0-17.5 3.7-17.5 10.6 0 7.1 8.6 9.2 18.1 10 6.6.5 9.1 1.2 9.1 3.3s-2.7 3.1-8.2 3.1c-6.4 0-11.6-1.8-15.4-5l-4.8 5.7c5 4 11.9 6.2 20.1 6.2 11.6 0 17.7-4.5 17.7-11-.1-7.2-7.5-9.3-17.9-10.2M354.7 72.8v-15c1.9-3.1 4.5-4.5 7.4-4.5 3.4 0 5.3 1.9 5.3 5.2v14.3h9V57.9c0-6.6-4-11.3-11.3-11.3-4.5 0-8.2 1.8-10.4 4.9v-10h-9v31.3zM48.8 42.9 64 36.4z" />
6
+ <path
7
+ fill="#5FFF84"
8
+ d="M48.8 42.9 64 36.4V11.6L18.8 31.1v24.7zM83.3 56.4 52 44.1 19.3 56l32.3 12.7 31.7 12.4zM48.2 69.9 18.8 81.3V106l64-24.7z"
9
+ />
10
+ <path d="M307.6 62.5h3.1c.1-.8.2-1.6.2-2.4 0-8.5-6.4-13.7-16.6-13.7s-16.6 5.2-16.6 13.7 6.4 13.7 16.6 13.7c7.3 0 12.6-2.7 15.1-7.3l-8.3-2.5c-1.4 1.9-3.8 2.8-6.8 2.8-3.7 0-6.6-1.5-7.6-4.4h20.9zm-13.3-9.2c3.4 0 6.1 1.2 7.3 3.7H287c1.2-2.4 3.9-3.7 7.3-3.7" />
11
+ </svg>
12
+ )
13
+ export default SvgSySynoptic
@@ -0,0 +1,8 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ const SvgSySynopticText = (props: SVGProps<SVGSVGElement>) => (
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 270.5 46.7" {...props}>
5
+ <path d="m236.4 29.1-7.7-3.1c-1.4 2.6-4 3.6-6.8 3.6-4.6 0-7.8-2.4-7.8-6.8s3.2-6.8 7.8-6.8 5.2.9 6.6 3.5l7.7-3.1c-2.1-3.9-6.8-7.3-14.4-7.3s-16.4 5.2-16.4 13.7 6.3 13.7 16.4 13.7c7.7 0 12.5-3.4 14.6-7.4M168.2 28c-1.3.7-2.8 1.1-4.4 1.2-2.4 0-4.1-1.3-4.1-3.6v-9.2h9.7v-6.3h-9.7V4.2h-9v5.9h-4.5v6.3h4.5V27c0 6.1 4.3 9.3 10.1 9.3s6.2-.8 8.9-2.5zM128.9 9.1c-10.1 0-16.6 5.2-16.6 13.6s6.4 13.7 16.6 13.7 16.5-5.2 16.5-13.7-6.3-13.6-16.5-13.6m0 20.4c-4.6 0-7.9-2.3-7.9-6.8s3.3-6.8 7.9-6.8 7.9 2.3 7.9 6.8-3.3 6.8-7.9 6.8M86.1 35.4v-15c1.9-3.1 4.5-4.5 7.4-4.5s5.3 1.9 5.3 5.2v14.3h9V20.5c0-6.6-4-11.3-11.3-11.3s-8.2 1.8-10.4 4.9v-4h-9v25.3zM64.6 10.1l-7.4 15.7-7.7-15.7h-9.3L52.8 34 47 44.5h9.1l17.6-34.4zM21.5 15.1c-5.7-.5-9.4-.7-9.4-2.9s4.5-2.9 8.3-2.9 9.3 1.1 12.8 3.6l4.6-5.8C33.4 4 27.1 2.4 20.3 2.4 10.2 2.3 2.8 6 2.8 12.9s8.6 9.2 18.1 10c6.6.5 9.1 1.2 9.1 3.3s-2.7 3.1-8.2 3.1-11.6-1.8-15.4-5L1.6 30c5 4 11.9 6.2 20.1 6.2 11.6 0 17.7-4.5 17.7-11-.1-7.1-7.5-9.2-17.9-10.1M247.3 35.4v-15c1.9-3.1 4.5-4.5 7.4-4.5s5.3 1.9 5.3 5.2v14.3h9V20.5c0-6.6-4-11.3-11.3-11.3s-8.2 1.8-10.4 4.9v-10h-9v31.3zM200.2 25.1h3.1c.1-.8.2-1.6.2-2.4 0-8.5-6.4-13.7-16.6-13.7s-16.6 5.2-16.6 13.7 6.4 13.7 16.6 13.7 12.6-2.7 15.1-7.3l-8.3-2.5c-1.4 1.9-3.8 2.8-6.8 2.8s-6.6-1.5-7.6-4.4h20.9Zm-13.3-9.2c3.4 0 6.1 1.2 7.3 3.7h-14.6c1.2-2.4 3.9-3.7 7.3-3.7" />
6
+ </svg>
7
+ )
8
+ export default SvgSySynopticText
package/src/index.ts CHANGED
@@ -194,6 +194,7 @@ export { default as SyHeart } from './SyHeart'
194
194
  export { default as SyHide } from './SyHide'
195
195
  export { default as SyHierarchy } from './SyHierarchy'
196
196
  export { default as SyHome } from './SyHome'
197
+ export { default as SyIcon } from './SyIcon'
197
198
  export { default as SyIdentification } from './SyIdentification'
198
199
  export { default as SyImage } from './SyImage'
199
200
  export { default as SyImgBox } from './SyImgBox'
@@ -338,6 +339,8 @@ export { default as SySubttasks } from './SySubttasks'
338
339
  export { default as SySunlight } from './SySunlight'
339
340
  export { default as SySupport } from './SySupport'
340
341
  export { default as SySwap } from './SySwap'
342
+ export { default as SySynopticText } from './SySynopticText'
343
+ export { default as SySynoptic } from './SySynoptic'
341
344
  export { default as SySyotechAdd } from './SySyotechAdd'
342
345
  export { default as SyTarget } from './SyTarget'
343
346
  export { default as SyTech7X24H } from './SyTech7X24H'
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 283.5 283.5">
2
+ <polygon class="cls-1" points="135.4 96.7 178.4 78.2 178.4 8.2 50.5 63.2 50.5 133.1 135.4 96.7"/>
3
+ <polygon class="cls-1" points="233 135 144.3 100.2 51.8 133.6 143.1 169.6 233 204.9 233 135"/>
4
+ <polygon class="cls-1" points="133.8 173.3 50.5 205.3 50.5 275.2 231.5 205.5 133.8 173.3"/>
5
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 270.5 46.7">
2
+ <path d="M236.4,29.1l-7.7-3.1c-1.4,2.6-4,3.6-6.8,3.6-4.6,0-7.8-2.4-7.8-6.8s3.2-6.8,7.8-6.8,5.2.9,6.6,3.5l7.7-3.1c-2.1-3.9-6.8-7.3-14.4-7.3s-16.4,5.2-16.4,13.7,6.3,13.7,16.4,13.7c7.7,0,12.5-3.4,14.6-7.4Z"/>
3
+ <path d="M168.2,28c-1.3.7-2.8,1.1-4.4,1.2-2.4,0-4.1-1.3-4.1-3.6v-9.2h9.7v-6.3h-9.7v-5.9h-9v5.9h-4.5v6.3h4.5v10.6c0,6.1,4.3,9.3,10.1,9.3s6.2-.8,8.9-2.5l-1.5-5.8Z"/>
4
+ <path d="M128.9,9.1c-10.1,0-16.6,5.2-16.6,13.6s6.4,13.7,16.6,13.7,16.5-5.2,16.5-13.7-6.3-13.6-16.5-13.6ZM128.9,29.5c-4.6,0-7.9-2.3-7.9-6.8s3.3-6.8,7.9-6.8,7.9,2.3,7.9,6.8-3.3,6.8-7.9,6.8Z"/>
5
+ <path d="M86.1,35.4v-15c1.9-3.1,4.5-4.5,7.4-4.5s5.3,1.9,5.3,5.2v14.3h9v-14.9c0-6.6-4-11.3-11.3-11.3s-8.2,1.8-10.4,4.9v-4h-9v25.3h9Z"/>
6
+ <polygon points="64.6 10.1 57.2 25.8 49.5 10.1 40.2 10.1 52.8 34 47 44.5 56.1 44.5 73.7 10.1 64.6 10.1"/>
7
+ <path d="M21.5,15.1c-5.7-.5-9.4-.7-9.4-2.9s4.5-2.9,8.3-2.9,9.3,1.1,12.8,3.6l4.6-5.8c-4.4-3.1-10.7-4.7-17.5-4.7-10.1-.1-17.5,3.6-17.5,10.5s8.6,9.2,18.1,10c6.6.5,9.1,1.2,9.1,3.3s-2.7,3.1-8.2,3.1-11.6-1.8-15.4-5l-4.8,5.7c5,4,11.9,6.2,20.1,6.2,11.6,0,17.7-4.5,17.7-11-.1-7.1-7.5-9.2-17.9-10.1Z"/>
8
+ <path d="M247.3,35.4v-15c1.9-3.1,4.5-4.5,7.4-4.5s5.3,1.9,5.3,5.2v14.3h9v-14.9c0-6.6-4-11.3-11.3-11.3s-8.2,1.8-10.4,4.9V4.1h-9v31.3h9Z"/>
9
+ <path d="M200.2,25.1h3.1c.1-.8.2-1.6.2-2.4,0-8.5-6.4-13.7-16.6-13.7s-16.6,5.2-16.6,13.7,6.4,13.7,16.6,13.7,12.6-2.7,15.1-7.3l-8.3-2.5c-1.4,1.9-3.8,2.8-6.8,2.8s-6.6-1.5-7.6-4.4h20.9ZM186.9,15.9c3.4,0,6.1,1.2,7.3,3.7h-14.6c1.2-2.4,3.9-3.7,7.3-3.7Z"/>
10
+ </svg>
@@ -0,0 +1,23 @@
1
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 436 117.6">
2
+ <path d="M343.8,66.5l-7.7-3.1c-1.4,2.6-4,3.6-6.8,3.6c-4.6,0-7.8-2.4-7.8-6.8s3.2-6.8,7.8-6.8c2.8,0,5.2,0.9,6.6,3.5l7.7-3.1
3
+ c-2.1-3.9-6.8-7.3-14.4-7.3c-10.1,0-16.4,5.2-16.4,13.7s6.3,13.7,16.4,13.7C336.9,73.9,341.7,70.5,343.8,66.5z"/>
4
+ <path d="M275.6,65.4c-1.3,0.7-2.8,1.1-4.4,1.2c-2.4,0-4.1-1.3-4.1-3.6v-9.2h9.7v-6.3h-9.7v-5.9h-9v5.9h-4.5v6.3h4.5v10.6
5
+ c0,6.1,4.3,9.3,10.1,9.3c3.1,0,6.2-0.8,8.9-2.5L275.6,65.4z"/>
6
+ <path d="M236.3,46.5c-10.1,0-16.6,5.2-16.6,13.6s6.4,13.7,16.6,13.7c10.1,0,16.5-5.2,16.5-13.7S246.5,46.5,236.3,46.5z M236.3,66.9
7
+ c-4.6,0-7.9-2.3-7.9-6.8s3.3-6.8,7.9-6.8c4.6,0,7.9,2.3,7.9,6.8S240.9,66.9,236.3,66.9z"/>
8
+ <path d="M193.5,72.8v-15c1.9-3.1,4.5-4.5,7.4-4.5c3.4,0,5.3,1.9,5.3,5.2v14.3h9V57.9c0-6.6-4-11.3-11.3-11.3
9
+ c-4.5,0-8.2,1.8-10.4,4.9v-4h-9v25.3H193.5z"/>
10
+ <polygon points="172,47.5 164.6,63.2 156.9,47.5 147.6,47.5 160.2,71.4 154.4,81.9 163.5,81.9 181.1,47.5 "/>
11
+ <path d="M128.9,52.5c-5.7-0.5-9.4-0.7-9.4-2.9c0-2.3,4.5-2.9,8.3-2.9c5,0,9.3,1.1,12.8,3.6l4.6-5.8c-4.4-3.1-10.7-4.7-17.5-4.7
12
+ c-10.1,0-17.5,3.7-17.5,10.6c0,7.1,8.6,9.2,18.1,10c6.6,0.5,9.1,1.2,9.1,3.3c0,2.1-2.7,3.1-8.2,3.1c-6.4,0-11.6-1.8-15.4-5l-4.8,5.7
13
+ c5,4,11.9,6.2,20.1,6.2c11.6,0,17.7-4.5,17.7-11C146.7,55.5,139.3,53.4,128.9,52.5z"/>
14
+ <path d="M354.7,72.8v-15c1.9-3.1,4.5-4.5,7.4-4.5c3.4,0,5.3,1.9,5.3,5.2v14.3h9V57.9c0-6.6-4-11.3-11.3-11.3
15
+ c-4.5,0-8.2,1.8-10.4,4.9v-10h-9v31.3H354.7z"/>
16
+ <path d="M48.8,42.9L64,36.4L48.8,42.9z"/>
17
+ <polygon fill="#5FFF84" points="48.8,42.9 64,36.4 64,11.6 18.8,31.1 18.8,55.8 "/>
18
+ <polygon fill="#5FFF84" points="83.3,56.4 52,44.1 19.3,56 51.6,68.7 83.3,81.1 "/>
19
+ <polygon fill="#5FFF84" points="48.2,69.9 18.8,81.3 18.8,106 82.8,81.3 "/>
20
+ <path d="M307.6,62.5h3.1c0.1-0.8,0.2-1.6,0.2-2.4c0-8.5-6.4-13.7-16.6-13.7s-16.6,5.2-16.6,13.7s6.4,13.7,16.6,13.7
21
+ c7.3,0,12.6-2.7,15.1-7.3l-8.3-2.5c-1.4,1.9-3.8,2.8-6.8,2.8c-3.7,0-6.6-1.5-7.6-4.4h15.2h5.7L307.6,62.5L307.6,62.5z M294.3,53.3
22
+ c3.4,0,6.1,1.2,7.3,3.7H287C288.2,54.6,290.9,53.3,294.3,53.3z"/>
23
+ </svg>