@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 952 B
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 Distance48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M7.5 6a1.5 1.5 0 1 0-3 0v36a1.5 1.5 0 0 0 3 0V6Zm36 0a1.5 1.5 0 0 0-3 0v36a1.5 1.5 0 0 0 3 0V6ZM18.06 20.06a1.5 1.5 0 0 0-2.12-2.12l-5 5a1.5 1.5 0 0 0 0 2.12l5 5a1.5 1.5 0 0 0 2.12-2.12l-2.439-2.44H32.38l-2.44 2.44a1.5 1.5 0 0 0 2.122 2.12l5-5a1.5 1.5 0 0 0 0-2.12l-5-5a1.5 1.5 0 0 0-2.122 2.12l2.44 2.44H15.62l2.44-2.44Z" })));
};
exports.default = Distance48;