UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 481 B
import React from 'react'; export default function FormatTextRotationAngleDownIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-format-text-rotation-angle-down ${props.className}`} viewBox="0 0 24 24" > <path d="M14.25 21h-4.22l1.41-1.41-8.86-8.86 1.45-1.4 8.81 8.86 1.41-1.41M12.61 8l2.62 2.64 2.2-4.87m1.98-.85l-4.46 11.11-1.45-1.45.89-2.2-3.51-3.57-2.2.94-1.46-1.5 11.11-4.41z" /> </svg> ); }