All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.react.dom.svg.ReactSVG.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package react.dom.svg

import org.w3c.css.masking.SVGClipPathElement
import org.w3c.css.masking.SVGMaskElement
import org.w3c.dom.svg.*
import react.IntrinsicType

object ReactSVG {
    inline val svg: IntrinsicType>
        get() = IntrinsicType("svg")

    inline val animate: IntrinsicType>
        get() = IntrinsicType("animate")

    inline val animateMotion: IntrinsicType>
        get() = IntrinsicType("animateMotion")

    inline val animateTransform: IntrinsicType>
        get() = IntrinsicType("animateTransform")

    inline val circle: IntrinsicType>
        get() = IntrinsicType("circle")

    inline val clipPath: IntrinsicType>
        get() = IntrinsicType("clipPath")

    inline val defs: IntrinsicType>
        get() = IntrinsicType("defs")

    inline val desc: IntrinsicType>
        get() = IntrinsicType("desc")

    inline val ellipse: IntrinsicType>
        get() = IntrinsicType("ellipse")

    inline val feBlend: IntrinsicType>
        get() = IntrinsicType("feBlend")

    inline val feColorMatrix: IntrinsicType>
        get() = IntrinsicType("feColorMatrix")

    inline val feComponentTransfer: IntrinsicType>
        get() = IntrinsicType("feComponentTransfer")

    inline val feComposite: IntrinsicType>
        get() = IntrinsicType("feComposite")

    inline val feConvolveMatrix: IntrinsicType>
        get() = IntrinsicType("feConvolveMatrix")

    inline val feDiffuseLighting: IntrinsicType>
        get() = IntrinsicType("feDiffuseLighting")

    inline val feDisplacementMap: IntrinsicType>
        get() = IntrinsicType("feDisplacementMap")

    inline val feDistantLight: IntrinsicType>
        get() = IntrinsicType("feDistantLight")

    inline val feDropShadow: IntrinsicType>
        get() = IntrinsicType("feDropShadow")

    inline val feFlood: IntrinsicType>
        get() = IntrinsicType("feFlood")

    inline val feFuncA: IntrinsicType>
        get() = IntrinsicType("feFuncA")

    inline val feFuncB: IntrinsicType>
        get() = IntrinsicType("feFuncB")

    inline val feFuncG: IntrinsicType>
        get() = IntrinsicType("feFuncG")

    inline val feFuncR: IntrinsicType>
        get() = IntrinsicType("feFuncR")

    inline val feGaussianBlur: IntrinsicType>
        get() = IntrinsicType("feGaussianBlur")

    inline val feImage: IntrinsicType>
        get() = IntrinsicType("feImage")

    inline val feMerge: IntrinsicType>
        get() = IntrinsicType("feMerge")

    inline val feMergeNode: IntrinsicType>
        get() = IntrinsicType("feMergeNode")

    inline val feMorphology: IntrinsicType>
        get() = IntrinsicType("feMorphology")

    inline val feOffset: IntrinsicType>
        get() = IntrinsicType("feOffset")

    inline val fePointLight: IntrinsicType>
        get() = IntrinsicType("fePointLight")

    inline val feSpecularLighting: IntrinsicType>
        get() = IntrinsicType("feSpecularLighting")

    inline val feSpotLight: IntrinsicType>
        get() = IntrinsicType("feSpotLight")

    inline val feTile: IntrinsicType>
        get() = IntrinsicType("feTile")

    inline val feTurbulence: IntrinsicType>
        get() = IntrinsicType("feTurbulence")

    inline val filter: IntrinsicType>
        get() = IntrinsicType("filter")

    inline val foreignObject: IntrinsicType>
        get() = IntrinsicType("foreignObject")

    inline val g: IntrinsicType>
        get() = IntrinsicType("g")

    inline val image: IntrinsicType>
        get() = IntrinsicType("image")

    inline val line: IntrinsicType>
        get() = IntrinsicType("line")

    inline val linearGradient: IntrinsicType>
        get() = IntrinsicType("linearGradient")

    inline val marker: IntrinsicType>
        get() = IntrinsicType("marker")

    inline val mask: IntrinsicType>
        get() = IntrinsicType("mask")

    inline val metadata: IntrinsicType>
        get() = IntrinsicType("metadata")

    inline val mpath: IntrinsicType>
        get() = IntrinsicType("mpath")

    inline val path: IntrinsicType>
        get() = IntrinsicType("path")

    inline val pattern: IntrinsicType>
        get() = IntrinsicType("pattern")

    inline val polygon: IntrinsicType>
        get() = IntrinsicType("polygon")

    inline val polyline: IntrinsicType>
        get() = IntrinsicType("polyline")

    inline val radialGradient: IntrinsicType>
        get() = IntrinsicType("radialGradient")

    inline val rect: IntrinsicType>
        get() = IntrinsicType("rect")

    inline val stop: IntrinsicType>
        get() = IntrinsicType("stop")

    inline val switch: IntrinsicType>
        get() = IntrinsicType("switch")

    inline val symbol: IntrinsicType>
        get() = IntrinsicType("symbol")

    inline val text: IntrinsicType>
        get() = IntrinsicType("text")

    inline val textPath: IntrinsicType>
        get() = IntrinsicType("textPath")

    inline val tspan: IntrinsicType>
        get() = IntrinsicType("tspan")

    inline val use: IntrinsicType>
        get() = IntrinsicType("use")

    inline val view: IntrinsicType>
        get() = IntrinsicType("view")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy