UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.29 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 Sensors = createIcon("Sensors", [ [ "path", { d: "M7.76 16.2399C6.67 15.1599 6 13.6599 6 11.9999C6 10.3399 6.67 8.83993 7.76 7.75993L9.18 9.17993C8.45 9.89993 8 10.8999 8 11.9999C8 13.0999 8.45 14.0999 9.17 14.8299L7.76 16.2399ZM16.24 16.2399C17.33 15.1599 18 13.6599 18 11.9999C18 10.3399 17.33 8.83993 16.24 7.75993L14.82 9.17993C15.55 9.89993 16 10.8999 16 11.9999C16 13.0999 15.55 14.0999 14.83 14.8299L16.24 16.2399ZM12 9.99993C10.9 9.99993 10 10.8999 10 11.9999C10 13.0999 10.9 13.9999 12 13.9999C13.1 13.9999 14 13.0999 14 11.9999C14 10.8999 13.1 9.99993 12 9.99993ZM20 11.9999C20 14.2099 19.1 16.2099 17.65 17.6499L19.07 19.0699C20.88 17.2599 22 14.7599 22 11.9999C22 9.23993 20.88 6.73993 19.07 4.92993L17.65 6.34993C19.1 7.78993 20 9.78993 20 11.9999ZM6.35 6.34993L4.93 4.92993C3.12 6.73993 2 9.23993 2 11.9999C2 14.7599 3.12 17.2599 4.93 19.0699L6.35 17.6499C4.9 16.2099 4 14.2099 4 11.9999C4 9.78993 4.9 7.78993 6.35 6.34993Z", key: "1r7rom" } ] ]); export { Sensors as default }; //# sourceMappingURL=sensors.js.map