UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 465 B
import React from 'react'; export default function CodeTagsCheckIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-code-tags-check ${props.className}`} viewBox="0 0 24 24" > <path d="M6.59 3.41L2 8l4.59 4.6L8 11.18 4.82 8 8 4.82 6.59 3.41m5.82 0L11 4.82 14.18 8 11 11.18l1.41 1.42L17 8l-4.59-4.59m9.18 8.18l-8.09 8.09L9.83 16l-1.41 1.41 5.08 5.09L23 13l-1.41-1.41z" /> </svg> ); }