UNPKG

google-material-icons

Version:

A google material icon library package for React applications

33 lines (29 loc) 1.02 kB
/** * @license google-material-icons v2.1.4 - 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 Calculate = createIcon("Calculate", [ [ "path", { d: "M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM19 19H5V5H19V19Z", key: "i1bke7" } ], ["path", { d: "M11.25 7.72H6.25V9.22H11.25V7.72Z", key: "1hbw6e" }], ["path", { d: "M18 15.75H13V17.25H18V15.75Z", key: "1jwa42" }], ["path", { d: "M18 13.25H13V14.75H18V13.25Z", key: "szik60" }], ["path", { d: "M8 18H9.5V16H11.5V14.5H9.5V12.5H8V14.5H6V16H8V18Z", key: "18nz85" }], [ "path", { d: "M14.09 10.95L15.5 9.54L16.91 10.95L17.97 9.89L16.56 8.47L17.97 7.06L16.91 6L15.5 7.41L14.09 6L13.03 7.06L14.44 8.47L13.03 9.89L14.09 10.95Z", key: "e9d6c9" } ] ]); export { Calculate as default }; //# sourceMappingURL=calculate.js.map