UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 932 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPersonFilledFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PersonFilledFilled", short_name: "PersonFilled", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M12 12q-1.65 0-2.825-1.175Q8 9.65 8 8q0-1.65 1.175-2.825Q10.35 4 12 4q1.65 0 2.825 1.175Q16 6.35 16 8q0 1.65-1.175 2.825Q13.65 12 12 12Zm-6 8q-.825 0-1.412-.587Q4 18.825 4 18v-.8q0-.85.438-1.563.437-.712 1.162-1.087 1.55-.775 3.15-1.163Q10.35 13 12 13t3.25.387q1.6.388 3.15 1.163.725.375 1.162 1.087Q20 16.35 20 17.2v.8q0 .825-.587 1.413Q18.825 20 18 20Z" })); }); IconMaterialPersonFilledFilled.displayName = 'OnesyIconMaterialPersonFilledFilled'; export default IconMaterialPersonFilledFilled;