iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 927 B
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 Asciidoctor = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.069 0H5.931A5.934 5.934 0 000 5.932v12.136A5.935 5.935 0 005.932 24h12.136A5.934 5.934 0 0024 18.068V5.932A5.934 5.934 0 0018.069 0zm-7.361 15.404H8.81l-.005.013L7.2 19.282a.506.506 0 11-.934-.388l1.45-3.49H4.868a.506.506 0 110-1.012h5.84a.506.506 0 110 1.012zm7.919 4.165a.506.506 0 01-.655-.29L12.621 6.232l-2.395 5.76h1.55a.506.506 0 110 1.012h-5.84a.506.506 0 110-1.011h3.195l.004-.012 3.022-7.269a.506.506 0 01.457-.311.506.506 0 01.478.314l5.816 14.182a.506.506 0 01-.281.672z" }));
exports.default = Asciidoctor;