UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.06 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var TvUsb = /*#__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 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M4 11.75A4.75 4.75 0 0 1 8.75 7h30.5A4.75 4.75 0 0 1 44 11.75v7.9a3.5 3.5 0 0 0-1-.15h-7a3.5 3.5 0 0 0-3.5 3.5v2.84a2 2 0 0 0-2 2V35H8.75A4.75 4.75 0 0 1 4 30.25v-18.5zM11.25 41h21.8l-1.59-2.5H11.25a1.25 1.25 0 1 0 0 2.5zM35 23v5h-1a1 1 0 0 0-1 1v6.96a1 1 0 0 0 .15.53L36 41v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-4l2.85-4.5a1 1 0 0 0 .15-.54V29a1 1 0 0 0-1-1h-1v-5a1 1 0 0 0-1-1h-7a1 1 0 0 0-1 1zm2.5 1.5h4V28h-4v-3.5z" })); }); TvUsb.displayName = 'TvUsb'; export var TvUsbDimensions = { height: 48, width: 48 };