UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 843 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 Info = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.568 1.031A6.8 6.8 0 0112.76 3.05a7.06 7.06 0 01.46 9.39 6.85 6.85 0 01-8.58 1.74 7 7 0 01-3.12-3.5 7.12 7.12 0 01-.23-4.71 7 7 0 012.77-3.79 6.8 6.8 0 014.508-1.149zM9.04 13.88a5.89 5.89 0 003.41-2.07 6.07 6.07 0 00-.4-8.06 5.82 5.82 0 00-7.43-.74 6.06 6.06 0 00.5 10.29 5.81 5.81 0 003.92.58zM7.375 6h1.25V5h-1.25v1zm1.25 1v4h-1.25V7h1.25z", fill: "#75BEFF" })); exports.default = Info;