iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 849 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 CastleTurretBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M216 212h-12v-95l10.14-10.14A19.86 19.86 0 00220 92.69V48a20 20 0 00-20-20H56a20 20 0 00-20 20v44.69a19.86 19.86 0 005.86 14.14L52 117v95H40a12 12 0 000 24h176a12 12 0 000-24zM72.49 103.51L60 91V52h28v24a12 12 0 0024 0V52h32v24a12 12 0 0024 0V52h28v39l-12.49 12.48A12 12 0 00180 112v100h-16v-44a36 36 0 00-72 0v44H76V112a12 12 0 00-3.51-8.49zM140 212h-24v-44a12 12 0 0124 0z" }));
exports.default = CastleTurretBold;