UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.11 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCallLogFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CallLogFilled", short_name: "CallLog", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M520-800q-17 0-28.5-11.5T480-840q0-17 11.5-28.5T520-880h320q17 0 28.5 11.5T880-840q0 17-11.5 28.5T840-800H520Zm0 160q-17 0-28.5-11.5T480-680q0-17 11.5-28.5T520-720h320q17 0 28.5 11.5T880-680q0 17-11.5 28.5T840-640H520Zm0 160q-17 0-28.5-11.5T480-520q0-17 11.5-28.5T520-560h320q17 0 28.5 11.5T880-520q0 17-11.5 28.5T840-480H520ZM758-80q-129 0-251.5-57.5t-217-152q-94.5-94.5-152-217T80-758q0-18 12-30t30-12h162q14 0 25 9t13 23l26 140q2 14-.5 25.5T336-582l-96 98q42 72 105 135t139 109l94-94q9-9 23.5-13.5T630-350l138 28q14 3 23 13.5t9 24.5v162q0 18-12 30t-30 12Z" })); }); IconMaterialCallLogFilled.displayName = 'AmauiIconMaterialCallLogFilled'; export default IconMaterialCallLogFilled;