UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.11 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var CallCheckmark = /*#__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: "M21.78 3.28a.75.75 0 1 0-1.06-1.06L15 7.94l-1.87-1.87a.75.75 0 0 0-1.06 1.06l2.4 2.4a.75.75 0 0 0 1.06 0l6.25-6.25ZM6.85 2.1l-1.08.34a3.26 3.26 0 0 0-2.15 2.4c-.62 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.57l-.85-2.03A2.06 2.06 0 0 0 6.85 2.1Z" })); }); CallCheckmark.displayName = 'CallCheckmark'; export var CallCheckmarkDimensions = { height: 24, width: 24 };