UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.22 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var CallAdd = /*#__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: "m9.37 3.31.86 2.03c.37.88.16 1.92-.52 2.57l-1.9 1.8a8.01 8.01 0 0 0 1.1 3.17 8.68 8.68 0 0 0 2.26 2.6l2.28-.76c.86-.29 1.8.04 2.33.82l1.23 1.8c.62.91.5 2.16-.26 2.92l-.81.83a3.02 3.02 0 0 1-3.06.77c-2.54-.79-4.87-3.14-7-7.05C3.75 10.89 3 7.57 3.62 4.84a3.26 3.26 0 0 1 2.15-2.4l1.08-.35c1-.32 2.08.2 2.52 1.22Zm7.78-1.3.1-.01c.38 0 .7.28.74.64l.01.1V6h3.25c.38 0 .7.28.75.65v.1c0 .38-.28.7-.65.74l-.1.01H18v3.25c0 .38-.28.7-.65.74h-.1a.75.75 0 0 1-.74-.64l-.01-.1V7.5h-3.25a.75.75 0 0 1-.74-.65l-.01-.1c0-.38.28-.7.65-.74h.1L16.5 6V2.75c0-.38.28-.7.65-.75h.1-.1Z" })); }); CallAdd.displayName = 'CallAdd'; export var CallAddDimensions = { height: 24, width: 24 };