UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 1.33 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 DesignServices = createIcon("DesignServices", [ [ "path", { d: "M16.239 11.5089L17.809 9.93889L14.059 6.18889L12.489 7.75889L8.34902 3.62889C7.56902 2.84889 6.29902 2.84889 5.51902 3.62889L3.61902 5.52889C2.83902 6.30889 2.83902 7.57889 3.61902 8.35889L7.74902 12.4889L2.99902 17.2489V20.9989H6.74902L11.509 16.2389L15.639 20.3689C16.589 21.3189 17.869 20.9689 18.469 20.3689L20.369 18.4689C21.149 17.6889 21.149 16.4189 20.369 15.6389L16.239 11.5089ZM9.17902 11.0689L5.03902 6.93889L6.92902 5.03889L8.19902 6.30889L7.01902 7.49889L8.42902 8.90889L9.61902 7.71889L11.069 9.16889L9.17902 11.0689ZM17.059 18.9589L12.929 14.8289L14.829 12.9289L16.279 14.3789L15.089 15.5689L16.499 16.9789L17.689 15.7889L18.959 17.0589L17.059 18.9589Z", key: "370zqn" } ], [ "path", { d: "M20.709 7.03889C21.099 6.64889 21.099 6.01889 20.709 5.62889L18.369 3.28889C17.899 2.81889 17.249 2.99889 16.959 3.28889L15.129 5.11889L18.879 8.86889L20.709 7.03889Z", key: "o7zcjz" } ] ]); export { DesignServices as default }; //# sourceMappingURL=design_services.js.map