UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.41 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 ClosedCaptionDisabled = createIcon("ClosedCaptionDisabled", [ [ "path", { d: "M13.7155 9.2901C13.7155 8.7401 14.1655 8.2901 14.7155 8.2901H17.7155C18.2655 8.2901 18.7155 8.7401 18.7155 9.2901V10.2901H17.2155V9.7901H15.2155V10.7901L13.7155 9.2901ZM17.2155 12.7901L18.4255 14.0001C18.6055 13.8101 18.7155 13.5601 18.7155 13.2901V12.2901H17.2155V12.7901ZM9.54547 5.2901H19.7155V15.4601L21.6955 17.4401C21.6955 17.3901 21.7155 17.3401 21.7155 17.2801V5.2901C21.7155 4.1901 20.8155 3.2901 19.7155 3.2901H7.54547L9.54547 5.2901ZM20.4955 21.9001L17.8855 19.2901H5.71547C4.60547 19.2901 3.71547 18.3901 3.71547 17.2901V5.2901C3.71547 5.2401 3.73547 5.1901 3.73547 5.1401L2.10547 3.5101L3.51547 2.1001L21.8955 20.4801L20.4955 21.9001ZM8.21547 12.7901H10.2155V12.2901H10.8855L8.38547 9.7901H8.21547V12.7901ZM15.8855 17.2901L11.7155 13.1201V13.2901C11.7155 13.8401 11.2655 14.2901 10.7155 14.2901H7.71547C7.16547 14.2901 6.71547 13.8401 6.71547 13.2901V9.2901C6.71547 8.9701 6.87547 8.7001 7.11547 8.5101L5.71547 7.1201V17.2901H15.8855Z", key: "21p9aj" } ] ]); export { ClosedCaptionDisabled as default }; //# sourceMappingURL=closed_caption_disabled.js.map