UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 416 B
import React from 'react'; export default function ContentSaveIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-content-save ${props.className}`} viewBox="0 0 24 24" > <path d="M15 9H5V5h10m-3 14a3 3 0 0 1-3-3 3 3 0 0 1 3-3 3 3 0 0 1 3 3 3 3 0 0 1-3 3m5-16H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7l-4-4z" /> </svg> ); }