UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 837 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialWidthNormalW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "WidthNormalW100", short_name: "WidthNormal", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M192-212q-25 0-42.5-17.5T132-272v-416q0-25 17.5-42.5T192-748h576q25 0 42.5 17.5T828-688v416q0 25-17.5 42.5T768-212H192Zm0-28h163v-480H192q-14 0-23 9t-9 23v416q0 14 9 23t23 9Zm191 0h194v-480H383v480Zm222 0h163q14 0 23-9t9-23v-416q0-14-9-23t-23-9H605v480Zm-222 0v-480 480Z" })); }); IconMaterialWidthNormalW100.displayName = 'OnesyIconMaterialWidthNormalW100'; export default IconMaterialWidthNormalW100;