@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 986 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialDoorSliding = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DoorSliding",
short_name: "DoorSliding",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9 13q-.425 0-.712-.288Q8 12.425 8 12t.288-.713Q8.575 11 9 11t.713.287Q10 11.575 10 12t-.287.712Q9.425 13 9 13Zm6 0q-.425 0-.712-.288Q14 12.425 14 12t.288-.713Q14.575 11 15 11t.713.287Q16 11.575 16 12t-.287.712Q15.425 13 15 13ZM4 21q-.425 0-.712-.288Q3 20.425 3 20t.288-.712Q3.575 19 4 19V5q0-.825.588-1.413Q5.175 3 6 3h12q.825 0 1.413.587Q20 4.175 20 5v14q.425 0 .712.288.288.287.288.712t-.288.712Q20.425 21 20 21Zm2-2h5V5H6Zm7 0h5V5h-5Zm-1-8Z"
}));
});
IconMaterialDoorSliding.displayName = 'AmauiIconMaterialDoorSliding';
export default IconMaterialDoorSliding;