@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.99 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 Modular20 = (_a) => {
var { fill, size = '1.25rem' } = _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 20 20" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M1.75 4.167a.75.75 0 0 1 .75-.75h3.75a.75.75 0 0 1 .67 1.085c-.082.166-.124.643.105 1.1.194.388.569.731 1.308.731.74 0 1.115-.343 1.309-.73.228-.458.187-.935.104-1.1a.75.75 0 0 1 .67-1.086h3.75a.75.75 0 0 1 .75.75v3.16c.435-.073.92-.087 1.387.013.488.104.996.344 1.377.815.38.471.57 1.094.57 1.845 0 .75-.19 1.374-.57 1.845-.38.47-.889.71-1.377.816-.467.1-.952.085-1.386.013v3.16a.75.75 0 0 1-.75.75h-3.75a.75.75 0 0 1-.671-1.086c.083-.166.124-.643-.104-1.1-.194-.388-.57-.731-1.309-.731s-1.114.343-1.308.73c-.229.458-.187.935-.104 1.1a.75.75 0 0 1-.671 1.086H2.5a.75.75 0 0 1-.75-.75v-3.75a.75.75 0 0 1 1.085-.67c.166.082.643.124 1.1-.105.388-.194.732-.569.732-1.308 0-.74-.344-1.114-.732-1.308-.457-.229-.934-.187-1.1-.104a.75.75 0 0 1-1.085-.671v-3.75Zm1.5.75v2.105c.455.006.932.116 1.356.328.863.431 1.56 1.306 1.56 2.65 0 1.344-.697 2.219-1.56 2.65a3.168 3.168 0 0 1-1.356.328v2.105h2.105c.006-.454.116-.932.328-1.356.432-.862 1.306-1.56 2.65-1.56 1.344 0 2.22.698 2.65 1.56.212.424.323.902.329 1.356h2.105v-3.416a.75.75 0 0 1 1.085-.671c.303.152.962.31 1.487.198.24-.052.41-.15.524-.292.114-.14.237-.403.237-.902 0-.5-.123-.761-.237-.902-.114-.142-.284-.24-.524-.292-.525-.112-1.184.047-1.487.198a.75.75 0 0 1-1.085-.67V4.916h-2.105a3.168 3.168 0 0 1-.329 1.356c-.43.862-1.306 1.56-2.65 1.56-1.344 0-2.218-.698-2.65-1.56a3.168 3.168 0 0 1-.328-1.356H3.25Z" })));
};
exports.default = Modular20;