UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 502 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 ViewColumn = createIcon("ViewColumn", [ [ "path", { d: "M3 5V19H21V5H3ZM8.33 17H5V7H8.33V17ZM13.67 17H10.34V7H13.67V17ZM19 17H15.67V7H19V17Z", key: "1wtcls" } ] ]); export { ViewColumn as default }; //# sourceMappingURL=view_column.js.map