UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.07 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var SecurityMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", d: "M17 9.28a.75.75 0 1 0-1.06-1.06l-5.19 5.25L8.28 11a.75.75 0 1 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0z" }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.24 2.025a1.25 1.25 0 0 0-.635.04l-6.75 2.002C4.357 4.263 4 4.7 4 5.254l-.002 8.188.005.292c.106 3.014 2.599 5.714 5.307 7.069l2.132 1.067.135.057c.32.116.675.097.983-.058l2.129-1.066.259-.135C17.592 19.225 20 16.472 20 13.442l.002-8.19c-.028-.535-.33-1.012-.855-1.187l-6.752-2zM5.5 5.434 12 3.517l6.502 1.915-.002 8.01-.005.264c-.096 2.455-2.27 4.649-4.477 5.754L12 20.47l-2.02-1.01-.233-.123c-2.152-1.184-4.249-3.423-4.249-5.895z", clipRule: "evenodd" }))); }); SecurityMIcon.displayName = 'SecurityMIcon';