dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
19 lines (18 loc) • 830 B
TypeScript
import { default as Component } from '../../components/icons/document/document-file-video-line/document-file-video-line.js';
/**
* `dap-ds-icon-file-video-line`
* @summary An icon
* @element dap-ds-icon-file-video-line
* @title - DocumentFileVideoLine
* @group icon
* @icontype document
*
* @attribute {number} size - (optional) The width and height in pixels
* @attribute {boolean} selected - (optional) Sets the icon color via the `fill` attribute
* @attribute {string} accessibilityTitle - (optional) When using the icon standalone, make it meaningful for accessibility
* @attribute {boolean} focusable - (optional) If `true` the icon can receive focus
*
* @csspart base - The main icon container.
*/
declare const reactWrapper: import('@lit/react').ReactWebComponent<Component, {}>;
export default reactWrapper;