UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 1.24 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 DevicesFold = createIcon("DevicesFold", [ [ "path", { d: "M20 4.00097H17C17 2.56097 15.53 1.60097 14.21 2.16097L11.21 3.45097C10.48 3.76097 10 4.49097 10 5.29097V20.001C10 21.101 10.9 22.001 12 22.001H20C21.1 22.001 22 21.101 22 20.001V6.00097C22 4.90097 21.1 4.00097 20 4.00097ZM15 17.681L12 18.971V5.29097L15 4.00097V17.681ZM20 20.001H14.67L15.79 19.521C16.52 19.201 17 18.481 17 17.681V6.00097H20V20.001Z", key: "1ocdco" } ], ["path", { d: "M4 4.00097H2V6.00097H4V4.00097Z", key: "wq8gnb" }], ["path", { d: "M4 20.001H2V22.001H4V20.001Z", key: "2f7z2" }], ["path", { d: "M4 16.001H2V18.001H4V16.001Z", key: "1xhu61" }], ["path", { d: "M4 12.001H2V14.001H4V12.001Z", key: "15jtkt" }], ["path", { d: "M4 8.00097H2V10.001H4V8.00097Z", key: "1wx36l" }], ["path", { d: "M8 4.00097H6V6.00097H8V4.00097Z", key: "1b4kwc" }], ["path", { d: "M8 20.001H6V22.001H8V20.001Z", key: "19z0lj" }] ]); export { DevicesFold as default }; //# sourceMappingURL=devices_fold.js.map