google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 532 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 VerticalAlignCenter = createIcon("VerticalAlignCenter", [
[
"path",
{
d: "M8 19H11V23H13V19H16L12 15L8 19ZM16 5H13V1H11V5H8L12 9L16 5ZM4 11V13H20V11H4Z",
key: "1djd9k"
}
]
]);
export { VerticalAlignCenter as default };
//# sourceMappingURL=vertical_align_center.js.map