UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

11 lines (8 loc) 173 B
import styled from 'styled-components'; import { Remove } from '@buffetjs/icons'; const Close = styled(Remove)` > path { fill: #b4b6ba; } `; export default Close;