UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.08 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPersonSearchFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PersonSearchFilled", short_name: "PersonSearch", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M440-480q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47ZM856-48 756-148q-21 12-45 20t-51 8q-75 0-127.5-52.5T480-300q0-75 52.5-127.5T660-480q75 0 127.5 52.5T840-300q0 27-8 51t-20 45l100 100q11 11 11 28t-11 28q-11 11-28 11t-28-11ZM660-200q42 0 71-29t29-71q0-42-29-71t-71-29q-42 0-71 29t-29 71q0 42 29 71t71 29Zm-460 40q-33 0-56.5-23.5T120-240v-31q0-34 17-63t47-44q45-23 99.5-39.5T403-439q12-1 18 10t1 23q-11 25-16.5 51.5T400-301q0 26 4.5 52.5T420-198q6 14-1 26t-21 12H200Z" })); }); IconMaterialPersonSearchFilled.displayName = 'OnesyIconMaterialPersonSearchFilled'; export default IconMaterialPersonSearchFilled;