@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.12 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var SecuritySIcon = 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: "M11.5 6.56a.75.75 0 1 0-1.06-1.06L6.97 8.53 5.56 7.06A.75.75 0 1 0 4.5 8.122l1.94 2a.75.75 0 0 0 1.06 0z" }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m8.228 1.022.12.03 4.884 1.946c.478.15.742.558.766.99v4.99c0 2.165-1.818 4.092-3.764 5.09l-.003.002-.19.094-1.54.725c-.275.13-.594.146-.88.048l-.013-.004-.108-.044-1.541-.725c-1.995-.939-3.874-2.827-3.955-4.98v-.003L2 8.98V4c0-.474.327-.838.755-.997L2.764 3l4.885-1.947c.183-.057.378-.068.565-.034zm-4.71 3.253v4.704c0 .781.353 1.539.906 2.206.553.666 1.296 1.23 2.05 1.62l.165.082 1.36.64 1.362-.64c.774-.365 1.541-.909 2.121-1.56.58-.652.962-1.4.995-2.175l.004-.175V4.274L8 2.446z", clipRule: "evenodd" }))); });
SecuritySIcon.displayName = 'SecuritySIcon';