UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 527 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 VerticalSplit = createIcon("VerticalSplit", [ [ "path", { d: "M3 13H11V15H3V13ZM3 17H11V19H3V17ZM3 9H11V11H3V9ZM3 5H11V7H3V5ZM19 7V17H15V7H19ZM21 5H13V19H21V5Z", key: "1m1fph" } ] ]); export { VerticalSplit as default }; //# sourceMappingURL=vertical_split.js.map