UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.26 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 A11y24 = (_a) => { var { fill, size = '1.5rem' } = _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 24 24" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm4.106-3.947a1 1 0 0 1 1.341-.447c.837.418 2.687.894 4.553.894s3.716-.476 4.553-.894a1 1 0 1 1 .894 1.788c-.887.444-2.36.854-3.947 1.024v1.85a42.089 42.089 0 0 1 .729 1.581c.44 1.008.97 2.322 1.241 3.409a1 1 0 1 1-1.94.485c-.229-.914-.7-2.1-1.134-3.092a43.365 43.365 0 0 0-.396-.879 40.14 40.14 0 0 0-.396.879c-.434.992-.905 2.178-1.134 3.091a1 1 0 1 1-1.94-.485c.271-1.086.8-2.4 1.241-3.408a46.198 46.198 0 0 1 .729-1.581v-1.85c-1.588-.17-3.06-.58-3.947-1.024a1 1 0 0 1-.447-1.341ZM13.5 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" }))); }; exports.default = A11y24;