UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 887 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var PortHdmi = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "m21.41 11.41-2.82-2.82A2 2 0 0 0 17.17 8H6.83a2 2 0 0 0-1.42.59l-2.82 2.82A2 2 0 0 0 2 12.83V14a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-1.17a2 2 0 0 0-.59-1.42ZM17 12a.75.75 0 0 1-.75.75h-8.5a.75.75 0 1 1 0-1.5h8.5A.76.76 0 0 1 17 12Z" })); }); PortHdmi.displayName = 'PortHdmi'; export var PortHdmiDimensions = { height: 24, width: 24 };