UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.17 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 Codecrafters = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M9.825 17.527a.111.111 0 01-.107-.142l3.05-10.837a.111.111 0 01.108-.081H14.2a.11.11 0 01.107.141l-3.063 10.838a.111.111 0 01-.107.08H9.825zm-2.146-2.732a.11.11 0 01-.079-.033l-2.667-2.704a.111.111 0 010-.156L7.6 9.211a.111.111 0 01.08-.033h1.702c.1 0 .149.12.079.19l-2.534 2.534a.111.111 0 000 .157l2.535 2.546c.07.07.02.19-.079.19H7.68zm6.954 0a.111.111 0 01-.079-.19l2.525-2.546a.111.111 0 000-.157l-2.524-2.535a.111.111 0 01.079-.19h1.692c.03 0 .058.013.078.034l2.68 2.69a.111.111 0 010 .157l-2.68 2.704a.111.111 0 01-.078.033h-1.693zM12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12zm0-22.667C6.118 1.333 1.333 6.118 1.333 12S6.118 22.667 12 22.667 22.667 17.882 22.667 12 17.882 1.333 12 1.333z" })); exports.default = Codecrafters;