UNPKG

google-material-icons

Version:

A google material icon library package for React applications

19 lines (15 loc) 489 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 HorizontalSplit = createIcon("HorizontalSplit", [ [ "path", { d: "M19 15V17H5V15H19ZM21 5H3V7H21V5ZM21 9H3V11H21V9ZM21 13H3V19H21V13Z", key: "1dm5ro" } ] ]); export { HorizontalSplit as default }; //# sourceMappingURL=horizontal_split.js.map