UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 947 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 Ruble64 = (_a) => { var { fill, size = '4rem' } = _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 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M18.667 6.5a1.5 1.5 0 0 0-1.5 1.5v23.833h-6.5a1.5 1.5 0 0 0 0 3h6.5v10.334h-6.5a1.5 1.5 0 1 0 0 3h6.5V56a1.5 1.5 0 0 0 3 0v-7.833H32a1.5 1.5 0 0 0 0-3H20.167V34.833H38c7.824 0 14.167-6.342 14.167-14.166C52.167 12.843 45.824 6.5 38 6.5H18.667ZM38 31.833H20.167V9.5H38c6.167 0 11.167 5 11.167 11.167s-5 11.166-11.167 11.166Z" }))); }; exports.default = Ruble64;