UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.24 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var CallProhibited = /*#__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.95.44.45.1.88.5 1.1 1.2l.72 2.21a5.25 5.25 0 0 0 4.38 3.6l3.17.37c1.56.18 3.09-.5 3.98-1.8z" }), /*#__PURE__*/React.createElement("path", { d: "M24 44a11 11 0 1 1 0-22 11 11 0 0 1 0 22zm0-2.5a8.5 8.5 0 0 0 6.83-13.56l-11.9 11.89A8.46 8.46 0 0 0 24 41.5zm-6.83-3.44 11.9-11.89a8.5 8.5 0 0 0-11.9 11.9z" })); }); CallProhibited.displayName = 'CallProhibited'; export var CallProhibitedDimensions = { height: 48, width: 48 };