@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.16 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PhoneArrowRight = /*#__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: "M13.75 2C14.99 2 16 3 16 4.25v5.77A6.5 6.5 0 0 0 10.17 18H8.75a.75.75 0 0 0-.1 1.5h2.08a6.53 6.53 0 0 0 2.3 2.5H6.26C5.01 22 4 21 4 19.75V4.25C4 3.01 5 2 6.25 2h7.5zm2.75 9a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm.22 2.59-.07.06-.06.07a.5.5 0 0 0 0 .56l.06.07L18.29 16H13.4a.5.5 0 0 0-.4.41v.18c.04.2.2.36.4.4l.1.01h4.8l-1.65 1.65-.06.07a.5.5 0 0 0 .7.7l.06-.07 2.53-2.53.04-.05.04-.08.03-.08v-.22l-.03-.08-.04-.08-.04-.05-2.53-2.53-.07-.06a.5.5 0 0 0-.49-.04l-.07.04z"
}));
});
PhoneArrowRight.displayName = 'PhoneArrowRight';
export var PhoneArrowRightDimensions = {
height: 24,
width: 24
};