@shoelace-style/shoelace
Version:
A forward-thinking library of web components.
24 lines (20 loc) • 331 B
JavaScript
import {
i
} from "./chunk.CXZZ2LVK.js";
// src/components/icon/icon.styles.ts
var icon_styles_default = i`
:host {
display: inline-block;
width: 1em;
height: 1em;
box-sizing: content-box !important;
}
svg {
display: block;
height: 100%;
width: 100%;
}
`;
export {
icon_styles_default
};