UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.69 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var SecuritySIcon = 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: "M11.5 6.56066C11.7929 6.26776 11.7929 5.7929 11.5 5.5C11.2071 5.2071 10.7322 5.2071 10.4393 5.5L6.96967 8.53044L5.56066 7.0606C5.26777 6.7677 4.79289 6.7677 4.5 7.0606C4.20711 7.3535 4.20711 7.82836 4.5 8.12126L6.43934 10.1214C6.73223 10.4143 7.20711 10.4143 7.5 10.1214L11.5 6.56066Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.22794 1.02243L8.34713 1.05194L13.2324 2.99838C13.7101 3.1483 13.9735 3.55571 13.9979 3.98794L13.9985 3.99879L13.9983 8.97873C13.9982 11.1432 12.1803 13.0698 10.2342 14.0686L10.2308 14.0703L10.0403 14.164L8.50177 14.8886C8.2258 15.0185 7.90705 15.0348 7.62034 14.9374L7.60836 14.9334L7.4995 14.8891L5.95876 14.1637C3.96395 13.2252 2.0846 11.3371 2.00392 9.18472L2.00379 9.18112L2.00003 8.97868L2 4C2.00002 3.52624 2.32695 3.16201 2.75506 3.00345L2.76384 3.0002L7.64927 1.05298C7.83218 0.996239 8.02676 0.985075 8.21427 1.01949L8.22794 1.02243ZM3.51762 4.27487L3.51773 8.97867C3.51774 9.76009 3.87063 10.5177 4.42403 11.1848C4.97667 11.851 5.71988 12.415 6.47423 12.8055L6.63929 12.887L7.99988 13.5271L9.3611 12.8866C10.1348 12.5222 10.9021 11.9783 11.482 11.3266C12.0619 10.6749 12.4443 9.92747 12.477 9.15207L12.4806 8.97664L12.4805 4.27364L7.99993 2.44649L3.51762 4.27487Z", fill: "currentColor" }))); }); SecuritySIcon.displayName = 'SecuritySIcon';