@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.61 kB
JavaScript
;
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 Owner24 = (_a) => {
var { fill, size = '1.5rem' } = _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 24 24" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M6 5.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0ZM7.5 2a3.5 3.5 0 1 0 3.355 4.5H13v1a1 1 0 1 0 2 0v-1h1v2a1 1 0 1 0 2 0v-2h1a1 1 0 1 0 0-2h-8.145A3.502 3.502 0 0 0 7.5 2ZM4 11.5a1 1 0 1 0-2 0v9a1 1 0 0 0 1.874.486c.193.071.406.144.637.217C5.786 21.606 7.638 22 10 22c1.846 0 3.944-.462 5.792-1.005a46.414 46.414 0 0 0 4.563-1.627A2.685 2.685 0 0 0 22 16.877a2.755 2.755 0 0 0-3.566-2.634l-3.02.93c-.326-1.24-1.518-2.094-2.817-2.02-1.37.08-3.14.104-4.412-.136-.823-.155-1.883-.505-2.77-.833a36.784 36.784 0 0 1-1.409-.555L4 11.626V11.5Zm1.114 7.796c-.475-.15-.848-.298-1.114-.415v-5.097c.214.084.458.178.72.275.907.336 2.098.736 3.095.924 1.53.288 3.512.247 4.897.168.443-.026.788.323.788.701 0 .358-.29.648-.648.648H10a1 1 0 1 0 0 2h2.852c.89 0 1.676-.438 2.156-1.11l4.015-1.235a.755.755 0 0 1 .977.722c0 .299-.17.544-.412.644a44.437 44.437 0 0 1-4.361 1.555C13.443 19.601 11.56 20 10 20c-2.138 0-3.786-.356-4.886-.704Zm8.386-3.444h.238a1.006 1.006 0 0 0-.184.324.998.998 0 0 1-.054-.324Z" })));
};
exports.default = Owner24;