@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 834 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialBorderAllW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BorderAllW100",
short_name: "BorderAll",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M172-232v-496q0-24.75 17.63-42.38Q207.25-788 232-788h496q24.75 0 42.38 17.62Q788-752.75 788-728v496q0 24.75-17.62 42.37Q752.75-172 728-172H232q-24.75 0-42.37-17.63Q172-207.25 172-232Zm322-234v266h266v-266H494Zm0-28h266v-266H494v266Zm-28 0v-266H200v266h266Zm0 28H200v266h266v-266Z"
}));
});
IconMaterialBorderAllW100.displayName = 'OnesyIconMaterialBorderAllW100';
export default IconMaterialBorderAllW100;