google-material-icons
Version:
A google material icon library package for React applications
19 lines (15 loc) • 463 B
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 ArrowBack = createIcon("ArrowBack", [
[
"path",
{ d: "M20 11H7.83L13.42 5.41L12 4L4 12L12 20L13.41 18.59L7.83 13H20V11Z", key: "1aq3fw" }
]
]);
export { ArrowBack as default };
//# sourceMappingURL=arrow_back.js.map