
package.dist.esm.components.icon.icon.js Maven / Gradle / Ivy
"use strict";
"use client";
import { createRecipeContext } from '../../styled-system/create-recipe-context.js';
const { withContext } = createRecipeContext({ key: "icon" });
const Icon = withContext("svg", {
defaultProps: {
focusable: false,
asChild: true,
"aria-hidden": true
}
});
export { Icon };
© 2015 - 2025 Weber Informatics LLC | Privacy Policy