@symbo.ls/icon
Advanced tools
Comparing version 2.10.134 to 2.10.158
@@ -8,3 +8,3 @@ 'use strict' | ||
props: ({ key, props, parent, context }) => { | ||
const { ICONS, useIconSprite, verbose } = context && context.system | ||
const { ICONS, useIconSprite, verbose } = context && context.designSystem | ||
const { toCamelCase } = context && context.utils | ||
@@ -11,0 +11,0 @@ const iconName = props.inheritedString || props.name || props.icon || key |
{ | ||
"name": "@symbo.ls/icon", | ||
"version": "2.10.134", | ||
"version": "2.10.158", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "ca88f67b0c989938a8118a539f75608bcbacc26a", | ||
"gitHead": "3a847545c01796c874758c2c2a91e2417bcd29d6", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "@symbo.ls/svg": "latest", |
2138