@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.
@@ -199,6 +199,7 @@
199
199
  "SyHide",
200
200
  "SyHierarchy",
201
201
  "SyHome",
202
+ "SyIcon",
202
203
  "SyIdentification",
203
204
  "SyImage",
204
205
  "SyImg",
@@ -343,6 +344,8 @@
343
344
  "SySunlight",
344
345
  "SySupport",
345
346
  "SySwap",
347
+ "SySynoptic",
348
+ "SySynopticText",
346
349
  "SySyotechAdd",
347
350
  "SyTarget",
348
351
  "SyTech7X24H",
package/dist/index.d.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'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@synotech/icons",
3
3
  "description": "icons sourced from around, used by synotech",
4
- "version": "1.0.4",
4
+ "version": "1.0.6",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "typings": "dist/index.d.ts",