UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.16 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js'); var index = require('../../node_modules/react/index.js'); const Security64 = (_a) => { var { fill, size = '4rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]); return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M22.833 18.667a9.167 9.167 0 0 1 18.334 0v6.5H22.833v-6.5Zm-3 6.5v-6.5C19.833 11.947 25.281 6.5 32 6.5c6.72 0 12.167 5.447 12.167 12.167v6.5H48a1.5 1.5 0 0 1 1.5 1.5V56a1.5 1.5 0 0 1-1.5 1.5H16a1.5 1.5 0 0 1-1.5-1.5V26.667a1.5 1.5 0 0 1 1.5-1.5h3.833Zm1.5 3H17.5V54.5h29V28.167H21.333Zm9.555 14.226a.983.983 0 0 1 .032.384L30.45 47h3.1l-.47-4.223a.996.996 0 0 1 .032-.384 1 1 0 0 1 .437-1.156 3 3 0 1 0-3.097 0 1 1 0 0 1 .436 1.156Zm4.186.217a5 5 0 1 0-6.148 0l-.587 5.28a1 1 0 0 0 .994 1.11h5.334a1 1 0 0 0 .994-1.11l-.587-5.28Z" }))); }; exports.default = Security64;