@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 802 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 Ruble24 = (_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: "M7 2a1 1 0 0 0-1 1v8.5H4a1 1 0 1 0 0 2h2v3H4a1 1 0 1 0 0 2h2V21a1 1 0 1 0 2 0v-2.5h4a1 1 0 1 0 0-2H8v-3h6.25a5.75 5.75 0 0 0 0-11.5H7Zm7.25 9.5H8V4h6.25a3.75 3.75 0 1 1 0 7.5Z" })));
};
exports.default = Ruble24;