@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.22 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialExtensionW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ExtensionW100",
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.7ZM5 19h3.65q.375-.8 1.138-1.25.762-.45 1.712-.45t1.713.45q.762.45 1.137 1.25H18v-4.55q.875-.15 1.288-.725.412-.575.412-1.225 0-.65-.412-1.225-.413-.575-1.288-.725V6h-4.55q-.15-.875-.725-1.288Q12.15 4.3 11.5 4.3q-.65 0-1.225.412Q9.7 5.125 9.55 6H5v3.6q.8.425 1.25 1.212.45.788.45 1.688 0 .9-.45 1.688Q5.8 14.975 5 15.4Zm7.35-7.35Z"
}));
});
IconMaterialExtensionW100.displayName = 'AmauiIconMaterialExtensionW100';
export default IconMaterialExtensionW100;