UNPKG

google-material-icons

Version:

A google material icon library package for React applications

36 lines (32 loc) 1.08 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 Architecture = createIcon("Architecture", [ [ "path", { d: "M6.35547 18.78L6.60547 21L8.22547 19.46L10.9955 11.86C10.3155 11.69 9.71547 11.35 9.22547 10.88L6.35547 18.78Z", key: "eevi5" } ], [ "path", { d: "M14.7655 10.88C14.2755 11.35 13.6655 11.69 12.9955 11.86L15.7655 19.46L17.3855 21L17.6455 18.78L14.7655 10.88Z", key: "1blut5" } ], [ "path", { d: "M14.9955 8C14.9955 6.7 14.1555 5.6 12.9955 5.18V3H10.9955V5.18C9.83547 5.6 8.99547 6.7 8.99547 8C8.99547 9.66 10.3355 11 11.9955 11C13.6555 11 14.9955 9.66 14.9955 8ZM11.9955 9C11.4455 9 10.9955 8.55 10.9955 8C10.9955 7.45 11.4455 7 11.9955 7C12.5455 7 12.9955 7.45 12.9955 8C12.9955 8.55 12.5455 9 11.9955 9Z", key: "h65j6d" } ] ]); export { Architecture as default }; //# sourceMappingURL=architecture.js.map