@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.46 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBedroomBabyFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BedroomBabyFilled",
short_name: "BedroomBaby",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12 18q1.8 0 3.45-.613 1.65-.612 3-1.787.225-.2.238-.5.012-.3-.213-.525-.2-.2-.512-.212-.313-.013-.563.187-.125.125-.262.212-.138.088-.288.188L16 13.5V11h.5q.2 0 .35-.15.15-.15.15-.35 0-.2-.15-.35-.15-.15-.35-.15h-4.825q-.125 0-.237-.062-.113-.063-.188-.188L9.8 7.25q-.075-.125-.187-.188Q9.5 7 9.375 7h-3.25q-.15 0-.162.05-.013.05.112.15.125.1.35.212.225.113.35.163.125.05.125.175 0 .125-.075.225l-.85.975q-.2.225-.187.537.012.313.212.538.2.2.488.237.287.038.512-.112l1-.65v4l-.85 1.45q-.15-.1-.287-.188-.138-.087-.263-.212-.25-.2-.55-.2-.3 0-.525.225-.225.225-.213.525.013.3.238.5 1.35 1.175 3 1.787Q10.2 18 12 18Zm0-1.5q-.95 0-1.837-.188-.888-.187-1.713-.612l.85-1.45q1.325.5 2.7.5 1.375 0 2.7-.5l.85 1.45q-.825.375-1.712.588-.888.212-1.838.212ZM4 22q-.825 0-1.412-.587Q2 20.825 2 20V4q0-.825.588-1.413Q3.175 2 4 2h16q.825 0 1.413.587Q22 3.175 22 4v16q0 .825-.587 1.413Q20.825 22 20 22Z"
}));
});
IconMaterialBedroomBabyFilled.displayName = 'AmauiIconMaterialBedroomBabyFilled';
export default IconMaterialBedroomBabyFilled;