UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 511 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 15H11V13H3V15ZM3 19H11V17H3V19ZM3 11H11V9H3V11ZM3 5V7H11V5H3ZM13 5H21V19H13V5Z", key: "13qlvq" } ] ]); export { VerticalSplit as default }; //# sourceMappingURL=vertical_split.js.map