UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 516 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 PlusOne = createIcon("PlusOne", [ [ "path", { d: "M10.5 8.5H8.5V12.5H4.5V14.5H8.5V18.5H10.5V14.5H14.5V12.5H10.5V8.5ZM15 6.58V8.4L17.5 7.9V18.5H19.5V5.5L15 6.58Z", key: "kgf08j" } ] ]); export { PlusOne as default }; //# sourceMappingURL=plus_one.js.map