UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 2.3 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DeviceSuccessMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.64438 2.87523C6.0447 2.47491 6.58764 2.25002 7.15378 2.25002H16.8461C17.4122 2.25002 17.9552 2.47491 18.3555 2.87523C18.7558 3.27555 18.9807 3.81849 18.9807 4.38463V19.6154C18.9807 20.1815 18.7558 20.7245 18.3555 21.1248C17.9552 21.5251 17.4122 21.75 16.8461 21.75H7.15378C6.58765 21.75 6.0447 21.5251 5.64438 21.1248C5.24406 20.7245 5.01917 20.1815 5.01917 19.6154C5.01917 19.2012 5.35495 18.8654 5.76917 18.8654C6.18338 18.8654 6.51917 19.2012 6.51917 19.6154C6.51917 19.7837 6.58603 19.9451 6.70504 20.0641C6.82405 20.1831 6.98547 20.25 7.15378 20.25H16.8461C17.0144 20.25 17.1758 20.1831 17.2948 20.0641C17.4138 19.9451 17.4807 19.7837 17.4807 19.6154V4.38463C17.4807 4.21632 17.4138 4.0549 17.2948 3.93589C17.1758 3.81688 17.0144 3.75002 16.8461 3.75002H7.15378C6.98547 3.75002 6.82405 3.81688 6.70504 3.93589C6.58603 4.0549 6.51917 4.21632 6.51917 4.38463V12C6.51917 12.4142 6.18338 12.75 5.76917 12.75C5.35495 12.75 5.01917 12.4142 5.01917 12V4.38463C5.01917 3.8185 5.24406 3.27555 5.64438 2.87523ZM11.2248 6.03261C11.4303 5.82704 11.7092 5.71156 11.9999 5.71156C12.291 5.71156 12.5695 5.82734 12.7748 6.03262C12.9804 6.23819 13.0959 6.517 13.0959 6.80771C13.0959 7.09843 12.9804 7.37724 12.7748 7.58281C12.5695 7.78811 12.291 7.90386 11.9999 7.90386C11.7092 7.90386 11.4303 7.78838 11.2248 7.58281C11.0192 7.37724 10.9037 7.09843 10.9037 6.80771C10.9037 6.517 11.0192 6.23818 11.2248 6.03261Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.539 12.4784C10.827 12.7761 10.8192 13.2509 10.5216 13.539L6.38823 17.539C6.09746 17.8204 5.63588 17.8204 5.3451 17.539L3.47843 15.7325C3.18078 15.4445 3.173 14.9696 3.46105 14.672C3.7491 14.3743 4.22391 14.3666 4.52157 14.6546L5.86667 15.9563L9.47843 12.4611C9.77609 12.173 10.2509 12.1808 10.539 12.4784Z", fill: "currentColor" }))); }); DeviceSuccessMIcon.displayName = 'DeviceSuccessMIcon';