UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 967 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PledgeMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.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.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" }))); }); PledgeMIcon.displayName = 'PledgeMIcon';