blob: 986582526b0241995a4bbe315bd324e7b4d12412 [file] [log] [blame]
/**
* @license
* Copyright 2022 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import {css} from 'lit';
export const iconStyles = css`
iron-icon {
display: inline-block;
vertical-align: top;
width: 20px;
height: 20px;
}
`;