UNPKG

google-material-icons

Version:

A google material icon library package for React applications

30 lines (26 loc) 1.11 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 SubtitlesOff = createIcon("SubtitlesOff", [ [ "path", { d: "M20.4795 3.29512H7.30953L9.30953 5.29512H20.4795V16.4651L22.2395 18.2251C22.3895 17.9451 22.4795 17.6351 22.4795 17.2951V5.29512C22.4795 4.19512 21.5795 3.29512 20.4795 3.29512Z", key: "13w5ps" } ], ["path", { d: "M18.4795 9.29512H13.3095L15.3095 11.2951H18.4795V9.29512Z", key: "1jxnub" }], [ "path", { d: "M1.51953 3.16512L2.71953 4.36512C2.56953 4.64512 2.47953 4.95512 2.47953 5.29512V17.2951C2.47953 18.3951 3.37953 19.2951 4.47953 19.2951H17.6495L20.6095 22.2551L22.0195 20.8451L2.92953 1.74512L1.51953 3.16512ZM4.47953 6.12512L7.64953 9.29512H6.47953V11.2951H8.47953V10.1251L11.6495 13.2951H6.47953V15.2951H13.6495L15.6495 17.2951H4.47953V6.12512Z", key: "xkc3qy" } ] ]); export { SubtitlesOff as default }; //# sourceMappingURL=subtitles_off.js.map