@nectary/assets 3.6.6 → 3.6.7

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/bundle.ts CHANGED
@@ -145,6 +145,8 @@ export { IconChannelMmsRound } from './icons-channel/mms-round'
145
145
  export { IconChannelMmsSquare } from './icons-channel/mms-square'
146
146
  export { IconChannelNotify } from './icons-channel/notify'
147
147
  export { IconChannelNotifySquare } from './icons-channel/notify-square'
148
+ export { IconChannelPhoneRound } from './icons-channel/phone-round'
149
+ export { IconChannelPhoneSquare } from './icons-channel/phone-square'
148
150
  export { IconChannelPushRound } from './icons-channel/push-round'
149
151
  export { IconChannelPushSquare } from './icons-channel/push-square'
150
152
  export { IconChannelRcsRound } from './icons-channel/rcs-round'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nectary/assets",
3
- "version": "3.6.6",
3
+ "version": "3.6.7",
4
4
  "files": [
5
5
  "**/*/*.css",
6
6
  "**/*/*.json",