@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PhoneTablet = /*#__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: "M8.25 7C9.22 7 10 7.78 10 8.75v9.5c0 .97-.78 1.75-1.75 1.75h-4.5C2.78 20 2 19.22 2 18.25v-9.5C2 7.78 2.78 7 3.75 7h4.5zm-2 9.5h-.6a.75.75 0 0 0 0 1.49h.7a.75.75 0 0 0 0-1.49h-.1zM19.75 4c1.2 0 2.17.93 2.24 2.1l.01.15v8.5c0 1.2-.93 2.17-2.1 2.24l-.15.01H11V8.5A2.5 2.5 0 0 0 8.66 6H6.01A2.25 2.25 0 0 1 8.1 4h11.66zm-4.5 9.5h-2.5a.75.75 0 0 0-.1 1.5h2.6a.75.75 0 0 0 .1-1.5h-.1z"
}));
});
PhoneTablet.displayName = 'PhoneTablet';
export var PhoneTabletDimensions = {
height: 24,
width: 24
};