UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 959 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBorderHorizontalW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BorderHorizontalW100Filled", short_name: "BorderHorizontal", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M3.5 4.5v-1h1v1Zm4 0v-1h1v1Zm4 0v-1h1v1Zm4 0v-1h1v1Zm4 0v-1h1v1Zm-16 4v-1h1v1Zm8 0v-1h1v1Zm8 0v-1h1v1Zm.5 4H4q-.2 0-.35-.15-.15-.15-.15-.35 0-.225.15-.363.15-.137.35-.137h16q.225 0 .363.137.137.138.137.363 0 .2-.137.35-.138.15-.363.15Zm-16.5 4v-1h1v1Zm8 0v-1h1v1Zm8 0v-1h1v1Zm-16 4v-1h1v1Zm4 0v-1h1v1Zm4 0v-1h1v1Zm4 0v-1h1v1Zm4 0v-1h1v1Z" })); }); IconMaterialBorderHorizontalW100Filled.displayName = 'AmauiIconMaterialBorderHorizontalW100Filled'; export default IconMaterialBorderHorizontalW100Filled;