@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.37 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialCookieW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "CookieW100Filled",
short_name: "Cookie",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M10.5 9.75q.525 0 .887-.375.363-.375.363-.875 0-.525-.363-.888-.362-.362-.887-.362-.5 0-.875.362-.375.363-.375.888 0 .5.375.875t.875.375Zm-2 5q.525 0 .887-.375.363-.375.363-.875 0-.525-.363-.887-.362-.363-.887-.363-.5 0-.875.363-.375.362-.375.887 0 .5.375.875t.875.375Zm6.5 1q.325 0 .538-.225.212-.225.212-.525 0-.325-.212-.538-.213-.212-.538-.212-.3 0-.525.212-.225.213-.225.538 0 .3.225.525.225.225.525.225Zm-3 5.6q-1.95 0-3.65-.737-1.7-.738-2.962-2-1.263-1.263-2-2.963-.738-1.7-.738-3.65 0-2.05.838-3.838.837-1.787 2.25-3.075Q7.15 3.8 9 3.137q1.85-.662 3.875-.462.2.025.325.175t.15.35q.125 1.925 1.313 3.062Q15.85 7.4 17.9 7.6q.2.025.325.162.125.138.125.338.025 1.175.763 2.088.737.912 1.762 1.262.2.075.338.238.137.162.137.362-.1 1.9-.875 3.6-.775 1.7-2.037 2.963-1.263 1.262-2.913 2-1.65.737-3.525.737Z"
}));
});
IconMaterialCookieW100Filled.displayName = 'AmauiIconMaterialCookieW100Filled';
export default IconMaterialCookieW100Filled;