UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 429 B
import React from 'react'; export default function AnimationIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-animation ${props.className}`} viewBox="0 0 24 24" > <path d="M4 2c-1.11 0-2 .89-2 2v10h2V4h10V2H4m4 4c-1.11 0-2 .89-2 2v10h2V8h10V6H8m4 4c-1.11 0-2 .89-2 2v8c0 1.11.89 2 2 2h8c1.11 0 2-.89 2-2v-8c0-1.11-.89-2-2-2h-8z" /> </svg> ); }