UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 966 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 SubtitlesOff = createIcon("SubtitlesOff", [ [ "path", { d: "M20.48 3.29512H7.31002L15.31 11.2951H20.48V13.2951H17.31L22.24 18.2251C22.39 17.9451 22.48 17.6351 22.48 17.2951V5.29512C22.48 4.19512 21.58 3.29512 20.48 3.29512Z", key: "drkmya" } ], [ "path", { d: "M1.52002 3.16512L2.72002 4.36512C2.57002 4.64512 2.48002 4.95512 2.48002 5.29512V17.2951C2.48002 18.3951 3.38002 19.2951 4.48002 19.2951H17.65L20.61 22.2551L22.02 20.8451L2.93002 1.74512L1.52002 3.16512ZM8.48002 11.2951V13.2951H4.48002V11.2951H8.48002ZM14.48 16.1251V17.2951H4.48002V15.2951H13.65L14.48 16.1251Z", key: "n2jsgy" } ] ]); export { SubtitlesOff as default }; //# sourceMappingURL=subtitles_off.js.map