UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 535 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 ArrowBackIos = createIcon("ArrowBackIos", [ [ "path", { d: "M17.835 3.86961L16.065 2.09961L6.16504 11.9996L16.065 21.8996L17.835 20.1296L9.70504 11.9996L17.835 3.86961Z", key: "18xnsz" } ] ]); export { ArrowBackIos as default }; //# sourceMappingURL=arrow_back_ios.js.map