@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 2.13 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DeviceSuccessSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { d: "M8.90541 3.92727C8.90541 4.4896 8.48189 4.94546 7.95946 4.94546C7.43703 4.94546 7.01351 4.4896 7.01351 3.92727C7.01351 3.36495 7.43703 2.90909 7.95946 2.90909C8.48189 2.90909 8.90541 3.36495 8.90541 3.92727Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.97327 0.567209C3.32425 0.201057 3.79502 0 4.28078 0H11.6381C12.1239 0 12.5947 0.201058 12.9456 0.567208C13.2975 0.934257 13.5 1.438 13.5 1.96923V14.0308C13.5 14.562 13.2975 15.0657 12.9456 15.4328C12.5947 15.7989 12.1239 16 11.6381 16H4.28078C3.79502 16 3.32425 15.7989 2.97327 15.4328C2.62144 15.0657 2.41892 14.562 2.41892 14.0308V12.7972C2.41892 12.3152 2.78193 11.9245 3.22973 11.9245C3.67753 11.9245 4.04054 12.3152 4.04054 12.7972V14.0308C4.04054 14.0812 4.05949 14.1352 4.10188 14.1794C4.14512 14.2246 4.20903 14.2545 4.28078 14.2545H11.6381C11.7099 14.2545 11.7738 14.2246 11.817 14.1794C11.8594 14.1352 11.8784 14.0812 11.8784 14.0308V1.96923C11.8784 1.91884 11.8594 1.86478 11.817 1.82056C11.7738 1.77544 11.7099 1.74545 11.6381 1.74545H4.28078C4.20903 1.74545 4.14512 1.77545 4.10188 1.82056C4.05949 1.86478 4.04054 1.91884 4.04054 1.96923V5.1217C4.04054 5.60369 3.67753 5.99442 3.22973 5.99442C2.78193 5.99442 2.41892 5.60369 2.41892 5.1217V1.96923C2.41892 1.438 2.62144 0.934259 2.97327 0.567209ZM6.6409 6.36471C6.95754 6.70553 6.95754 7.25811 6.6409 7.59893L3.80306 10.6535C3.651 10.8171 3.44477 10.9091 3.22973 10.9091C3.01469 10.9091 2.80846 10.8171 2.6564 10.6535L1.23748 9.1262C0.92084 8.78538 0.92084 8.2328 1.23748 7.89198C1.55412 7.55116 2.0675 7.55116 2.38414 7.89198L3.22973 8.80214L5.49424 6.36471C5.81088 6.02389 6.32426 6.02389 6.6409 6.36471Z", fill: "currentColor" }))); });
DeviceSuccessSIcon.displayName = 'DeviceSuccessSIcon';