@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.4 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DeviceSuccessSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", d: "M8.905 3.927c0 .563-.423 1.018-.946 1.018s-.945-.455-.945-1.018.423-1.018.945-1.018c.523 0 .946.456.946 1.018" }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.973.567A1.8 1.8 0 0 1 4.281 0h7.357c.486 0 .957.201 1.308.567.351.367.554.871.554 1.402v12.062c0 .531-.203 1.035-.554 1.402-.351.366-.822.567-1.308.567H4.281c-.486 0-.957-.201-1.308-.567a2.03 2.03 0 0 1-.554-1.402v-1.234c0-.482.363-.873.81-.873.449 0 .812.391.812.873v1.234c0 .05.018.104.06.148a.25.25 0 0 0 .18.075h7.357c.072 0 .136-.03.179-.075a.22.22 0 0 0 .061-.148V1.969a.22.22 0 0 0-.061-.148.25.25 0 0 0-.179-.076H4.281a.25.25 0 0 0-.18.076.22.22 0 0 0-.06.148v3.153c0 .482-.363.872-.811.872s-.811-.39-.811-.872V1.969c0-.531.202-1.035.554-1.402m3.668 5.798a.92.92 0 0 1 0 1.234l-2.838 3.054a.78.78 0 0 1-.573.256.78.78 0 0 1-.574-.256L1.237 9.127a.92.92 0 0 1 0-1.234.77.77 0 0 1 1.147 0l.846.91 2.264-2.437a.77.77 0 0 1 1.147 0", clipRule: "evenodd" }))); });
DeviceSuccessSIcon.displayName = 'DeviceSuccessSIcon';