UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 966 B
"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 HelmetSafety1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M13 2.5c1.2 0 2.18.939 2.246 2.122a9.004 9.004 0 016.254 8.573v1.414h.25a.75.75 0 01.75.75v1.5a.75.75 0 01-.75.75H3.25a.75.75 0 01-.75-.75v-1.5a.75.75 0 01.75-.75h.25v-1.414a9.004 9.004 0 016.254-8.573A2.25 2.25 0 0112 2.5h1zM13 4h-1a.75.75 0 00-.75.75v2.5a.75.75 0 01-1.5 0V6.216A7.503 7.503 0 005 13.196v1.413h3.75v-1.75a.75.75 0 011.5 0v1.75h1.5v-1.75a.75.75 0 011.5 0v1.75h1.5v-1.75a.75.75 0 011.5 0v1.75H20v-1.414a7.503 7.503 0 00-4.75-6.98V7.25a.75.75 0 01-1.5 0v-2.5A.75.75 0 0013 4z", fill: "#323544" })); exports.default = HelmetSafety1;