@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.12 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Accessibility = /*#__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.3-4.24a4.25 4.25 0 0 0-2.9 7.98l7.87 2.87c.2.07.33.26.33.47v4.44c0 .35-.07.7-.2 1.03l-4.49 11.11a4.25 4.25 0 1 0 7.88 3.18l3.35-8.27a.5.5 0 0 1 .92 0l3.35 8.27a4.25 4.25 0 0 0 7.88-3.18l-4.49-11.1c-.13-.33-.2-.68-.2-1.03v-4.45c0-.21.14-.4.33-.47l7.87-2.87a4.25 4.25 0 1 0-2.9-7.98l-3.81 1.38c-.82.3-1.43.9-1.81 1.55a7.75 7.75 0 0 1-13.35 0 3.52 3.52 0 0 0-1.81-1.55l-3.81-1.38Z"
}));
});
Accessibility.displayName = 'Accessibility';
export var AccessibilityDimensions = {
height: 48,
width: 48
};