@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.14 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DeviceSuccessMIcon = 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.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.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" }))); });
DeviceSuccessMIcon.displayName = 'DeviceSuccessMIcon';