UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.48 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDialerSipW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DialerSipW100Filled", short_name: "DialerSip", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M15.65 8.65q-.15 0-.25-.1t-.1-.25V5.25q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25V8.3q0 .15-.1.25t-.25.1Zm-3.2 0q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h1.4V7.1H12.5q-.175 0-.287-.113-.113-.112-.113-.287V5.3q0-.175.113-.288.112-.112.287-.112h1.7q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1h-1.4v.8h1.35q.175 0 .288.112.112.113.112.288v1.45q0 .175-.112.287-.113.113-.288.113Zm4.65 0q-.15 0-.25-.1t-.1-.25v-3q0-.175.113-.288.112-.112.287-.112h1.7q.175 0 .288.112.112.113.112.288v1.4q0 .175-.112.287-.113.113-.288.113h-1.4v1.2q0 .15-.1.25t-.25.1Zm.35-2.25h1.1v-.8h-1.1Zm1.15 13.15q-2.425 0-4.962-1.3-2.538-1.3-4.6-3.363-2.063-2.062-3.375-4.587Q4.35 7.775 4.35 5.35q0-.45.3-.75t.75-.3h2q.45 0 .762.262.313.263.413.688l.45 2.05q.075.4-.013.725-.087.325-.362.55L6.55 10.5q1.4 2.35 3.125 4.05 1.725 1.7 4.075 3l2.05-2.15q.275-.275.563-.363.287-.087.637-.012l1.7.35q.425.1.688.413.262.312.262.762v1.95q0 .45-.3.75t-.75.3Z" })); }); IconMaterialDialerSipW100Filled.displayName = 'AmauiIconMaterialDialerSipW100Filled'; export default IconMaterialDialerSipW100Filled;