google-material-icons
Version:
A google material icon library package for React applications
16 lines (12 loc) • 496 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 AlignHorizontalCenter = createIcon("AlignHorizontalCenter", [
["path", { d: "M11 2H13V7H21V10H13V14H18V17H13V22H11V17H6V14H11V10H3V7H11V2Z", key: "2magny" }]
]);
export { AlignHorizontalCenter as default };
//# sourceMappingURL=align_horizontal_center.js.map