UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 852 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialExtensionW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ExtensionW100Filled", short_name: "Extension", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M360-172H200q-12 0-20-8t-8-20v-160q30-13 49-40t19-60q0-33-19-60t-49-40v-160q0-12 8-20t20-8h160q14-32 40.5-50t59.5-18q33 0 59.5 18t40.5 50h160q12 0 20 8t8 20v160q32 14 50 40.5t18 59.5q0 33-18 59.5T748-360v160q0 12-8 20t-20 8H560q-14-32-41-50t-59-18q-32 0-59 18t-41 50Z" })); }); IconMaterialExtensionW100Filled.displayName = 'OnesyIconMaterialExtensionW100Filled'; export default IconMaterialExtensionW100Filled;