UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Safe = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M15.433 3.22c.613 0 1.11.498 1.11 1.112v11.102a1.11 1.11 0 0 1-1.11 1.11H4.331a1.11 1.11 0 0 1-1.11-1.11V4.332a1.11 1.11 0 0 1 1.11-1.111h11.102zM4.331 14.88c0 .306.248.554.555.554h9.992a.555.555 0 0 0 .555-.555V4.887a.555.555 0 0 0-.555-.555H4.886a.555.555 0 0 0-.555.555v9.992zm5.551-9.438a4.44 4.44 0 1 1 0 8.882 4.44 4.44 0 0 1 0-8.882zm0 7.772a3.33 3.33 0 1 0 0-6.662 3.33 3.33 0 0 0 0 6.662zm6.661 5.551H3.221A2.22 2.22 0 0 1 1 16.545v-3.331h1.11v3.33c0 .614.497 1.111 1.11 1.111h13.323a1.11 1.11 0 0 0 1.11-1.11V3.22a1.11 1.11 0 0 0-1.11-1.11H3.221a1.11 1.11 0 0 0-1.11 1.11v3.332H1V3.22C1 1.995 1.994 1 3.22 1h13.323a2.22 2.22 0 0 1 2.22 2.22v13.325a2.22 2.22 0 0 1-2.22 2.22zM2.111 10.993H1v-2.22h1.11v2.22z", fill: "#000", fillRule: "evenodd" })); exports.default = Safe;