UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 821 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 Router = createIcon("Router", [ [ "path", { d: "M20.2 5.9L21 5.1C19.6 3.7 17.8 3 16 3C14.2 3 12.4 3.7 11 5.1L11.8 5.9C13 4.8 14.5 4.2 16 4.2C17.5 4.2 19 4.8 20.2 5.9ZM19.3 6.7C18.4 5.8 17.2 5.3 16 5.3C14.8 5.3 13.6 5.8 12.7 6.7L13.5 7.5C14.2 6.8 15.1 6.5 16 6.5C16.9 6.5 17.8 6.8 18.5 7.5L19.3 6.7ZM19 13H17V9H15V13H5C3.9 13 3 13.9 3 15V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V15C21 13.9 20.1 13 19 13ZM8 18H6V16H8V18ZM11.5 18H9.5V16H11.5V18ZM15 18H13V16H15V18Z", key: "cw9l4b" } ] ]); export { Router as default }; //# sourceMappingURL=router.js.map