@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 2.21 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Terrace32 = (_a) => {
var { fill, size = '2rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M16.468 3.116a1 1 0 0 0-.915-.01l-12 6A1 1 0 0 0 4 11h11.5v5.167H8.037C6.974 15.459 5.641 15 4 15a1 1 0 0 0-1 1v6.667a1 1 0 0 0 1 1h.6l-1.087 4.891a.5.5 0 1 0 .976.217l1.135-5.108H7.71l1.135 5.108a.5.5 0 1 0 .977-.217l-1.087-4.891h1.932a1 1 0 0 0 .995-1.1 9.765 9.765 0 0 0-.715-2.734H13.5V22a.5.5 0 0 0 .5.5h1.5c-.006 1.503-.053 2.87-.464 3.898-.22.55-.538.98-.995 1.276-.461.299-1.11.493-2.04.493a.5.5 0 1 0 0 1h8a.5.5 0 0 0 0-1c-1.001 0-1.783-.08-2.373-.76-.59-.682-1.073-2.064-1.124-4.907H18a.5.5 0 0 0 .5-.5v-2.167h2.553a9.77 9.77 0 0 0-.715 2.734 1 1 0 0 0 .995 1.1h1.933l-1.087 4.891a.5.5 0 1 0 .976.217l1.135-5.108h2.087l1.135 5.108a.5.5 0 1 0 .976-.217l-1.087-4.891h.6a1 1 0 0 0 1-1V16a1 1 0 0 0-1-1c-1.642 0-2.975.459-4.038 1.167H16.5V11h10.833a1 1 0 0 0 .468-1.884l-11.333-6ZM16 21.5h1.5v-1.667h-3V21.5H16Zm-2-2.667h-3.542a8.832 8.832 0 0 0-.607-.932c-.19-.254-.397-.5-.622-.734H22.77c-.225.234-.432.48-.622.734a8.678 8.678 0 0 0-.606.932H14ZM23.307 9H8.237l7.75-3.875L23.307 9ZM5 17.08v4.587h4.465c-.219-.82-.607-1.755-1.216-2.568-.727-.972-1.762-1.77-3.249-2.019Zm22 4.587V17.08c-1.487.248-2.522 1.047-3.25 2.019-.608.813-.996 1.748-1.215 2.568H27Zm-11.036 5.102a5.05 5.05 0 0 0 .086-.23c.216.643.492 1.14.822 1.521.032.037.064.073.096.107h-1.937c.423-.39.722-.87.933-1.398Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "32", height: "32", fill: "#fff" })))));
};
exports.default = Terrace32;