@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 676 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBorderStyle = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BorderStyle",
short_name: "BorderStyle",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M15 21v-2h2v2Zm4 0v-2h2v2ZM7 21v-2h2v2Zm4 0v-2h2v2Zm8-4v-2h2v2Zm0-4v-2h2v2ZM3 21V5q0-.825.587-1.413Q4.175 3 5 3h16v2H5v16ZM19 9V7h2v2Z"
}));
});
IconMaterialBorderStyle.displayName = 'AmauiIconMaterialBorderStyle';
export default IconMaterialBorderStyle;