@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.63 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialFenceW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FenceW100Filled', short_name: 'Fence', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M256-186q-12.75 0-21.37-8.63Q226-203.25 226-216v-130h-14.04q-5.96 0-9.96-4.04-4-4.03-4-10 0-5.96 4.02-9.96 4.03-4 9.98-4h14v-132h-14.04q-5.96 0-9.96-4.04-4-4.03-4-10 0-5.96 4.02-9.96 4.03-4 9.98-4h14v-123q0-5.57 2-10.78 2-5.22 6.81-10.03L299-742q9-9 21-9t21 9l59 59 59-59q9.07-9 21.53-9 12.47 0 21.47 9l59 59 58-59q9.07-9 21.53-9 12.47 0 21.47 9l64.19 64.19Q731-673 733-667.78q2 5.21 2 10.78v123h13.23q5.77 0 9.77 4.04 4 4.03 4 10 0 5.96-3.93 9.96-3.93 4-9.74 4H735v132h13.23q5.77 0 9.77 4.04 4 4.03 4 10 0 5.96-3.93 9.96-3.93 4-9.74 4H735v130q0 12.75-8.62 21.37Q717.75-186 705-186H256Zm-2-348h132v-124l-66-66-66 66v124Zm160 0h132v-124l-66-66-66 66v124Zm161 0h131v-124l-66-66-65 66v124ZM254-374h132v-132H254v132Zm160 0h132v-132H414v132Zm161 0h131v-132H575v132ZM254-214h132v-132H254v132Zm160 0h132v-132H414v132Zm161 0h131v-132H575v132Z" }) })));
});
IconMaterialFenceW100Filled.displayName = 'OnesyIconMaterialFenceW100Filled';
exports.default = IconMaterialFenceW100Filled;
;