UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 997 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialImagesearchRollerW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ImagesearchRollerW100Filled", short_name: "ImagesearchRoller", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M534-92h-83q-12 0-21-8.5t-9-19.5v-199q0-11 9-19.5t21-8.5h27v-167q0-13-10.5-22t-25.5-9H196q-27 0-45.5-17.5T132-605v-110q0-24 18.5-41.5T196-774h40v-26q0-11 9-19.5t21-8.5h452q12 0 21 8.5t9 19.5v80q0 11-9 19.5t-21 8.5H266q-12 0-21-8.5t-9-19.5v-26h-40q-16 0-26 9t-10 22v110q0 14 10 23t26 9h246q26 0 45 17.5t19 41.5v167h28q12 0 20.5 8.5T563-319v199q0 11-8.5 19.5T534-92Z" })); }); IconMaterialImagesearchRollerW100Filled.displayName = 'OnesyIconMaterialImagesearchRollerW100Filled'; export default IconMaterialImagesearchRollerW100Filled;