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.76982 6.75998L6.22982 5.47998L0.819824 12L6.22982 18.52L7.76982 17.24L3.41982 12L7.76982 6.75998ZM6.99982 13H8.99982V11H6.99982V13ZM16.9998 11H14.9998V13H16.9998V11ZM10.9998 13H12.9998V11H10.9998V13ZM17.7698 5.47998L16.2298 6.75998L20.5798 12L16.2298 17.24L17.7698 18.52L23.1798 12L17.7698 5.47998Z", key: "1tcr5n" } ] ]); export { SettingsEthernet as default }; //# sourceMappingURL=settings_ethernet.js.map