UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 794 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 D3dotjs = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M13.312 12C13.312 5.718 8.22.625 1.937.625H0v5h1.938a6.375 6.375 0 110 12.75H0v5h1.938c6.281 0 11.374-5.093 11.374-11.375zM24 7.563A6.938 6.938 0 0017.062.625h-8a13.415 13.415 0 014.686 5h3.314a1.94 1.94 0 010 3.876h-1.938a13.43 13.43 0 010 5h1.938a1.94 1.94 0 010 3.876h-3.314a13.415 13.415 0 01-4.686 5h8a6.939 6.939 0 005.333-11.375A6.946 6.946 0 0024 7.563z" })); exports.default = D3dotjs;