@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.34 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PhoneLinkSetup = /*#__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 12c.3 0 .58.02.86.07l.17.72a2 2 0 0 0 2.42 1.47l.1-.02.6-.18c.36.46.65 1 .85 1.57l-.45.43a2 2 0 0 0-.17 2.7l.15.15.47.46c-.2.57-.5 1.1-.85 1.57l-.6-.18a2 2 0 0 0-2.49 1.35l-.03.1-.17.72a5.18 5.18 0 0 1-1.72 0l-.17-.72a2 2 0 0 0-2.42-1.47l-.1.02-.6.18c-.36-.47-.65-1-.85-1.57l.45-.43a2 2 0 0 0 .17-2.7l-.15-.15-.47-.46c.2-.58.5-1.1.85-1.57l.6.18a2 2 0 0 0 2.49-1.35l.03-.1.17-.72c.28-.05.57-.07.86-.07ZM13.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.5Zm3.75 14c-.8 0-1.45.67-1.45 1.5S16.7 19 17.5 19c.8 0 1.45-.67 1.45-1.5S18.3 16 17.5 16Z"
}));
});
PhoneLinkSetup.displayName = 'PhoneLinkSetup';
export var PhoneLinkSetupDimensions = {
height: 24,
width: 24
};