UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 548 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 SdStorage = createIcon("SdStorage", [ [ "path", { d: "M18 2H10L4.02 8L4 20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V4C20 2.9 19.1 2 18 2ZM12 8H10V4H12V8ZM15 8H13V4H15V8ZM18 8H16V4H18V8Z", key: "1f1rk3" } ] ]); export { SdStorage as default }; //# sourceMappingURL=sd_storage.js.map