SVG to Compose Documentation
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SVG to Compose Documentation
svg-to-compose-gradle-plugin
/
dev.tonholo.s2c.gradle.internal.cache
/
IconCacheData
Icon
Cache
Data
data
class
IconCacheData
(
val
origin
:
String
,
val
hash
:
Sha256Hash
,
val
output
:
String
?
=
null
)
:
Serializable
(
source
)
Members
Constructors
Icon
Cache
Data
Link copied to clipboard
constructor
(
origin
:
String
,
hash
:
Sha256Hash
,
output
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
hash
Link copied to clipboard
val
hash
:
Sha256Hash
origin
Link copied to clipboard
val
origin
:
String
output
Link copied to clipboard
val
output
:
String
?