UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 575 B
/** * @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 AlignVerticalCenter = createIcon("AlignVerticalCenter", [ [ "path", { d: "M22.0799 11H17.0799V6H14.0799V11H10.0799V3H7.07992V11H1.91992V13H7.07992V21H10.0799V13H14.0799V18H17.0799V13H22.0799V11Z", key: "105t9z" } ] ]); export { AlignVerticalCenter as default }; //# sourceMappingURL=align_vertical_center.js.map