@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.67 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 Owner32 = (_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("path", { "fill-rule": "evenodd", d: "M7.667 7.333a2.333 2.333 0 1 1 4.666 0 2.333 2.333 0 0 1-4.666 0ZM10 3a4.333 4.333 0 1 0 4.217 5.333h3.45V10a1 1 0 1 0 2 0V8.333h2v3a1 1 0 1 0 2 0v-3h1.666a1 1 0 0 0 0-2H14.217A4.335 4.335 0 0 0 10 3ZM5 15.333a1 1 0 1 0-2 0v12a1 1 0 0 0 1.976.219c.328.128.708.265 1.14.401C7.786 28.481 10.22 29 13.333 29c2.414 0 5.176-.605 7.628-1.327a61.532 61.532 0 0 0 6.051-2.156C28.245 25.004 29 23.8 29 22.502a3.34 3.34 0 0 0-4.323-3.193l-4.379 1.348c-.25-1.678-1.787-2.883-3.483-2.786-1.828.106-4.225.14-5.963-.187-1.127-.212-2.561-.687-3.748-1.127a49.392 49.392 0 0 1-2.004-.793l-.029-.012-.006-.003h-.002A.972.972 0 0 0 5 15.724v-.39Zm.034 10.071L5 25.39v-7.502c.37.15.858.342 1.41.546 1.205.446 2.771.971 4.072 1.216 1.996.377 4.604.325 6.448.219.771-.044 1.403.561 1.403 1.268 0 .662-.535 1.197-1.196 1.197h-3.804a1 1 0 1 0 0 2h3.804a3.194 3.194 0 0 0 2.665-1.431l5.463-1.681A1.34 1.34 0 0 1 27 22.502c0 .528-.302.98-.755 1.168a59.56 59.56 0 0 1-5.848 2.085c-2.39.703-4.935 1.245-7.064 1.245-2.887 0-5.119-.481-6.615-.954a14.358 14.358 0 0 1-1.684-.642Z" })));
};
exports.default = Owner32;