@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.22 kB
JavaScript
'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 Connect24 = (_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("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M12 2a1 1 0 0 1 1 1v8a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1ZM8.832 5.445a1 1 0 0 1-.277 1.387C7.164 7.76 5 9.746 5 13c0 3.302 2.65 7 7 7s7-3.698 7-7c0-3.254-2.164-5.24-3.555-6.168a1 1 0 0 1 1.11-1.664C18.164 6.24 21 8.754 21 13c0 4.198-3.35 9-9 9s-9-4.802-9-9c0-4.246 2.836-6.76 4.445-7.832a1 1 0 0 1 1.387.277Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "24", height: "24", fill: "#fff" })))));
};
exports.default = Connect24;