UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.58 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DocumentSuccessSIcon = 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: "M2.96 1.65517C2.88574 1.65517 2.81452 1.68424 2.76201 1.73597C2.7095 1.7877 2.68 1.85787 2.68 1.93103V14.069C2.68 14.1421 2.7095 14.2123 2.76201 14.264C2.81452 14.3158 2.88574 14.3448 2.96 14.3448H13.04C13.1143 14.3448 13.1855 14.3158 13.238 14.264C13.2905 14.2123 13.32 14.1421 13.32 14.069V6.06897H9.68C9.21608 6.06897 8.84 5.69844 8.84 5.24138V1.65517H2.96ZM2.96 0C2.44018 0 1.94164 0.203448 1.57407 0.565587C1.2065 0.927726 1 1.41889 1 1.93103V14.069C1 14.5811 1.2065 15.0723 1.57407 15.4344C1.94164 15.7966 2.44018 16 2.96 16H13.04C13.5598 16 14.0584 15.7966 14.4259 15.4344C14.7935 15.0723 15 14.5811 15 14.069V4.68966C15 4.47017 14.9115 4.25967 14.754 4.10446L10.834 0.242394C10.6764 0.0871919 10.4628 0 10.24 0H2.96ZM10.52 2.27383L12.6921 4.41379H10.52V2.27383ZM11.5436 7.42448C11.8662 7.75293 11.8575 8.27686 11.5242 8.59471L7.47349 12.4568C7.14782 12.7673 6.63085 12.7673 6.30518 12.4568L4.47585 10.7126C4.14247 10.3948 4.13376 9.87084 4.45637 9.54239C4.77899 9.21394 5.31078 9.20535 5.64415 9.5232L6.88933 10.7104L10.3558 7.4053C10.6892 7.08745 11.221 7.09604 11.5436 7.42448Z", fill: "currentColor" }))); }); DocumentSuccessSIcon.displayName = 'DocumentSuccessSIcon';