UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.32 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialTableRowsNarrowW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "TableRowsNarrowW100Filled", short_name: "TableRowsNarrow", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M202-333q-12.75 0-21.37-8.63Q172-350.25 172-363v-73q0-12.75 8.63-21.38Q189.25-466 202-466h556q12.75 0 21.38 8.62Q788-448.75 788-436v73q0 12.75-8.62 21.37Q770.75-333 758-333H202Zm0-161q-12.75 0-21.37-8.63Q172-511.25 172-524v-73q0-12.75 8.63-21.38Q189.25-627 202-627h556q12.75 0 21.38 8.62Q788-609.75 788-597v73q0 12.75-8.62 21.37Q770.75-494 758-494H202Zm0-161q-12.75 0-21.37-8.63Q172-672.25 172-685v-73q0-12.75 8.63-21.38Q189.25-788 202-788h556q12.75 0 21.38 8.62Q788-770.75 788-758v73q0 12.75-8.62 21.37Q770.75-655 758-655H202Zm0 483q-12.75 0-21.37-8.63Q172-189.25 172-202v-73q0-12.75 8.63-21.38Q189.25-305 202-305h556q12.75 0 21.38 8.62Q788-287.75 788-275v73q0 12.75-8.62 21.37Q770.75-172 758-172H202Z" })); }); IconMaterialTableRowsNarrowW100Filled.displayName = 'OnesyIconMaterialTableRowsNarrowW100Filled'; export default IconMaterialTableRowsNarrowW100Filled;