29 lines
428 B
JavaScript
29 lines
428 B
JavaScript
|
import {
|
||
|
component_styles_default
|
||
|
} from "./chunk.K23QWHWK.js";
|
||
|
import {
|
||
|
i
|
||
|
} from "./chunk.CXZZ2LVK.js";
|
||
|
|
||
|
// src/components/icon/icon.styles.ts
|
||
|
var icon_styles_default = i`
|
||
|
${component_styles_default}
|
||
|
|
||
|
:host {
|
||
|
display: inline-block;
|
||
|
width: 1em;
|
||
|
height: 1em;
|
||
|
box-sizing: content-box !important;
|
||
|
}
|
||
|
|
||
|
svg {
|
||
|
display: block;
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
`;
|
||
|
|
||
|
export {
|
||
|
icon_styles_default
|
||
|
};
|