UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 916 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.5055 5.0901L14.7155 2.2901H21.7155V9.2901L18.9255 6.4901L14.8355 10.5801L13.4255 9.1701L17.5055 5.0901ZM19.7155 11.2901V15.4601L21.7155 17.4601V11.2901H19.7155ZM20.4955 21.9001L18.8855 20.2901H5.71547C4.60547 20.2901 3.71547 19.3901 3.71547 18.2901V5.1201L2.10547 3.5101L3.51547 2.1001L21.8955 20.4801L20.4955 21.9001ZM16.8855 18.2901L12.0055 13.4101L10.4155 15.0001L9.00547 13.5901L10.5955 12.0001L5.71547 7.1201V18.2901H16.8855ZM8.54547 4.2901H12.7155V2.2901H6.54547L8.54547 4.2901Z", key: "1937d4" } ] ]); export { OpenInNewOff as default }; //# sourceMappingURL=open_in_new_off.js.map