@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.24 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var AccessibilityCheckmark = /*#__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: "M24 14.5A5.25 5.25 0 1 0 24 4a5.25 5.25 0 0 0 0 10.5Zm-12.29-4.24a4.25 4.25 0 0 0-2.9 7.98l7.86 2.87c.2.07.33.26.33.47v4.44c0 .35-.06.7-.2 1.03l-4.49 11.11a4.25 4.25 0 1 0 7.88 3.18l1.23-3.04A13.02 13.02 0 0 1 31 22.35v-.77c0-.21.14-.4.33-.47l7.88-2.87a4.25 4.25 0 1 0-2.91-7.98l-3.81 1.38c-.82.3-1.43.9-1.8 1.55a7.75 7.75 0 0 1-13.36 0 3.52 3.52 0 0 0-1.8-1.55l-3.82-1.38ZM45 35a11 11 0 1 1-22 0 11 11 0 0 1 22 0Zm-4.3-4.7a1 1 0 0 0-1.4 0L32 37.58l-3.3-3.3a1 1 0 0 0-1.4 1.42l4 4a1 1 0 0 0 1.4 0l8-8a1 1 0 0 0 0-1.42Z"
}));
});
AccessibilityCheckmark.displayName = 'AccessibilityCheckmark';
export var AccessibilityCheckmarkDimensions = {
height: 48,
width: 48
};