@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 963 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBorderColor = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BorderColor",
short_name: "BorderColor",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M4 24q-.825 0-1.412-.587Q2 22.825 2 22q0-.825.588-1.413Q3.175 20 4 20h16q.825 0 1.413.587Q22 21.175 22 22q0 .825-.587 1.413Q20.825 24 20 24Zm1-6q-.425 0-.713-.288Q4 17.425 4 17v-2.325q0-.2.075-.388.075-.187.225-.337l8.75-8.75 3.75 3.75-8.75 8.75q-.15.15-.337.225-.188.075-.388.075Zm1-2h.9L14 8.95 13.05 8 6 15.1Zm11.925-8.15-3.75-3.75 1.8-1.8q.275-.3.7-.288.425.013.7.288l2.35 2.35q.275.275.275.688 0 .412-.275.712ZM6 16Z"
}));
});
IconMaterialBorderColor.displayName = 'AmauiIconMaterialBorderColor';
export default IconMaterialBorderColor;