@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.98 kB
JavaScript
;
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 Settings64 = (_a) => {
var { fill, size = '4rem' } = _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 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M26.665 6.5a1.5 1.5 0 0 0-1.5 1.5v4.951a14.677 14.677 0 0 0-6.244 3.608l-4.29-2.477a1.5 1.5 0 0 0-2.05.549l-5.333 9.238a1.5 1.5 0 0 0 .55 2.049l4.287 2.475a14.678 14.678 0 0 0 .002 7.211l-4.29 2.477a1.5 1.5 0 0 0-.55 2.05l5.334 9.237a1.5 1.5 0 0 0 2.05.55l4.287-2.477a14.674 14.674 0 0 0 6.247 3.604V56a1.5 1.5 0 0 0 1.5 1.5h10.667a1.5 1.5 0 0 0 1.5-1.5v-4.952a14.673 14.673 0 0 0 6.244-3.608l4.29 2.477a1.5 1.5 0 0 0 2.05-.549l5.333-9.237a1.5 1.5 0 0 0-.55-2.05l-4.288-2.475c.64-2.535.556-4.989-.002-7.212l4.29-2.477a1.5 1.5 0 0 0 .55-2.049l-5.334-9.237a1.5 1.5 0 0 0-2.049-.55l-4.288 2.476a14.68 14.68 0 0 0-6.247-3.603V8a1.5 1.5 0 0 0-1.5-1.5H26.665Zm1.5 7.633V9.5h7.666v5.863l1.206.24c2.378.476 4.739 1.659 6.638 3.832l.812.928 1.068-.617 4.012-2.316 3.834 6.64-4.013 2.316-1.065.614.394 1.165c.777 2.299.934 4.934.001 7.664l-.398 1.167 1.068.617 4.013 2.317-3.834 6.64-4.012-2.317-1.065-.615-.812.924c-1.601 1.822-3.805 3.275-6.636 3.833l-1.21.238V54.5h-7.667v-5.864l-1.206-.24c-2.378-.476-4.738-1.658-6.638-3.832l-.811-.928-1.068.616-4.013 2.317-3.833-6.64 4.012-2.316 1.066-.615-.395-1.165c-.777-2.296-.933-4.931 0-7.663l.398-1.167-1.068-.617-4.013-2.316 3.834-6.64 4.012 2.317 1.065.614.812-.923c1.6-1.822 3.804-3.275 6.636-3.833l1.21-.239v-1.233ZM25.5 32a6.5 6.5 0 1 1 13 0 6.5 6.5 0 0 1-13 0Zm6.5-9.5a9.5 9.5 0 1 0 0 19 9.5 9.5 0 0 0 0-19Z" })));
};
exports.default = Settings64;