UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.19 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var CallMissed = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M42.3 20.17c2.58-3.7 1.92-9.04-2.59-10.99A39.66 39.66 0 0 0 24 6C17.4 6 12.05 7.56 8.29 9.18c-4.5 1.95-5.17 7.3-2.6 11a4.25 4.25 0 0 0 4 1.79l3.16-.37a5.25 5.25 0 0 0 4.38-3.6l.71-2.2c.23-.71.66-1.11 1.1-1.2 1.28-.3 3.1-.45 4.96-.45 1.86 0 3.67.15 4.96.44.44.1.87.5 1.1 1.2l.71 2.21a5.25 5.25 0 0 0 4.38 3.6l3.17.37c1.56.18 3.09-.5 3.98-1.8ZM25 29.25a1.25 1.25 0 0 0-2.5 0v5.5c0 .69.56 1.25 1.25 1.25h3.5a1.25 1.25 0 0 0 0-2.5H25v-4.25ZM24 44a11 11 0 1 0 0-22 11 11 0 0 0 0 22Zm0-2.5a8.5 8.5 0 1 1 0-17 8.5 8.5 0 0 1 0 17Z" })); }); CallMissed.displayName = 'CallMissed'; export var CallMissedDimensions = { height: 48, width: 48 };