@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 982 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PhoneScreenTime = /*#__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: "M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11ZM13.75 2C14.99 2 16 3 16 4.25v6.92A6.5 6.5 0 0 0 11.02 18H8.75a.75.75 0 0 0-.1 1.5h2.66c.3.95.83 1.8 1.5 2.5H6.25C5.01 22 4 21 4 19.75V4.25C4 3.01 5 2 6.25 2h7.5Zm2.75 12a.5.5 0 0 0-.5.5v4c0 .28.22.5.5.5h3a.5.5 0 0 0 0-1H17v-3.5a.5.5 0 0 0-.5-.5Z"
}));
});
PhoneScreenTime.displayName = 'PhoneScreenTime';
export var PhoneScreenTimeDimensions = {
height: 24,
width: 24
};