UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 947 B
"use strict"; 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 CastleTurret = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M216 216h-16V115.31L211.31 104A15.86 15.86 0 00216 92.69V48a16 16 0 00-16-16h-24a8 8 0 00-8 8v24h-16V40a8 8 0 00-8-8h-32a8 8 0 00-8 8v24H88V40a8 8 0 00-8-8H56a16 16 0 00-16 16v44.69A15.86 15.86 0 0044.69 104L56 115.31V216H40a8 8 0 000 16h176a8 8 0 000-16zM69.66 106.34L56 92.69V48h16v24a8 8 0 008 8h32a8 8 0 008-8V48h16v24a8 8 0 008 8h32a8 8 0 008-8V48h16v44.69l-13.66 13.65A8 8 0 00184 112v104h-24v-48a32 32 0 00-64 0v48H72V112a8 8 0 00-2.34-5.66zM144 216h-32v-48a16 16 0 0132 0z" })); exports.default = CastleTurret;