@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialFeatureSearchW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FeatureSearchW100Filled",
short_name: "FeatureSearch",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M620-560q-59 0-99.5-40.5T480-700q0-59 40.5-99.5T620-840q59 0 99.5 40.5T760-700q0 27-8.5 49T728-612l124 124q4 4 4.5 9.5T852-468q-5 5-10 5t-10-5L708-592q-17 17-40.5 24.5T620-560Zm0-28q47 0 79.5-32.5T732-700q0-47-32.5-79.5T620-812q-47 0-79.5 32.5T508-700q0 47 32.5 79.5T620-588ZM192-132q-26 0-43-17t-17-43v-496q0-26 17-43t43-17h181q13 0 21 10t7 23v20q0 91 63 152.5T621-481q17 0 34.5-2.5T691-491l37 33q10 8 15 20t5 25v221q0 26-17 43t-43 17H192Z"
}));
});
IconMaterialFeatureSearchW100Filled.displayName = 'OnesyIconMaterialFeatureSearchW100Filled';
export default IconMaterialFeatureSearchW100Filled;