@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialEmojiObjectsFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "EmojiObjectsFilled",
short_name: "EmojiObjects",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12 22q-.65 0-1.175-.312-.525-.313-.825-.838-.825 0-1.412-.587Q8 19.675 8 18.85V15.3q-1.475-.975-2.362-2.575-.888-1.6-.888-3.475 0-3.025 2.112-5.138Q8.975 2 12 2t5.137 2.112Q19.25 6.225 19.25 9.25q0 1.925-.887 3.5-.888 1.575-2.363 2.55v3.55q0 .825-.587 1.413-.588.587-1.413.587-.3.525-.825.838Q12.65 22 12 22Zm-2-3.15h4v-.9h-4Zm0-1.9h4V16h-4ZM11.25 14h1.5v-2.7l1.675-1.675q.225-.225.225-.525 0-.3-.225-.525-.225-.225-.525-.225-.3 0-.5.2L12 9.95l-1.375-1.375Q10.4 8.35 10.1 8.35q-.3 0-.525.225-.225.225-.225.525 0 .3.2.5l1.7 1.7Z"
}));
});
IconMaterialEmojiObjectsFilled.displayName = 'AmauiIconMaterialEmojiObjectsFilled';
export default IconMaterialEmojiObjectsFilled;