UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.01 kB
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 32 32" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M16 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm12.02 6.29a2.84 2.84 0 0 0-3.58-1.5l-1.78.67a1 1 0 0 0-.6.61 6.4 6.4 0 0 1-12.12 0 1 1 0 0 0-.6-.6L7.6 6.8a2.81 2.81 0 0 0-2.11 5.22l4.51 2v5.8l-2.42 6.43a2.6 2.6 0 0 0 4.8 1.96l3.04-6.92a.57.57 0 0 1 1.06.01l2.87 6.87a2.7 2.7 0 0 0 5.02-1.98L22 19.83v-5.81l4.55-1.96a2.84 2.84 0 0 0 1.47-3.77z" })); }); Accessibility.displayName = 'Accessibility'; export var AccessibilityDimensions = { height: 32, width: 32 };