UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.32 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeviceSuccessMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.DeviceSuccessMIcon = (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.644 2.875c.4-.4.944-.625 1.51-.625h9.692a2.135 2.135 0 0 1 2.135 2.135v15.23a2.135 2.135 0 0 1-2.135 2.135H7.154a2.135 2.135 0 0 1-2.135-2.135.75.75 0 0 1 1.5 0 .635.635 0 0 0 .635.635h9.692a.635.635 0 0 0 .635-.635V4.385a.635.635 0 0 0-.635-.635H7.154a.635.635 0 0 0-.635.635V12a.75.75 0 0 1-1.5 0V4.385c0-.566.225-1.11.625-1.51m5.58 3.158a1.096 1.096 0 1 1 1.55 1.55 1.096 1.096 0 0 1-1.55-1.55", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.539 12.478a.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.DeviceSuccessMIcon.displayName = 'DeviceSuccessMIcon';