iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 682 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 AngleBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M252 200a12 12 0 01-12 12H72a12 12 0 01-12-12V84H32a12 12 0 010-24h28V32a12 12 0 0124 0v156h156a12 12 0 0112 12zM111 84.29a84 84 0 0176.7 76.7 12 12 0 0011.95 11h1a12 12 0 0011-13A108 108 0 00113 60.37a12 12 0 10-2 23.92z" }));
exports.default = AngleBold;