UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

27 lines 1.47 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var TabDesktopImage = /*#__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: "M5.75 3A2.75 2.75 0 0 0 3 5.75v4.68A3.73 3.73 0 0 1 4.75 10h5.5A3.75 3.75 0 0 1 14 13.75v5.5c0 .63-.16 1.23-.43 1.75h4.68A2.75 2.75 0 0 0 21 18.25V8h-7.75C12.01 8 11 7 11 5.75V3H5.75z" }), /*#__PURE__*/React.createElement("path", { d: "M12.5 3v2.75c0 .41.34.75.75.75H21v-.75A2.75 2.75 0 0 0 18.25 3H12.5zM10.5 14.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z" }), /*#__PURE__*/React.createElement("path", { d: "M5.25 11A3.25 3.25 0 0 0 2 14.25v4.5C2 20.55 3.46 22 5.25 22h4.5c1.8 0 3.25-1.46 3.25-3.25v-4.5c0-1.8-1.46-3.25-3.25-3.25h-4.5zM3.5 14.25c0-.97.78-1.75 1.75-1.75h4.5c.97 0 1.75.78 1.75 1.75v4.5c0 .2-.04.4-.1.59l-2.3-2.31a2.25 2.25 0 0 0-3.2 0l-2.3 2.3c-.06-.18-.1-.37-.1-.58v-4.5zm1.16 6.15 2.31-2.3c.3-.3.77-.3 1.06 0l2.3 2.3c-.18.06-.37.1-.58.1h-4.5c-.2 0-.4-.04-.59-.1z" })); }); TabDesktopImage.displayName = 'TabDesktopImage'; export var TabDesktopImageDimensions = { height: 24, width: 24 };