UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 743 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 SettingsEthernet = createIcon("SettingsEthernet", [ [ "path", { d: "M7.77031 6.75998L6.23031 5.47998L0.820312 12L6.23031 18.52L7.77031 17.24L3.42031 12L7.77031 6.75998ZM7.00031 13H9.00031V11H7.00031V13ZM17.0003 11H15.0003V13H17.0003V11ZM11.0003 13H13.0003V11H11.0003V13ZM17.7703 5.47998L16.2303 6.75998L20.5803 12L16.2303 17.24L17.7703 18.52L23.1803 12L17.7703 5.47998Z", key: "6801e2" } ] ]); export { SettingsEthernet as default }; //# sourceMappingURL=settings_ethernet.js.map