UNPKG

google-material-icons

Version:

A google material icon library package for React applications

31 lines (27 loc) 853 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 AddToDrive = createIcon("AddToDrive", [ [ "path", { d: "M18.5 11C18.67 11 18.83 11.01 18.99 11.02L14.5 3H8.5L14.18 12.84C15.27 11.71 16.8 11 18.5 11Z", key: "frw4by" } ], ["path", { d: "M7.65 4.52L1.5 15.5L4.5 21L10.83 10.03L7.65 4.52Z", key: "1uvdpe" }], [ "path", { d: "M12.7 15.5H9.4L6.23 21H14.04C13.08 19.94 12.5 18.54 12.5 17C12.5 16.48 12.57 15.98 12.7 15.5Z", key: "1segiw" } ], ["path", { d: "M19.5 16V13H17.5V16H14.5V18H17.5V21H19.5V18H22.5V16H19.5Z", key: "ptcl9f" }] ]); export { AddToDrive as default }; //# sourceMappingURL=add_to_drive.js.map