/mesop-svg-icon

SVG web component for Mesop

Primary LanguagePythonApache License 2.0Apache-2.0

mesop svg_icon web component

This is a Mesop web_component implementation to provide an SVG icon.

Usage

import the component

from svg_icon.svg_icon_component import (
    svg_icon,
)

use the component with a full <svg> ... </svg> element in a mesop.Page

 svg_icon(svg="""<svg data-icon-name="exampleIcon" .... </svg>""")

Examples