@navinc/base-react-components
Version:
Nav's Pattern Library
17 lines (16 loc) • 435 B
JavaScript
import styled from 'styled-components';
const Icon = styled.div.withConfig({ displayName: "brc-sc-Icon", componentId: "brc-sc-78mfop" }) `
display: flex;
flex-flow: row nowrap;
place-content: center center;
align-items: center;
flex: 0 0 32px;
margin: 4px 24px 0 0;
> img {
width: 100%;
height: auto;
}
`;
Icon.displayName = 'Icon';
export const IconContainer = Icon;
//# sourceMappingURL=icon-container.js.map