UNPKG

google-material-icons

Version:

A google material icon library package for React applications

16 lines (12 loc) 457 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: "M3 19H21V13H3V19ZM3 11H21V9H3V11ZM3 5V7H21V5H3Z", key: "97c6rg" }] ]); export { HorizontalSplit as default }; //# sourceMappingURL=horizontal_split.js.map