@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 920 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialExtensionW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ExtensionW100Filled",
short_name: "Extension",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9 19.7H5q-.3 0-.5-.2t-.2-.5v-4q.75-.325 1.225-1Q6 13.325 6 12.5T5.525 11q-.475-.675-1.225-1V6q0-.3.2-.5t.5-.2h4q.35-.8 1.012-1.25.663-.45 1.488-.45t1.488.45Q13.65 4.5 14 5.3h4q.3 0 .5.2t.2.5v4q.8.35 1.25 1.012.45.663.45 1.488t-.45 1.488Q19.5 14.65 18.7 15v4q0 .3-.2.5t-.5.2h-4q-.35-.8-1.025-1.25Q12.3 18 11.5 18t-1.475.45Q9.35 18.9 9 19.7Z"
}));
});
IconMaterialExtensionW100Filled.displayName = 'AmauiIconMaterialExtensionW100Filled';
export default IconMaterialExtensionW100Filled;