@synergy-design-system/components
Version:
This package provides the base of the Synergy Design System as native web components. It uses [lit](https://www.lit.dev) and parts of [shoelace](https://shoelace.style/). Synergy officially supports the latest two versions of all major browsers (as define
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.ZBW4ZSZ7.js.map