UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.36 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PledgeSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.46981 1.54657C7.7627 1.25368 8.23758 1.25368 8.53047 1.54657L15.5304 8.54647C15.8233 8.83936 15.8233 9.31424 15.5304 9.60713C15.2375 9.90002 14.7626 9.90002 14.4697 9.60713L13.5962 8.73358V13.9228C13.5962 14.3371 13.2604 14.6728 12.8462 14.6728H3.15399C2.73978 14.6728 2.40399 14.3371 2.40399 13.9228V8.73371L1.53057 9.60713C1.23768 9.90002 0.762807 9.90002 0.469914 9.60713C0.177021 9.31424 0.177021 8.83936 0.469914 8.54647L2.61645 6.39993C2.62123 6.39503 2.62606 6.39019 2.63097 6.38542L7.46981 1.54657ZM3.90399 7.23371V13.1728H12.0962V7.23358L8.00014 3.13756L3.90399 7.23371ZM10.8861 7.46962C11.1789 7.76251 11.1789 8.23739 10.886 8.53028L8.05917 11.3571C7.76627 11.65 7.2914 11.65 6.99851 11.3571L5.58512 9.94371C5.29223 9.65082 5.29223 9.17595 5.58512 8.88305C5.87802 8.59016 6.35289 8.59016 6.64578 8.88305L7.52884 9.76611L9.82539 7.46961C10.1183 7.17672 10.5932 7.17672 10.8861 7.46962Z", fill: "currentColor" }))); }); PledgeSIcon.displayName = 'PledgeSIcon';