UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.02 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 Road1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12.749 5.75a.75.75 0 00-1.5 0v1.563a.75.75 0 001.5 0V5.75zM12.749 10.438a.75.75 0 00-1.5 0v3.124a.75.75 0 001.5 0v-3.124zM12.749 16.688a.75.75 0 00-1.5 0v1.562a.75.75 0 001.5 0v-1.563z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.382 2a2.25 2.25 0 00-2.243 2.068l-1.256 15.5A2.25 2.25 0 006.125 22h11.747a2.25 2.25 0 002.243-2.432l-1.257-15.5A2.25 2.25 0 0016.615 2H7.382zm-.748 2.19a.75.75 0 01.748-.69h9.233c.391 0 .716.3.748.69l1.257 15.5a.75.75 0 01-.748.81H6.125a.75.75 0 01-.747-.81l1.256-15.5z", fill: "#323544" })); exports.default = Road1;