UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 802 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 Build = createIcon("Build", [ [ "path", { d: "M22.7278 18.9501L13.6278 9.85009C14.5278 7.55009 14.0278 4.85009 12.1278 2.95009C10.1278 0.950085 7.12777 0.550085 4.72777 1.65009L9.02777 5.95009L6.02777 8.95009L1.62777 4.65009C0.427771 7.05009 0.927771 10.0501 2.92777 12.0501C4.82777 13.9501 7.52777 14.4501 9.82777 13.5501L18.9278 22.6501C19.3278 23.0501 19.9278 23.0501 20.3278 22.6501L22.6278 20.3501C23.1278 19.9501 23.1278 19.2501 22.7278 18.9501Z", key: "1n53vw" } ] ]); export { Build as default }; //# sourceMappingURL=build.js.map