materialuiupgraded
Version:
Material-UI's workspace package
7 lines (5 loc) • 366 B
JavaScript
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(
<React.Fragment><path fill="none" d="M0 0h24v24H0V0z" /><g><path fillOpacity=".36" d="M0 20h24v4H0z" /><path d="M5.5 17h2.25l1.12-3h6.25l1.12 3h2.25L13 3h-2L5.5 17zm8.88-5H9.62L12 5.67 14.38 12z" /></g></React.Fragment>
, 'FormatColorTextTwoTone');