UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 477 B
import React from 'react'; export default function FormatTextRotationAngleUpIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-format-text-rotation-angle-up ${props.className}`} viewBox="0 0 24 24" > <path d="M20.58 9.33v4.22l-1.41-1.41L10.31 21l-1.4-1.41 8.81-8.86-1.41-1.4M7.59 11l2.63-2.61-4.88-2.25M4.5 4.22l11.11 4.41-1.45 1.5-2.2-.94-3.57 3.56.94 2.16-1.5 1.5L3.42 5.25z" /> </svg> ); }