@synergy-design-system/components
Version:
23 lines (20 loc) • 384 B
JavaScript
// src/components/icon/icon.styles.ts
import { css } from "lit";
var icon_styles_default = css`
/* stylelint-disable */
:host {
display: inline-block;
width: 1em;
height: 1em;
box-sizing: content-box ;
}
svg {
display: block;
height: 100%;
width: 100%;
}
`;
export {
icon_styles_default
};
//# sourceMappingURL=chunk.4XZTYPIY.js.map