UNPKG

@navinc/base-react-components

Version:
10 lines (7 loc) 1.08 kB
import React from 'react' const TreePoint = (props) => ( <svg fill="currentcolor" width="24" height="24" data-testid="icon:tree-point" {...props}> <path d="M5.58978271,19 C4.23645631,19 3.56263047,17.7331104 4.31369031,16.6104555 L8.05776465,10.49986 C6.70677504,10.4844743 6.06976347,9.20366594 6.85661552,8.10207307 L10.6067138,2.76403809 C11.3276489,1.75472888 12.6804302,1.75540992 13.4008789,2.76403809 L17.1635871,8.10207307 C17.9545607,9.20943604 17.304213,10.495588 15.9448055,10.4999887 L19.702484,16.6104555 C20.4548548,17.73507 19.7818478,19 18.4263916,19 L13,19 L13,21.0029699 C13,21.5536144 12.5561352,22 12,22 C11.4477153,22 11,21.5527431 11,21.0029699 L11,19 L5.58978271,19 Z M17.5,17 L13.8381732,10.8895445 C13.7164556,10.7076058 13.3287222,10.5 13.1110261,10.5 L10.8898473,10.5 C10.6734418,10.5 10.2842943,10.7077905 10.1627003,10.8895445 L6.5,17 L11,17 L11,14.9970301 C11,14.4463856 11.4438648,14 12,14 C12.5522847,14 13,14.4472569 13,14.9970301 L13,17 L17.5,17 Z M15,8.5 L12.0018422,4.21788601 L9,8.49461941 L15,8.5 Z" /> </svg> ) export default TreePoint