UNPKG

kitten-components

Version:
10 lines (8 loc) 290 B
import React from 'react' export const CrossIcon = props => ( <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8" {...props}> <title>Cross</title> <path d="M.464 6.12L6.12.465 7.537 1.88 1.88 7.535z" /> <path d="M1.88.464L7.535 6.12 6.12 7.537.465 1.88z" /> </svg> )