UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.72 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 Settings24 = (_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: "M10 2a1 1 0 0 0-1 1v1.536A5.926 5.926 0 0 0 7.035 5.67l-1.33-.768a1 1 0 0 0-1.367.366l-2 3.464a1 1 0 0 0 .366 1.366l1.33.768a5.926 5.926 0 0 0 .001 2.267l-1.33.769a1 1 0 0 0-.367 1.366l2 3.464a1 1 0 0 0 1.366.366l1.33-.768a5.925 5.925 0 0 0 1.964 1.133V21a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1.536a5.923 5.923 0 0 0 1.963-1.135l1.332.769a1 1 0 0 0 1.366-.366l2-3.464a1 1 0 0 0-.366-1.366l-1.33-.768a5.926 5.926 0 0 0-.002-2.268l1.332-.768a1 1 0 0 0 .366-1.366l-2-3.464a1 1 0 0 0-1.366-.366l-1.33.768a5.928 5.928 0 0 0-1.965-1.133V3a1 1 0 0 0-1-1h-4Zm1 3.3V4h2v2.12l.803.16a3.975 3.975 0 0 1 2.246 1.296l.54.619.713-.411 1.126-.65 1 1.732-1.126.65-.71.41.262.776c.264.78.317 1.67.001 2.593l-.265.778.712.41 1.126.65-1 1.733-1.126-.65-.71-.41-.541.616a3.97 3.97 0 0 1-2.245 1.297l-.807.159V20h-2v-2.12l-.804-.16a3.97 3.97 0 0 1-2.245-1.296l-.541-.62-.712.412-1.126.65-1-1.732 1.126-.65.71-.41-.263-.777a3.97 3.97 0 0 1 0-2.592l.265-.778-.712-.411-1.126-.65 1-1.732 1.126.65.71.41.541-.616a3.97 3.97 0 0 1 2.245-1.297l.806-.16V5.3ZM10 12a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z" }))); }; exports.default = Settings24;