@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.53 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialDemography = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Demography",
short_name: "Demography",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M18 18q.625 0 1.062-.438.438-.437.438-1.062t-.438-1.062Q18.625 15 18 15t-1.062.438q-.438.437-.438 1.062t.438 1.062Q17.375 18 18 18Zm0 3q.75 0 1.4-.35.65-.35 1.075-.975-.575-.35-1.2-.512Q18.65 19 18 19q-.65 0-1.275.163-.625.162-1.2.512.425.625 1.075.975.65.35 1.4.35ZM5 21q-.825 0-1.413-.587Q3 19.825 3 19V5q0-.825.587-1.413Q4.175 3 5 3h14q.825 0 1.413.587Q21 4.175 21 5v6.7q-.475-.225-.975-.388-.5-.162-1.025-.237V5H5v14h6.05q.075.55.238 1.05.162.5.387.95Zm0-3v1V5v6.075V11v7Zm2-2q0 .425.287.712Q7.575 17 8 17h3.075q.075-.525.237-1.025.163-.5.363-.975H8q-.425 0-.713.287Q7 15.575 7 16Zm0-4q0 .425.287.712Q7.575 13 8 13h5.1q.8-.75 1.787-1.25.988-.5 2.113-.675-.225-.05-.5-.063Q16.225 11 16 11H8q-.425 0-.713.287Q7 11.575 7 12Zm0-4q0 .425.287.712Q7.575 9 8 9h8q.425 0 .712-.288Q17 8.425 17 8t-.288-.713Q16.425 7 16 7H8q-.425 0-.713.287Q7 7.575 7 8Zm11 15q-2.075 0-3.537-1.462Q13 20.075 13 18q0-2.075 1.463-3.538Q15.925 13 18 13t3.538 1.462Q23 15.925 23 18q0 2.075-1.462 3.538Q20.075 23 18 23Z"
}));
});
IconMaterialDemography.displayName = 'AmauiIconMaterialDemography';
export default IconMaterialDemography;