UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 2.1 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialDoorbellChimeW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DoorbellChimeW100Filled', short_name: 'DoorbellChime', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-274q-19 0-32.5-13.5T434-320q0-19 13.5-32.5T480-366q19 0 32.5 13.5T526-320q0 19-13.5 32.5T480-274Zm.15 168Q408-106 357-156.9q-51-50.89-51-123.1v-400q0-72.21 50.85-123.1 50.85-50.9 123-50.9T603-803.1q51 50.89 51 123.1v400q0 72.21-50.85 123.11Q552.3-106 480.15-106ZM480-246q30.52 0 52.26-21.74T554-320q0-30.52-21.74-52.26T480-394q-30.52 0-52.26 21.74T406-320q0 30.52 21.74 52.26T480-246Zm0-320q30.52 0 52.26-21.74Q554-609.47 554-640q0-30.53-21.74-52.26Q510.52-714 480-714t-52.26 21.74Q406-670.53 406-640q0 30.53 21.74 52.26Q449.48-566 480-566Zm267.04 180q-6.04 0-10.54-4.07-4.5-4.08-4.5-10.1 0-2.83 1.09-5.46 1.09-2.62 2.91-4.37 14-14 22-31.76 8-17.75 8-38.24 0-20.49-8-38.24Q750-536 736-550q-1.82-2.13-2.91-4.62t-1.09-5.34q0-6.04 4.31-10.54 4.32-4.5 10.69-4.5 3 0 5.63 1.46 2.62 1.46 4.37 3.54 18.09 18.36 27.54 41.31 9.46 22.95 9.46 48.82t-9.46 48.73Q775.09-408.29 757-390q-1.78 1.67-4.44 2.83-2.67 1.17-5.52 1.17Zm107 80q-6.04 0-10.04-4.07-4-4.08-4-10.1 0-2.83 1.17-5.46 1.16-2.62 2.83-4.37 29.85-29.54 45.93-68.73Q906-437.93 906-479.96 906-522 890-561q-16-39-45-69-1.67-1.78-2.83-4.44-1.17-2.67-1.17-5.52 0-6.04 3.74-10.04 3.73-4 9.26-4 2.86 0 5.54 1.17 2.67 1.16 4.46 2.83 34 34 52 78t18 92q0 48-18 92t-52 78q-1.78 1.67-4.44 2.83-2.67 1.17-5.52 1.17Z" }) }))); }); IconMaterialDoorbellChimeW100Filled.displayName = 'OnesyIconMaterialDoorbellChimeW100Filled'; exports.default = IconMaterialDoorbellChimeW100Filled;