@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.16 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 Data20 = (_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: "M14.167 1.75a.75.75 0 0 0 0 1.5h1.522L10 8.94 7.197 6.135a.75.75 0 0 0-1.06 0L1.97 10.303a.75.75 0 0 0 1.06 1.06l3.637-3.636L9.47 10.53a.75.75 0 0 0 1.06 0l6.22-6.22v1.523a.75.75 0 0 0 1.5 0V2.5a.75.75 0 0 0-.75-.75h-3.333Zm4.083 7.417a.75.75 0 0 0-1.5 0V17.5a.75.75 0 0 0 1.5 0V9.167Zm-3.75 1.666a.75.75 0 0 0-1.5 0V17.5a.75.75 0 0 0 1.5 0v-6.667Zm-7.5.834a.75.75 0 0 0-1.5 0V17.5a.75.75 0 0 0 1.5 0v-5.833Zm3.75 5.833v-4.167a.75.75 0 0 0-1.5 0V17.5a.75.75 0 0 0 1.5 0Zm-7.5-3.333a.75.75 0 0 0-1.5 0V17.5a.75.75 0 0 0 1.5 0v-3.333Z" })));
};
exports.default = Data20;