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 TextFields = createIcon("TextFields", [ [ "path", { d: "M2.5 4.5V7.5H7.5V19.5H10.5V7.5H15.5V4.5H2.5ZM21.5 9.5H12.5V12.5H15.5V19.5H18.5V12.5H21.5V9.5Z", key: "5pt8e0" } ] ]); export { TextFields as default }; //# sourceMappingURL=text_fields.js.map