UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 896 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 OpenInNewOff = createIcon("OpenInNewOff", [ [ "path", { d: "M17.505 5.0901L14.715 2.2901H21.715V9.2901L18.925 6.4901L14.835 10.5801L13.425 9.1701L17.505 5.0901ZM19.715 11.2901V15.4601L21.715 17.4601V11.2901H19.715ZM20.495 21.9001L18.885 20.2901H5.71498C4.60498 20.2901 3.71498 19.3901 3.71498 18.2901V5.1201L2.10498 3.5101L3.51498 2.1001L21.895 20.4801L20.495 21.9001ZM16.885 18.2901L12.005 13.4101L10.415 15.0001L9.00498 13.5901L10.595 12.0001L5.71498 7.1201V18.2901H16.885ZM8.54498 4.2901H12.715V2.2901H6.54498L8.54498 4.2901Z", key: "kz609t" } ] ]); export { OpenInNewOff as default }; //# sourceMappingURL=open_in_new_off.js.map