@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.27 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DocumentSuccessSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.DocumentSuccessSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.96 1.655a.28.28 0 0 0-.198.081.27.27 0 0 0-.082.195v12.138c0 .073.03.143.082.195s.124.08.198.08h10.08a.28.28 0 0 0 .198-.08.27.27 0 0 0 .082-.195v-8H9.68a.834.834 0 0 1-.84-.828V1.655zM2.96 0c-.52 0-1.018.203-1.386.566A1.92 1.92 0 0 0 1 1.93v12.138c0 .512.206 1.003.574 1.365S2.44 16 2.96 16h10.08c.52 0 1.018-.203 1.386-.566S15 14.581 15 14.07v-9.38c0-.219-.088-.43-.246-.585L10.834.242A.85.85 0 0 0 10.24 0zm7.56 2.274 2.172 2.14H10.52zm1.024 5.15a.82.82 0 0 1-.02 1.17l-4.05 3.863a.85.85 0 0 1-1.169 0l-1.83-1.744a.82.82 0 0 1-.019-1.17.85.85 0 0 1 1.188-.02L6.89 10.71l3.467-3.305a.85.85 0 0 1 1.188.02", clipRule: "evenodd" }))); });
exports.DocumentSuccessSIcon.displayName = 'DocumentSuccessSIcon';