google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 562 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const FormatIndentDecrease = createIcon("FormatIndentDecrease", [
[
"path",
{
d: "M11 17H21V15H11V17ZM3 12L7 16V8L3 12ZM3 21H21V19H3V21ZM3 3V5H21V3H3ZM11 9H21V7H11V9ZM11 13H21V11H11V13Z",
key: "12h1h9"
}
]
]);
export { FormatIndentDecrease as default };
//# sourceMappingURL=format_indent_decrease.js.map