iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.02 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 CastleTurretThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M216 220h-20V113.66l12.49-12.49a11.93 11.93 0 003.51-8.48V48a12 12 0 00-12-12h-24a4 4 0 00-4 4v28h-24V40a4 4 0 00-4-4h-32a4 4 0 00-4 4v28H84V40a4 4 0 00-4-4H56a12 12 0 00-12 12v44.69a11.93 11.93 0 003.51 8.48L60 113.66V220H40a4 4 0 000 8h176a4 4 0 000-8zM66.83 109.17L53.17 95.51A4 4 0 0152 92.69V48a4 4 0 014-4h20v28a4 4 0 004 4h32a4 4 0 004-4V44h24v28a4 4 0 004 4h32a4 4 0 004-4V44h20a4 4 0 014 4v44.69a4 4 0 01-1.17 2.82l-13.66 13.66A4 4 0 00188 112v108h-32v-52a28 28 0 00-56 0v52H68V112a4 4 0 00-1.17-2.83zM148 220h-40v-52a20 20 0 0140 0z" }));
exports.default = CastleTurretThin;