UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.19 kB
/** * @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.6556 18.9896L13.5756 9.90961C14.5056 7.5696 14.0256 4.80961 12.1356 2.90961C9.83562 0.609605 6.25562 0.399605 3.70562 2.2596L7.54562 6.10961L6.12562 7.51961L2.29562 3.6896C0.435616 6.2296 0.645616 9.8196 2.94562 12.1096C4.80562 13.9696 7.51562 14.4596 9.83562 13.5896L18.9456 22.6996C19.3356 23.0896 19.9656 23.0896 20.3556 22.6996L22.6556 20.3996C23.0556 20.0196 23.0556 19.3896 22.6556 18.9896ZM19.6556 20.5896L10.1956 11.1296C9.58562 11.5796 8.90562 11.8496 8.19562 11.9496C6.83562 12.1496 5.40562 11.7396 4.36562 10.6996C3.41562 9.75961 2.97562 8.49961 3.04562 7.25961L6.13562 10.3496L10.3756 6.10961L7.28562 3.0196C8.52562 2.9496 9.77562 3.3896 10.7256 4.3296C11.8056 5.40961 12.2156 6.89961 11.9656 8.28961C11.8456 8.99961 11.5456 9.65961 11.0856 10.2496L20.5356 19.6996L19.6556 20.5896Z", key: "1tftby" } ] ]); export { Build as default }; //# sourceMappingURL=build.js.map