styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
15 lines (14 loc) • 1.22 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Accessibility = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("circle", { cx: 18, cy: 4, r: 2, key: "k0" }),
React.createElement("path", { d: "M17.836 12.014l-4.345.725 3.29-4.113a1 1 0 00-.227-1.457l-6-4a.999.999 0 00-1.262.125l-4 4 1.414 1.414 3.42-3.42 2.584 1.723-2.681 3.352a5.913 5.913 0 00-5.5.752l1.451 1.451A3.972 3.972 0 018 12c2.206 0 4 1.794 4 4 0 .739-.216 1.425-.566 2.02l1.451 1.451A5.961 5.961 0 0014 16c0-.445-.053-.878-.145-1.295L17 14.181V20h2v-7a.998.998 0 00-1.164-.986zM8 20c-2.206 0-4-1.794-4-4 0-.739.216-1.425.566-2.02l-1.451-1.451A5.961 5.961 0 002 16c0 3.309 2.691 6 6 6 1.294 0 2.49-.416 3.471-1.115l-1.451-1.451A3.972 3.972 0 018 20z", key: "k1" })));
});
Accessibility.displayName = 'Accessibility';
export var AccessibilityDimensions = { height: 24, width: 24 };