@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.43 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialDoorbell3pW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Doorbell3pW100",
short_name: "Doorbell3p",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M312-132q-24.75 0-42.37-17.63Q252-167.25 252-192v-576q0-24.75 17.63-42.38Q287.25-828 312-828h336q24.75 0 42.38 17.62Q708-792.75 708-768v576q0 24.75-17.62 42.37Q672.75-132 648-132H312Zm0-28h336q14 0 23-9t9-23v-576q0-14-9-23t-23-9H312q-14 0-23 9t-9 23v576q0 14 9 23t23 9Zm168-66q30.52 0 52.26-21.74T554-300q0-30.52-21.74-52.26T480-374q-30.52 0-52.26 21.74T406-300q0 30.52 21.74 52.26T480-226Zm0-28q-19 0-32.5-13.5T434-300q0-19 13.5-32.5T480-346q19 0 32.5 13.5T526-300q0 19-13.5 32.5T480-254Zm0-182q14.4 0 23.2-8.8 8.8-8.8 8.8-23.2h-64q0 14 8.8 23t23.2 9Zm-114-52h227.5q6.5 0 10.5-4.2t4-9.8q0-5.6-4.2-9.8-4.2-4.2-9.8-4.2h-18v-73.87Q576-626 558-654q-18-28-52.05-37.86v-9.85q0-11.5-7.3-18.9Q491.35-728 480-728q-11.35 0-18.65 7.32-7.3 7.32-7.3 18.71v9.77Q420-680 402-652.8t-18 63.2v73.6h-18q-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8 0 5.6 4.2 9.8 4.2 4.2 9.8 4.2Zm-86 328v-640 640Z"
}));
});
IconMaterialDoorbell3pW100.displayName = 'OnesyIconMaterialDoorbell3pW100';
export default IconMaterialDoorbell3pW100;