UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 958 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 Coderwall = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M21.354 18.708a2.647 2.647 0 010 5.292 2.648 2.648 0 01-2.646-2.646 2.648 2.648 0 012.646-2.646zM12 9.354c1.46 0 2.646 1.186 2.646 2.646S13.46 14.646 12 14.646 9.354 13.46 9.354 12 10.54 9.354 12 9.354zm9.354 0C22.814 9.354 24 10.54 24 12s-1.186 2.646-2.646 2.646S18.708 13.46 18.708 12s1.185-2.646 2.646-2.646zM12 0a2.647 2.647 0 010 5.292c-1.46 0-2.646-1.186-2.646-2.646S10.54 0 12 0zM2.646 0a2.647 2.647 0 010 5.292C1.186 5.292 0 4.106 0 2.646S1.186 0 2.646 0zm18.708 0a2.647 2.647 0 010 5.292 2.647 2.647 0 010-5.292z" })); exports.default = Coderwall;