@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 PhoneKey = /*#__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: "M15.75 2C16.99 2 18 3 18 4.25v7a4.5 4.5 0 0 0-2.97 4.8L13.1 18h-2.34a.75.75 0 0 0 0 1.5h.84l-.08.07c-.33.33-.51.78-.51 1.24V22H8.25C7.01 22 6 21 6 19.75V4.25C6 3.01 7 2 8.25 2h7.5Zm3.75 17a3.5 3.5 0 1 0-3.38-2.59.75.75 0 0 0-.15.12l-3.75 3.75a.75.75 0 0 0-.22.53v1.44c0 .41.34.75.75.75h1.75a.5.5 0 0 0 .5-.5V22h1a.5.5 0 0 0 .5-.5v-1h1a.5.5 0 0 0 .5-.5v-1h1.5Zm1.5-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
}));
});
PhoneKey.displayName = 'PhoneKey';
export var PhoneKeyDimensions = {
height: 24,
width: 24
};