@symbo.ls/icon 2.11.398 → 2.11.402

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 (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -101,7 +101,7 @@ export const IconText = {
101
101
  Icon: {
102
102
  props: ({ parent, props }) => ({ icon: parent.props.icon }),
103
103
  if: ({ parent, props }) => {
104
- const doesExist = parent.props.icon || parent.props.Icon || props.name || props.icon
104
+ const doesExist = parent.props.icon || parent.props.Icon || props.name || props.icon || props.sfSymbols || parent.props.sfSymbols
105
105
  return doesExist
106
106
  }
107
107
  },
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/icon",
3
- "version": "2.11.398",
3
+ "version": "2.11.402",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "d3cb027daada2cda9943517e98ffc67e0170a763",
6
+ "gitHead": "0c82a1975a7343b439483250e1b2f6de2ba30df8",
7
7
  "dependencies": {
8
8
  "@symbo.ls/atoms": "latest",
9
9
  "@symbo.ls/utils": "latest"