UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 884 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDoorFrontW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DoorFrontW100Filled", short_name: "DoorFront", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M4.65 19.7q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1H6.3V5.8q0-.65.425-1.075Q7.15 4.3 7.8 4.3h8.4q.65 0 1.075.425.425.425.425 1.075V19h1.65q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Zm9.65-7q.275 0 .488-.213Q15 12.275 15 12t-.212-.488q-.213-.212-.488-.212t-.488.212q-.212.213-.212.488t.212.487q.213.213.488.213Z" })); }); IconMaterialDoorFrontW100Filled.displayName = 'AmauiIconMaterialDoorFrontW100Filled'; export default IconMaterialDoorFrontW100Filled;