import React from 'react'; import styled from '@emotion/styled'; import {PlatformIcon} from 'platformicons'; const StyledPlatformIcon = styled(PlatformIcon)` margin: 0 15px 15px 0; `; export default { title: 'Core/Style/Icons', component: PlatformIcon, }; export const _PlatformIcon = () => (
); _PlatformIcon.storyName = 'PlatformIcon'; _PlatformIcon.parameters = { docs: { description: { story: 'Scalable platform and framework icons', }, }, };