@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.5 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var SecurityMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { d: "M17 9.28033C17.2929 8.98744 17.2929 8.51257 17 8.21967C16.7071 7.92678 16.2322 7.92678 15.9393 8.21967L10.75 13.4697L8.28033 11C7.98744 10.7071 7.51256 10.7071 7.21967 11C6.92678 11.2929 6.92678 11.7678 7.21967 12.0607L10.2197 15.0607C10.5126 15.3536 10.9874 15.3536 11.2803 15.0607L17 9.28033Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.2392 2.02483C12.0286 1.98373 11.81 1.99743 11.6048 2.06593L4.85476 4.06657C4.35706 4.26259 4.00005 4.70006 4.00005 5.25379L3.99805 13.4418L4.0032 13.7344C4.10944 16.7482 6.60157 19.4478 9.30995 20.8029L11.4421 21.8697L11.5768 21.9275C11.8966 22.043 12.2523 22.0237 12.5602 21.8695L14.689 20.8033L14.9479 20.6679C17.5917 19.225 20 16.472 20 13.4418L20.002 5.25193C19.9737 4.71723 19.672 4.23981 19.1473 4.06471L12.3953 2.06593L12.2392 2.02483ZM5.50005 5.43391L12 3.51737L18.502 5.43205L18.5 13.4418L18.4949 13.7057C18.3995 16.1609 16.2252 18.3547 14.0179 19.4602L12 20.4699L9.98051 19.4595L9.74691 19.3369C7.59515 18.1534 5.49805 15.9136 5.49805 13.4418L5.50005 5.43391Z", fill: "currentColor" }))); });
SecurityMIcon.displayName = 'SecurityMIcon';