iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.01 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 CastleTurretLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M216 218h-18V114.49l11.9-11.91a13.9 13.9 0 004.1-9.89V48a14 14 0 00-14-14h-24a6 6 0 00-6 6v26h-20V40a6 6 0 00-6-6h-32a6 6 0 00-6 6v26H86V40a6 6 0 00-6-6H56a14 14 0 00-14 14v44.69a13.9 13.9 0 004.1 9.89L58 114.49V218H40a6 6 0 000 12h176a6 6 0 000-12zM68.24 107.76L54.58 94.1a2 2 0 01-.58-1.41V48a2 2 0 012-2h18v26a6 6 0 006 6h32a6 6 0 006-6V46h20v26a6 6 0 006 6h32a6 6 0 006-6V46h18a2 2 0 012 2v44.69a2 2 0 01-.58 1.41l-13.66 13.66A6 6 0 00186 112v106h-28v-50a30 30 0 00-60 0v50H70V112a6 6 0 00-1.76-4.24zM146 218h-36v-50a18 18 0 0136 0z" }));
exports.default = CastleTurretLight;