UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.02 kB
/** * @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 DirectionsOff = createIcon("DirectionsOff", [ [ "path", { d: "M13.1324 9.69836H13.8024V7.19836L17.3024 10.6984L15.7124 12.2884L19.1324 15.6984L21.7224 13.1084C22.5024 12.3284 22.5024 11.0584 21.7224 10.2784L13.7324 2.27836C12.9524 1.49836 11.6824 1.49836 10.9024 2.27836L8.30238 4.86836L13.1324 9.69836ZM3.11238 2.50836L1.69238 3.91836L5.47238 7.69836L2.88238 10.2884C2.10238 11.0684 2.10238 12.3384 2.88238 13.1184L10.8924 21.1184C11.6724 21.8984 12.9424 21.8984 13.7224 21.1184L16.3024 18.5284L20.0824 22.3084L21.4924 20.8984L3.11238 2.50836ZM10.3024 14.6984H8.30238V10.6984C8.30238 10.6484 8.32238 10.6084 8.33238 10.5584L10.3024 12.5284V14.6984Z", key: "1sbajz" } ] ]); export { DirectionsOff as default }; //# sourceMappingURL=directions_off.js.map