UNPKG

google-material-icons

Version:

A google material icon library package for React applications

19 lines (15 loc) 472 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: "M14.67 5V19H9.33V5H14.67ZM15.67 19H21V5H15.67V19ZM8.33 19V5H3V19H8.33Z", key: "pil37g" } ] ]); export { ViewColumn as default }; //# sourceMappingURL=view_column.js.map