UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.29 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js'); var index = require('../../node_modules/react/index.js'); const A11y20 = (_a) => { var { fill, size = '1.25rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]); return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M10 3.25a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5ZM1.75 10a8.25 8.25 0 1 1 16.5 0 8.25 8.25 0 0 1-16.5 0Zm3.413-3.252a.75.75 0 0 1 1.006-.335c.71.355 2.266.754 3.831.754 1.566 0 3.12-.4 3.831-.754a.75.75 0 0 1 .671 1.341c-.743.372-1.992.717-3.335.852v1.636l.129.27c.126.265.299.637.485 1.062.367.84.805 1.93 1.03 2.827a.75.75 0 1 1-1.455.364c-.192-.768-.587-1.762-.95-2.59A36.358 36.358 0 0 0 10 11.28c-.114.241-.256.55-.407.896-.362.827-.757 1.82-.949 2.59A.75.75 0 1 1 7.19 14.4c.225-.898.663-1.987 1.03-2.827a38.132 38.132 0 0 1 .614-1.332V8.606c-1.343-.135-2.592-.48-3.335-.852a.75.75 0 0 1-.335-1.006Zm6.087-1.331a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z" }))); }; exports.default = A11y20;