@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PeopleMoney = /*#__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: "M8 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm9 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM4.25 13C3.01 13 2 14 2 15.25v.25S2 20 8 20c1.24 0 2.22-.2 3-.5v-4a2.5 2.5 0 0 1 1.6-2.33c-.26-.11-.55-.17-.85-.17h-7.5ZM12 15.5c0-.83.67-1.5 1.5-1.5h8c.83 0 1.5.67 1.5 1.5v4c0 .83-.67 1.5-1.5 1.5h-8a1.5 1.5 0 0 1-1.5-1.5v-4Zm1 .5v1a2 2 0 0 0 2-2h-1a1 1 0 0 1-1 1Zm9 1v-1a1 1 0 0 1-1-1h-1c0 1.1.9 2 2 2Zm-2 3h1a1 1 0 0 1 1-1v-1a2 2 0 0 0-2 2Zm-7-2v1a1 1 0 0 1 1 1h1a2 2 0 0 0-2-2Zm4.5 1.25a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z"
}));
});
PeopleMoney.displayName = 'PeopleMoney';
export var PeopleMoneyDimensions = {
height: 24,
width: 24
};