@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.23 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RoubleMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.RoubleMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 3.75C8 3.33579 8.33579 3 8.75 3L13.7812 3C16.6635 3 19 5.33651 19 8.21875C19 11.101 16.6635 13.4375 13.7812 13.4375H9.5V16.0625H12.3125C12.7267 16.0625 13.0625 16.3983 13.0625 16.8125C13.0625 17.2267 12.7267 17.5625 12.3125 17.5625H9.5V20.25C9.5 20.6642 9.16421 21 8.75 21C8.33579 21 8 20.6642 8 20.25V17.5625H5.75C5.33579 17.5625 5 17.2267 5 16.8125C5 16.3983 5.33579 16.0625 5.75 16.0625H8V13.4375H5.75C5.33579 13.4375 5 13.1017 5 12.6875C5 12.2733 5.33579 11.9375 5.75 11.9375H8V3.75ZM9.5 11.9375H13.7812C15.8351 11.9375 17.5 10.2726 17.5 8.21875C17.5 6.16494 15.8351 4.5 13.7812 4.5H9.5V11.9375Z", fill: "currentColor" }))); });
exports.RoubleMIcon.displayName = 'RoubleMIcon';