google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 524 B
JavaScript
/**
* @license google-material-icons v2.1.4 - 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 ArrowBackIosNew = createIcon("ArrowBackIosNew", [
[
"path",
{
d: "M17.8852 3.77L16.1152 2L6.11523 12L16.1152 22L17.8852 20.23L9.65523 12L17.8852 3.77Z",
key: "5iglf3"
}
]
]);
export { ArrowBackIosNew as default };
//# sourceMappingURL=arrow_back_ios_new.js.map