@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.14 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PledgeMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PledgeMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.47 2.47a.75.75 0 0 1 1.06 0l10.637 10.636a.75.75 0 0 1-1.06 1.06l-1.993-1.992V21a.75.75 0 0 1-.75.75H4.636a.75.75 0 0 1-.75-.75v-8.826l-1.992 1.993a.75.75 0 1 1-1.06-1.061l3.265-3.265.015-.015zm-6.084 8.204v9.576h13.228v-9.576L12 4.061z", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.526 11.323c.374.291.441.83.15 1.203l-4.666 6a.857.857 0 0 1-1.2.153l-2.333-1.8a.857.857 0 0 1 1.047-1.358L10.18 16.8l4.143-5.326a.857.857 0 0 1 1.202-.15", clipRule: "evenodd" }))); });
exports.PledgeMIcon.displayName = 'PledgeMIcon';