UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.14 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFitWidthW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FitWidthW100Filled", short_name: "FitWidth", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M172-192v-576q0-8.5 5.75-14.25T192-788q8.5 0 14.25 5.75T212-768v576q0 8.5-5.75 14.25T192-172q-8.5 0-14.25-5.75T172-192Zm576 0v-576q0-8.5 5.75-14.25T768-788q8.5 0 14.25 5.75T788-768v576q0 8.5-5.75 14.25T768-172q-8.5 0-14.25-5.75T748-192ZM480-460q-8.5 0-14.25-5.75T460-480q0-8.5 5.75-14.25T480-500q8.5 0 14.25 5.75T500-480q0 8.5-5.75 14.25T480-460Zm-144 0q-8.5 0-14.25-5.75T316-480q0-8.5 5.75-14.25T336-500q8.5 0 14.25 5.75T356-480q0 8.5-5.75 14.25T336-460Zm288 0q-8.5 0-14.25-5.75T604-480q0-8.5 5.75-14.25T624-500q8.5 0 14.25 5.75T644-480q0 8.5-5.75 14.25T624-460Z" })); }); IconMaterialFitWidthW100Filled.displayName = 'OnesyIconMaterialFitWidthW100Filled'; export default IconMaterialFitWidthW100Filled;