UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 828 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSearchW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SearchW100Filled", short_name: "Search", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M382-360q-92 0-156-64t-64-156q0-92 64-156t156-64q92 0 156 64t64 156q0 41-15 80t-39 66l240 240q4 4 4.5 9.5T788-174q-5 5-10 5t-10-5L528-414q-30 26-69 40t-77 14Zm0-28q81 0 136.5-55.5T574-580q0-81-55.5-136.5T382-772q-81 0-136.5 55.5T190-580q0 81 55.5 136.5T382-388Z" })); }); IconMaterialSearchW100Filled.displayName = 'OnesyIconMaterialSearchW100Filled'; export default IconMaterialSearchW100Filled;