UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.08 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var PersonArrowRight = /*#__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: "M11 17.5c0-1.29.37-2.49 1.02-3.5H4.25C3.01 14 2 15 2 16.25v.92c0 .57.18 1.13.51 1.6C4.06 20.92 6.58 22 10 22c.93 0 1.8-.08 2.6-.24A6.47 6.47 0 0 1 11 17.5ZM10 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm13 15.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0Zm-4.65-2.85a.5.5 0 0 0-.7.7L19.29 17H15a.5.5 0 1 0 0 1h4.3l-1.65 1.65a.5.5 0 0 0 .7.7l2.5-2.5a.5.5 0 0 0 .15-.34v-.01a.5.5 0 0 0-.15-.36l-2.5-2.5Z" })); }); PersonArrowRight.displayName = 'PersonArrowRight'; export var PersonArrowRightDimensions = { height: 24, width: 24 };