UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 971 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DocumentSuccessMIcon = 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: "M5.77 3.75a.635.635 0 0 0-.635.635v15.23a.635.635 0 0 0 .634.635h12.462a.635.635 0 0 0 .634-.635V9.288h-4.788a.75.75 0 0 1-.75-.75V3.75zm0-1.5a2.135 2.135 0 0 0-2.135 2.135v15.23a2.135 2.135 0 0 0 2.134 2.135h12.462a2.135 2.135 0 0 0 2.134-2.135V7.846a.75.75 0 0 0-.22-.53L15.3 2.47a.75.75 0 0 0-.53-.22zm9.057 1.868 3.67 3.67h-3.67zm.712 8.36a.75.75 0 0 1-.017 1.061l-4.134 4a.75.75 0 0 1-1.043 0l-1.867-1.807a.75.75 0 1 1 1.044-1.077l1.345 1.301 3.611-3.495a.75.75 0 0 1 1.061.017", clipRule: "evenodd" }))); }); DocumentSuccessMIcon.displayName = 'DocumentSuccessMIcon';