@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialCategoryW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "CategoryW100Filled",
short_name: "Category",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9.625 10q-.425 0-.637-.387-.213-.388.012-.763l2.35-3.9q.225-.35.65-.35.425 0 .65.35L15 8.85q.225.375.013.763-.213.387-.638.387ZM17.5 21q-1.475 0-2.487-1.012Q14 18.975 14 17.5t1.013-2.488Q16.025 14 17.5 14t2.488 1.012Q21 16.025 21 17.5t-1.012 2.488Q18.975 21 17.5 21Zm-12.75-.5q-.325 0-.537-.212Q4 20.075 4 19.75v-4.5q0-.325.213-.538.212-.212.537-.212h4.5q.325 0 .538.212.212.213.212.538v4.5q0 .325-.212.538-.213.212-.538.212Z"
}));
});
IconMaterialCategoryW100Filled.displayName = 'AmauiIconMaterialCategoryW100Filled';
export default IconMaterialCategoryW100Filled;