google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.31 kB
JavaScript
/**
* @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: "M7.54547 3.2901H19.7155C20.8155 3.2901 21.7155 4.1901 21.7155 5.2901V17.2901C21.7155 17.3401 21.7055 17.3901 21.6955 17.4501L18.3155 14.0701C18.5555 13.8801 18.7155 13.6101 18.7155 13.2901V12.2901H17.2155V12.7901H17.0455L15.2155 10.9601V9.7901H17.2155V10.2901H18.7155V9.2901C18.7155 8.7401 18.2655 8.2901 17.7155 8.2901H14.7155C14.1655 8.2901 13.7155 8.7401 13.7155 9.2901V9.4601L7.54547 3.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.9001ZM11.7155 13.1201L10.8855 12.2901H10.2155V12.7901H8.21547V9.7901H8.38547L7.11547 8.5101C6.87547 8.7001 6.71547 8.9701 6.71547 9.2901V13.2901C6.71547 13.8401 7.16547 14.2901 7.71547 14.2901H10.7155C11.2655 14.2901 11.7155 13.8401 11.7155 13.2901V13.1201Z",
key: "1hu2o4"
}
]
]);
export { ClosedCaptionDisabled as default };
//# sourceMappingURL=closed_caption_disabled.js.map