UNPKG

@atlaskit/icon-lab

Version:

An icon package for public icon contributions

29 lines (28 loc) 1.78 kB
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::80329de7de9356d3060077b55e957401>> * @codegenCommand yarn build:icon-glyphs */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } /** * Icon: "VideoClosedCaptions". * Category: single-purpose * Location: @atlaskit/icon-lab * Usage guidance: Reserved for enabling closed captions for videos. * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon) * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons) */ const VideoClosedCaptionsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({ name: "VideoClosedCaptionsIcon", dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zm2.75 3v3H6V9h1.5v.625c0 .76-.616 1.375-1.376 1.375h-1.5c-.76 0-1.375-.616-1.375-1.375v-3.25A1.376 1.376 0 0 1 4.624 5h1.5c.76 0 1.375.616 1.375 1.375V7H6v-.5zm5.25 0v3h1.25V9h1.5v.625c0 .76-.616 1.375-1.376 1.375h-1.5c-.76 0-1.375-.616-1.375-1.375v-3.25A1.376 1.376 0 0 1 9.874 5h1.5c.76 0 1.375.616 1.375 1.375V7h-1.5v-.5z" clip-rule="evenodd"/>` // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props }, props)); VideoClosedCaptionsIcon.displayName = 'VideoClosedCaptionsIcon'; var _default = exports.default = VideoClosedCaptionsIcon;