@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialDnsFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DnsFilled",
short_name: "Dns",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M4 12q-.425 0-.712-.288Q3 11.425 3 11V4q0-.425.288-.713Q3.575 3 4 3h16q.425 0 .712.287Q21 3.575 21 4v7q0 .425-.288.712Q20.425 12 20 12Zm3.5-3q.625 0 1.062-.438Q9 8.125 9 7.5t-.438-1.062Q8.125 6 7.5 6t-1.062.438Q6 6.875 6 7.5t.438 1.062Q6.875 9 7.5 9ZM4 22q-.425 0-.712-.288Q3 21.425 3 21v-7q0-.425.288-.713Q3.575 13 4 13h16q.425 0 .712.287.288.288.288.713v7q0 .425-.288.712Q20.425 22 20 22Zm3.5-3q.625 0 1.062-.438Q9 18.125 9 17.5t-.438-1.062Q8.125 16 7.5 16t-1.062.438Q6 16.875 6 17.5t.438 1.062Q6.875 19 7.5 19Z"
}));
});
IconMaterialDnsFilled.displayName = 'AmauiIconMaterialDnsFilled';
export default IconMaterialDnsFilled;