@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.54 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DeviceAuthenticationSIcon = 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: "M13.5 5.36816V3.25C13.5 3.11193 13.3881 3 13.25 3H2.75C2.61193 3 2.5 3.11193 2.5 3.25V10.75C2.5 10.8881 2.61193 11 2.75 11H6C6.41421 11 6.75 11.3358 6.75 11.75C6.75 12.1642 6.41421 12.5 6 12.5H2C1.97727 12.5 1.95587 12.5028 1.93652 12.5078C1.82873 12.5357 1.75 12.6347 1.75 12.75C1.75 12.8881 1.86193 13 2 13H6C6.41421 13 6.75 13.3358 6.75 13.75C6.75 14.1642 6.41421 14.5 6 14.5H2C1.0335 14.5 0.25 13.7165 0.25 12.75C0.25 12.1549 0.546929 11.6305 1 11.3145V3.25C1 2.2835 1.7835 1.5 2.75 1.5H13.25C14.2165 1.5 15 2.2835 15 3.25V5.36816C14.9998 5.78222 14.6641 6.11816 14.25 6.11816C13.8359 6.11816 13.5002 5.78222 13.5 5.36816Z", fill: "currentColor" }),
React.createElement("path", { d: "M9 13H13.5V10.25H9V13ZM12.6816 8.75C12.6816 8.11974 12.1035 7.5 11.25 7.5C10.3965 7.5 9.81836 8.11974 9.81836 8.75H12.6816ZM14.1816 8.83887C14.6382 9.01434 15 9.43679 15 10V13.25C15 14.0005 14.3568 14.5 13.7041 14.5H8.7959C8.1432 14.5 7.5 14.0005 7.5 13.25V10C7.5 9.43679 7.86181 9.01434 8.31836 8.83887V8.75C8.31836 7.17112 9.69357 6 11.25 6C12.8064 6 14.1816 7.17112 14.1816 8.75V8.83887Z", fill: "currentColor" }))); });
DeviceAuthenticationSIcon.displayName = 'DeviceAuthenticationSIcon';