UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.09 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var CallPause = /*#__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 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M15.5 2.75a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0v-7.5zm4 0a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0v-7.5zm-9.27 2.59-.86-2.03A2.06 2.06 0 0 0 6.85 2.1l-1.08.34a3.26 3.26 0 0 0-2.15 2.4c-.63 2.73.13 6.05 2.26 9.97 2.13 3.91 4.46 6.26 7 7.05 1.08.34 2.24.04 3.06-.77l.81-.82c.77-.77.88-2.02.26-2.92l-1.23-1.81a2.03 2.03 0 0 0-2.33-.82l-2.28.76a8.68 8.68 0 0 1-2.27-2.6 8.01 8.01 0 0 1-1.08-3.17l1.9-1.8c.67-.65.88-1.69.5-2.57z" })); }); CallPause.displayName = 'CallPause'; export var CallPauseDimensions = { height: 24, width: 24 };