UNPKG

@navinc/base-react-components

Version:
10 lines (7 loc) 249 B
import React from 'react' const Minus = (props) => ( <svg fill="currentcolor" width="24" height="24" viewBox="0 0 24 24" data-testid="icon:minus" {...props}> <rect x="3" y="11" width="18" height="2" rx="1" /> </svg> ) export default Minus