UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 964 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCheckroomW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CheckroomW100", short_name: "Checkroom", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M3 19.35q-.25 0-.325-.237-.075-.238.125-.388l8.85-6.65V10q0-.125.088-.238.087-.112.237-.112.925.025 1.55-.6t.625-1.55q0-.875-.625-1.513-.625-.637-1.5-.637-.65 0-1.2.362-.55.363-.8.963-.05.1-.125.137-.075.038-.175.038-.2 0-.287-.15-.088-.15-.013-.35.35-.775 1.038-1.238Q11.15 4.65 12 4.65q1.2 0 2.025.812.825.813.825 1.988 0 1.25-.7 2t-1.8.875v1.75l8.85 6.65q.2.15.125.388-.075.237-.325.237Zm1.05-.7h15.9L12 12.675Z" })); }); IconMaterialCheckroomW100.displayName = 'AmauiIconMaterialCheckroomW100'; export default IconMaterialCheckroomW100;