google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.06 kB
JavaScript
/**
* @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: "M19.8474 21V18H22.8474V16H19.8474V13H17.8474V16H14.8474V18H17.8474V21H19.8474ZM14.8774 21.5H5.5074C4.7874 21.5 4.1274 21.12 3.7774 20.5L1.4174 16.4C1.0574 15.78 1.0674 15.02 1.4274 14.4L7.7674 3.49C8.1274 2.88 8.7874 2.5 9.4974 2.5H14.1974C14.9074 2.5 15.5674 2.88 15.9274 3.49L20.4074 11.2C19.9074 11.07 19.3874 11 18.8474 11C18.5674 11 18.2874 11.02 18.0074 11.06L14.1974 4.5H9.4974L3.1574 15.41L5.5074 19.5H13.3974C13.7474 20.27 14.2474 20.95 14.8774 21.5ZM13.1874 15C12.9674 15.63 12.8474 16.3 12.8474 17H7.0974L6.3674 15.73L10.9474 7.75H12.7474L15.2774 12.17C14.7174 12.59 14.2274 13.1 13.8374 13.68L11.8374 10.19L9.0974 15H13.1874Z",
key: "cbe4ys"
}
]
]);
export { AddToDrive as default };
//# sourceMappingURL=add_to_drive.js.map