@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.25 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PersonWalking = /*#__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 6.5A2.25 2.25 0 1 0 13 2a2.25 2.25 0 0 0 0 4.5Zm-2.64-.08c.19.04.35.15.5.27a3.24 3.24 0 0 0 2.9.72c.18-.04.38-.06.56 0l.13.02c.39.1.72.34.92.68l1.33 2.17a1 1 0 0 0 .66.46l1.43.29a1.5 1.5 0 0 1-.58 2.94l-2.5-.5a1.5 1.5 0 0 1-1-.69l-.18-.3a.54.54 0 0 0-.96.1c-.18.46-.12.98.17 1.38l1 1.43c.15.23.24.5.26.77l.25 4.25a1.5 1.5 0 0 1-3 .18l-.2-3.4a1 1 0 0 0-.25-.6l-.85-.96a.88.88 0 0 0-1.47.25l-2.1 5.18a1.5 1.5 0 0 1-2.77-1.12l3.07-7.63.05-.17.57-1.47a.47.47 0 0 0-.87-.36l-1.26 2.8a1.5 1.5 0 0 1-2.74-1.23l1.62-3.6c.17-.37.47-.66.85-.8l3.08-1.14c.28-.1.59-.12.88-.05l.5.13Z"
}));
});
PersonWalking.displayName = 'PersonWalking';
export var PersonWalkingDimensions = {
height: 24,
width: 24
};