@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PersonArrowLeft = /*#__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-11zm-5.48 2a6.47 6.47 0 0 0 .6 7.79c-.8.14-1.68.21-2.62.21-2.89 0-5.13-.66-6.7-2A3.75 3.75 0 0 1 2 17.16v-.91C2 15.01 3.01 14 4.25 14h7.77zm4.7.59-.07.06-2.52 2.51-.04.05-.03.06-.03.08-.01.04-.02.09v.09l.03.08.03.08.02.04.05.07 2.52 2.51a.5.5 0 0 0 .77-.63l-.06-.07L15.7 18h4.79a.5.5 0 0 0 .5-.41v-.09a.5.5 0 0 0-.41-.5H15.7l1.65-1.65a.5.5 0 0 0 .06-.63l-.06-.07a.5.5 0 0 0-.64-.06zM10 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10z"
}));
});
PersonArrowLeft.displayName = 'PersonArrowLeft';
export var PersonArrowLeftDimensions = {
height: 24,
width: 24
};