@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DocumentSuccessMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.DocumentSuccessMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.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" }))); });
exports.DocumentSuccessMIcon.displayName = 'DocumentSuccessMIcon';