UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.38 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialEggAltW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EggAltW100", short_name: "EggAlt", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M16 20.7q-1.35 0-2.037-.488-.688-.487-1.163-.987-.575-.625-1.175-1.075-.6-.45-1.65-.45-.925 0-2.087-.338-1.163-.337-2.175-1.075Q4.7 15.55 4 14.375q-.7-1.175-.7-2.85 0-3.475 1.775-5.85Q6.85 3.3 9.975 3.3q1.4 0 2.412.4 1.013.4 1.75 1.037.738.638 1.288 1.413t1 1.5q.4.65.787 1.225.388.575.863 1.05Q19.4 11.25 20.05 12.2q.65.95.65 2.825 0 2.425-1.462 4.05Q17.775 20.7 16 20.7Zm0-.7q1.425 0 2.712-1.413Q20 17.175 20 15.025q0-1.65-.487-2.425-.488-.775-1.913-2.2-.525-.5-.937-1.113-.413-.612-.838-1.262Q14.8 6.4 13.65 5.2 12.5 4 9.975 4q-1.225 0-2.212.387Q6.775 4.775 6 5.55q-.975 1-1.5 2.538Q3.975 9.625 4 11.5q.025 1.675.725 2.75t1.663 1.688q.962.612 1.962.837 1 .225 1.625.225 1.275 0 2.05.613.775.612 1.275 1.137.55.575 1.063.913Q14.875 20 16 20Zm-4-5.8q.9 0 1.55-.65T14.2 12q0-.9-.65-1.55T12 9.8q-.9 0-1.55.65T9.8 12q0 .9.65 1.55t1.55.65Zm-.025-2.2Z" })); }); IconMaterialEggAltW100.displayName = 'AmauiIconMaterialEggAltW100'; export default IconMaterialEggAltW100;