UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.61 kB
"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({ 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.4698 2.46967C11.7627 2.17678 12.2376 2.17678 12.5305 2.46967L23.1668 13.106C23.4597 13.3989 23.4597 13.8738 23.1668 14.1667C22.8739 14.4596 22.3991 14.4596 22.1062 14.1667L20.1137 12.1742V21C20.1137 21.4142 19.7779 21.75 19.3637 21.75H4.6364C4.22218 21.75 3.8864 21.4142 3.8864 21V12.1744L1.8941 14.1667C1.60121 14.4596 1.12633 14.4596 0.833439 14.1667C0.540546 13.8738 0.540546 13.3989 0.833439 13.106L4.09855 9.84092C4.10353 9.83581 4.10857 9.83076 4.11369 9.82579L11.4698 2.46967ZM5.3864 10.6744V20.25H18.6137V10.6742L12.0001 4.06066L5.3864 10.6744Z", fill: "currentColor" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.5263 11.3234C15.9 11.614 15.9673 12.1526 15.6767 12.5262L11.01 18.5262C10.7202 18.8989 10.1837 18.967 9.80989 18.6787L7.47655 16.8787C7.10174 16.5895 7.03228 16.0513 7.32143 15.6765C7.61058 15.3016 8.14883 15.2322 8.52365 15.5213L10.181 16.7999L14.3235 11.4738C14.6141 11.1001 15.1527 11.0328 15.5263 11.3234Z", fill: "currentColor" }))); }); exports.PledgeMIcon.displayName = 'PledgeMIcon';