@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.56 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialClosedCaptionW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ClosedCaptionW100Filled",
short_name: "ClosedCaption",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M5.8 18.7q-.65 0-1.075-.425Q4.3 17.85 4.3 17.2V6.8q0-.65.425-1.075Q5.15 5.3 5.8 5.3h12.4q.65 0 1.075.425.425.425.425 1.075v10.4q0 .65-.425 1.075-.425.425-1.075.425ZM8 14.6h2q.45 0 .775-.325t.325-.775v-.125q0-.125-.087-.238-.088-.112-.263-.112-.175 0-.262.112-.088.113-.088.238v.125q0 .15-.125.275-.125.125-.275.125H8q-.15 0-.275-.125Q7.6 13.65 7.6 13.5v-3q0-.15.125-.275Q7.85 10.1 8 10.1h2q.15 0 .275.125.125.125.125.275v.125q0 .125.088.225.087.1.262.1.175 0 .263-.1.087-.1.087-.225V10.5q0-.45-.325-.775T10 9.4H8q-.45 0-.775.325T6.9 10.5v3q0 .45.325.775T8 14.6Zm6 0h2q.45 0 .775-.325t.325-.775v-.125q0-.125-.087-.238-.088-.112-.263-.112-.175 0-.262.112-.088.113-.088.238v.125q0 .15-.125.275-.125.125-.275.125h-2q-.15 0-.275-.125-.125-.125-.125-.275v-3q0-.15.125-.275.125-.125.275-.125h2q.15 0 .275.125.125.125.125.275v.125q0 .125.088.225.087.1.262.1.175 0 .263-.1.087-.1.087-.225V10.5q0-.45-.325-.775T16 9.4h-2q-.45 0-.775.325t-.325.775v3q0 .45.325.775T14 14.6Z"
}));
});
IconMaterialClosedCaptionW100Filled.displayName = 'AmauiIconMaterialClosedCaptionW100Filled';
export default IconMaterialClosedCaptionW100Filled;