iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.01 kB
JavaScript
;
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 Code = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.585 9.42l-3.224 3.546a.756.756 0 0 1-.863 0c-.239-.18-.239-.471 0-.652l2.83-3.112-2.83-3.113c-.239-.18-.239-.472 0-.652a.756.756 0 0 1 .863 0l2.951 3.245c.096.021.198.029.273.086.239.18.239.471 0 .652zm-12.13 7.847a.559.559 0 0 1-.76.203.551.551 0 0 1-.203-.756L13.271 2.28a.562.562 0 0 1 .765-.204c.268.153.36.494.205.761l-7.786 14.43zM2.413 9.215l2.819 3.099c.238.18.238.472 0 .652a.756.756 0 0 1-.863 0L1.405 9.707c-.078-.022-.165-.024-.228-.072-.236-.18-.236-.472 0-.651l3.2-3.546c.236-.18.62-.18.856 0 .237.18.237.471 0 .652l-2.82 3.125z", fill: "#000", fillRule: "evenodd" }));
exports.default = Code;