UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.08 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var PhoneDesktop = /*#__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 28 28" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M9.75 10c1.19 0 2.16.93 2.24 2.1v11.65c0 1.2-.92 2.17-2.09 2.24l-.15.01h-5.5c-1.2 0-2.17-.93-2.24-2.1L2 23.75v-11.5c0-1.2.93-2.17 2.1-2.24l.15-.01h5.5zm-2 11.5h-1.6a.75.75 0 0 0 0 1.5h1.7a.75.75 0 0 0 0-1.5h-.1zm16-19.5c1.2 0 2.17.93 2.25 2.1v11.4c0 1.2-.92 2.17-2.1 2.24l-.15.01H19v2.75h1.25a.75.75 0 0 1 .1 1.5H13v-1.5h4.5v-2.75H13V11.5A2.5 2.5 0 0 0 10.66 9H5V4.25c0-1.2.93-2.17 2.1-2.24L7.25 2h16.5z" })); }); PhoneDesktop.displayName = 'PhoneDesktop'; export var PhoneDesktopDimensions = { height: 28, width: 28 };