UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.44 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialCssW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CssW100Filled", short_name: "Css", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M537-404v-66H417q-8.5 0-14.25-5.75T397-490v-66q0-11.9 8.05-19.95Q413.1-584 425-584h126q6.07 0 10.03 3.95 3.97 3.96 3.97 10 0 6.05-3.97 10.05-3.96 4-10.03 4H425v66h120q8.5 0 14.25 5.75T565-470v66q0 11.9-8.05 19.95Q548.9-376 537-376H411q-6.07 0-10.03-3.95-3.97-3.96-3.97-10 0-6.05 3.97-10.05 3.96-4 10.03-4h126Zm255 0v-66H672q-8.5 0-14.25-5.75T652-490v-66q0-11.9 8.05-19.95Q668.1-584 680-584h126q6.07 0 10.03 3.95 3.97 3.96 3.97 10 0 6.05-3.97 10.05-3.96 4-10.03 4H680v66h120q8.5 0 14.25 5.75T820-470v66q0 11.9-8.05 19.95Q803.9-376 792-376H666q-6.07 0-10.03-3.95-3.97-3.96-3.97-10 0-6.05 3.97-10.05 3.96-4 10.03-4h126Zm-622 28q-11.9 0-19.95-8.05Q142-392.1 142-404v-152q0-11 8.05-19.5T170-584h112q11 0 19.5 8.5T310-556v23q0 6-4.5 9.5t-9.93 3.5q-5.88 0-9.72-3.97Q282-527.93 282-534v-22H170v152h112v-22q0-5 3.85-9.5 3.84-4.5 9.72-4.5 5.43 0 9.93 4.5t4.5 9.5v22q0 11.9-8.5 19.95Q293-376 282-376H170Z" })); }); IconMaterialCssW100Filled.displayName = 'OnesyIconMaterialCssW100Filled'; export default IconMaterialCssW100Filled;