UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 988 B
'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 Distance20 = (_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: "M3.25 2.5a.75.75 0 0 0-1.5 0v15a.75.75 0 0 0 1.5 0v-15Zm15 0a.75.75 0 0 0-1.5 0v15a.75.75 0 0 0 1.5 0v-15ZM7.614 8.447a.75.75 0 1 0-1.061-1.06L4.47 9.47a.75.75 0 0 0 0 1.06l2.083 2.084a.75.75 0 1 0 1.06-1.061l-.802-.803h6.378l-.803.803a.75.75 0 0 0 1.061 1.06l2.083-2.083a.75.75 0 0 0 0-1.06l-2.083-2.084a.75.75 0 0 0-1.06 1.061l.802.803H6.811l.803-.803Z" }))); }; exports.default = Distance20;