UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 747 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 Outlet = createIcon("Outlet", [ [ "path", { d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM9 12C8.45 12 8 11.55 8 11V8C8 7.45 8.45 7 9 7C9.55 7 10 7.45 10 8V11C10 11.55 9.55 12 9 12ZM14 18H10V16C10 14.9 10.9 14 12 14C13.1 14 14 14.9 14 16V18ZM16 11C16 11.55 15.55 12 15 12C14.45 12 14 11.55 14 11V8C14 7.45 14.45 7 15 7C15.55 7 16 7.45 16 8V11Z", key: "147x2p" } ] ]); export { Outlet as default }; //# sourceMappingURL=outlet.js.map