@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.46 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialCallLogW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "CallLogW100",
short_name: "CallLog",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M494-800q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h320q5.95 0 9.975 4.035 4.025 4.035 4.025 10T823.975-804q-4.025 4-9.975 4H494Zm0 128q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h320q5.95 0 9.975 4.035 4.025 4.035 4.025 10T823.975-676q-4.025 4-9.975 4H494Zm0 128q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h320q5.95 0 9.975 4.035 4.025 4.035 4.025 10T823.975-548q-4.025 4-9.975 4H494Zm208 412q-97 0-198.5-52t-184-134.5Q237-401 184.5-502T132-700q0-18 12-30t30-12h80q18 0 30.5 10.5T301-704l18 82q3 16-.5 29T304-571l-84 77q56 94 125 162t163 120l82-86q11-11 22.5-14.5t25.5-.5l68 14q17 4 27.5 16.5T744-252v78q0 18-12 30t-30 12ZM206-520l80-72q5-4 6.5-11t-.5-13l-18-82q-2-8-7-12t-13-4h-80q-6 0-10 4t-4 10q0 41 12.5 87t33.5 93Zm328 320q41 21 88.5 30.5T702-160q6 0 10-4t4-10v-78q0-8-4-13t-12-7l-68-14q-6-2-10.5-.5T612-280l-78 80ZM206-520Zm328 320Z"
}));
});
IconMaterialCallLogW100.displayName = 'AmauiIconMaterialCallLogW100';
export default IconMaterialCallLogW100;