@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PersonArrowBack = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M22 4a10 10 0 1 0 0 20 10 10 0 0 0 0-20ZM10.25 28A4.25 4.25 0 0 0 6 32.25V33c0 3.76 1.94 6.57 4.92 8.38C13.85 43.16 17.79 44 22 44c1.17 0 2.32-.06 3.43-.2A12.95 12.95 0 0 1 24.04 28H10.25ZM46 35a11 11 0 1 1-22 0 11 11 0 0 1 22 0Zm-14.3-3.3a1 1 0 0 0-1.4-1.4l-3 3a1 1 0 0 0 0 1.4l3 3a1 1 0 0 0 1.4-1.4L30.42 35H36a4 4 0 0 1 4 4 1 1 0 1 0 2 0 6 6 0 0 0-6-6h-5.59l1.3-1.3Z"
}));
});
PersonArrowBack.displayName = 'PersonArrowBack';
export var PersonArrowBackDimensions = {
height: 48,
width: 48
};