@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 2.41 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TariffMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.TariffMIcon = (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: "M11.9896 2.75127C11.9887 2.7531 11.9874 2.75587 11.986 2.75979L11.986 2.7598L9.64529 9.19675C9.56948 9.40525 9.40525 9.56948 9.19675 9.64529L2.7598 11.986L2.75979 11.986C2.75587 11.9874 2.7531 11.9887 2.75127 11.9896C2.75068 11.9918 2.75 11.9952 2.75 12C2.75 12.0048 2.75068 12.0082 2.75127 12.0104C2.7531 12.0113 2.75587 12.0126 2.75979 12.014L2.7598 12.014L9.19675 14.3547C9.40525 14.4305 9.56948 14.5948 9.64529 14.8032L11.986 21.2402L11.986 21.2402C11.9875 21.2441 11.9887 21.2469 11.9897 21.2487C11.9918 21.2493 11.9952 21.25 12 21.25C12.0048 21.25 12.0082 21.2493 12.0103 21.2487C12.0113 21.2469 12.0125 21.2441 12.014 21.2402L12.014 21.2402L14.3547 14.8032C14.4305 14.5948 14.5948 14.4305 14.8032 14.3547L21.2402 12.014L21.2402 12.014C21.2441 12.0125 21.2469 12.0113 21.2487 12.0103C21.2493 12.0082 21.25 12.0048 21.25 12C21.25 11.9952 21.2493 11.9918 21.2487 11.9897C21.2469 11.9887 21.2441 11.9875 21.2402 11.986L21.2402 11.986L14.8032 9.64529C14.5948 9.56948 14.4305 9.40525 14.3547 9.19675L12.014 2.7598L12.014 2.75979C12.0126 2.75587 12.0113 2.7531 12.0104 2.75127C12.0082 2.75068 12.0048 2.75 12 2.75C11.9952 2.75 11.9918 2.75068 11.9896 2.75127ZM10.5763 2.24719C11.0598 0.917614 12.9402 0.917597 13.4237 2.24718C13.4237 2.24719 13.4237 2.24719 13.4237 2.24719L15.6448 8.35521L21.7527 10.5763C21.7528 10.5763 21.7528 10.5763 21.7528 10.5763C23.0824 11.0598 23.0824 12.9402 21.7527 13.4237L15.6448 15.6448L13.4237 21.7527C12.9402 23.0824 11.0598 23.0824 10.5763 21.7528C10.5763 21.7528 10.5763 21.7528 10.5763 21.7527L8.35521 15.6448L2.2472 13.4237C2.24719 13.4237 2.24719 13.4237 2.24719 13.4237C0.917614 12.9402 0.917597 11.0598 2.24718 10.5763C2.24719 10.5763 2.24719 10.5763 2.24719 10.5763L8.35521 8.35521L10.5763 2.2472C10.5763 2.24719 10.5763 2.24719 10.5763 2.24719Z", fill: "currentColor" }))); });
exports.TariffMIcon.displayName = 'TariffMIcon';