UNPKG

@mozaic-ds/icons-react

Version:
19 lines (14 loc) 1.3 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 Connect32 = (_a) => { var { fill, size = '2rem' } = _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 32 32" }), index.default.createElement("g", { "clip-path": "url(#a)" }, index.default.createElement("path", { "fill-rule": "evenodd", d: "M16 3a1 1 0 0 1 1 1v10.667a1 1 0 1 1-2 0V4a1 1 0 0 1 1-1Zm-4.501 4.445a1 1 0 0 1-.278 1.387c-1.89 1.26-4.888 3.998-4.888 8.501C6.333 21.885 9.984 27 16 27s9.667-5.115 9.667-9.667c0-4.503-2.997-7.24-4.888-8.5a1 1 0 1 1 1.109-1.665c2.109 1.406 5.779 4.669 5.779 10.165C27.667 22.782 23.317 29 16 29 8.682 29 4.333 22.782 4.333 17.333c0-5.496 3.67-8.76 5.779-10.165a1 1 0 0 1 1.387.277Z" })), index.default.createElement("defs", null, index.default.createElement("clipPath", { id: "a" }, index.default.createElement("rect", { width: "32", height: "32", fill: "#fff" }))))); }; exports.default = Connect32;