@gravity-ui/icons
Version:
Pack of Gravity UI icons
12 lines (11 loc) • 1.59 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const React = tslib_1.__importStar(require("react"));
const UniversalAccess = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
React.createElement("g", { fill: "currentColor" },
React.createElement("path", { d: "M8.36 1.009A7 7 0 0 1 15 8l-.009.36A7 7 0 0 1 8 15l-.36-.009a7 7 0 0 1-6.631-6.63L1 8a7 7 0 0 1 7-7zM8 2.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11m2.32 3.312a.75.75 0 0 1 .684 1.334 6.6 6.6 0 0 1-1.742.6 63 63 0 0 0 .018.938l1.074 2.083a.75.75 0 0 1-1.333.688l-1.006-1.95-1.038 1.958a.75.75 0 1 1-1.325-.703L6.75 8.688V7.75a6.6 6.6 0 0 1-1.753-.602.75.75 0 0 1 .684-1.335 5.09 5.09 0 0 0 4.638-.001M8 3.558a1.125 1.125 0 1 1 0 2.25 1.125 1.125 0 0 1 0-2.25" }),
React.createElement("path", { d: "M10.32 5.812a.75.75 0 0 1 .684 1.334 6.6 6.6 0 0 1-1.742.6 63 63 0 0 0 .018.938l1.074 2.083a.75.75 0 0 1-1.333.688l-1.006-1.95-1.038 1.958a.75.75 0 1 1-1.325-.703L6.75 8.688V7.75a6.6 6.6 0 0 1-1.753-.602.75.75 0 0 1 .684-1.335 5.09 5.09 0 0 0 4.638-.001" }),
React.createElement("path", { d: "M8 3.558a1.125 1.125 0 1 1 0 2.25 1.125 1.125 0 0 1 0-2.25" }),
React.createElement("path", { fillRule: "evenodd", d: "M8.36 1.009A7 7 0 0 1 15 8l-.009.36A7 7 0 0 1 8 15l-.36-.009a7 7 0 0 1-6.631-6.63L1 8a7 7 0 0 1 7-7zM8 2.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11", clipRule: "evenodd" }))));
exports.default = UniversalAccess;