google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 526 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 FormatAlignCenter = createIcon("FormatAlignCenter", [
[
"path",
{
d: "M7 15V17H17V15H7ZM3 21H21V19H3V21ZM3 13H21V11H3V13ZM7 7V9H17V7H7ZM3 3V5H21V3H3Z",
key: "4ipngy"
}
]
]);
export { FormatAlignCenter as default };
//# sourceMappingURL=format_align_center.js.map