@symbo.ls/icon 2.11.476 → 2.11.477

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 +0 -2
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -97,9 +97,7 @@ export const IconText = {
97
97
  if: (el) => {
98
98
  const { parent, props } = el
99
99
  return el.call('exec', parent.props.icon ||
100
- parent.props.Icon ||
101
100
  props.name ||
102
- props.icon ||
103
101
  props.sfSymbols ||
104
102
  parent.props.sfSymbols
105
103
  , el)
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@symbo.ls/icon",
3
- "version": "2.11.476",
3
+ "version": "2.11.477",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "7d714966165be175182fb6e10e221fe3866378f5",
6
+ "gitHead": "47546f8e3e61900fb07e92c3faf7abf2bce919ae",
7
7
  "dependencies": {
8
- "@symbo.ls/atoms": "^2.11.475",
8
+ "@symbo.ls/atoms": "^2.11.477",
9
9
  "@symbo.ls/utils": "^2.11.475"
10
10
  },
11
11
  "source": "src/index.js"