UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 962 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialViewQuiltW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ViewQuiltW100Filled", short_name: "ViewQuilt", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M447-494q-26 0-43-17t-17-43v-94q0-26 17-43t43-17h281q26 0 43 17t17 43v94q0 26-17 43t-43 17H447Zm214 242q-26 0-43-17t-17-43v-94q0-26 17-43t43-17h67q26 0 43 17t17 43v94q0 26-17 43t-43 17h-67Zm-214 0q-26 0-43-17t-17-43v-94q0-26 17-43t43-17h66q26 0 43 17t17 43v94q0 26-17 43t-43 17h-66Zm-215 0q-26 0-43-17t-17-43v-336q0-26 17-43t43-17h67q26 0 43 17t17 43v336q0 26-17 43t-43 17h-67Z" })); }); IconMaterialViewQuiltW100Filled.displayName = 'OnesyIconMaterialViewQuiltW100Filled'; export default IconMaterialViewQuiltW100Filled;