@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 2.01 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 Policies64 = (_a) => {
var { fill, size = '4rem' } = _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 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M40 6.5a1.5 1.5 0 0 1 1.06.439c1.21 1.209 3.753 3.13 6.668 4.75 2.954 1.64 6.006 2.81 8.272 2.81a1.5 1.5 0 0 1 1.5 1.5c0 11.08-4.166 18.749-8.361 23.644a33.446 33.446 0 0 1-5.76 5.323c-.79.57-1.453.99-1.924 1.27a16.685 16.685 0 0 1-.715.403l-.046.024-.015.007-.005.003h-.002c0 .001-.001.002-.672-1.34-.67 1.342-.672 1.341-.672 1.34h-.002l-.005-.003-.015-.007-.045-.024a16.787 16.787 0 0 1-.715-.403c-.472-.28-1.135-.7-1.924-1.27a33.45 33.45 0 0 1-5.76-5.323C26.665 34.748 22.5 27.078 22.5 16a1.5 1.5 0 0 1 1.5-1.5c2.266 0 5.317-1.17 8.272-2.812 2.915-1.619 5.459-3.54 6.667-4.749A1.5 1.5 0 0 1 40 6.499Zm0 38.833.67 1.342a1.5 1.5 0 0 1-1.34 0l.67-1.342Zm0-1.722c.4-.24.957-.597 1.622-1.077a30.442 30.442 0 0 0 5.24-4.844c3.63-4.235 7.287-10.8 7.614-20.302-2.696-.377-5.65-1.658-8.204-3.077-2.45-1.361-4.714-2.952-6.272-4.28-1.558 1.328-3.822 2.919-6.272 4.28-2.554 1.419-5.508 2.7-8.204 3.077.327 9.502 3.985 16.067 7.615 20.302a30.446 30.446 0 0 0 5.24 4.844A23.9 23.9 0 0 0 40 43.611ZM6.5 8A1.5 1.5 0 0 1 8 6.5h10.667a1.5 1.5 0 0 1 0 3H9.5v45h34.333V52a1.5 1.5 0 1 1 3 0v4a1.5 1.5 0 0 1-1.5 1.5H8A1.5 1.5 0 0 1 6.5 56V8Zm10.667 37.333a1.5 1.5 0 0 1 1.5-1.5h8a1.5 1.5 0 0 1 0 3h-8a1.5 1.5 0 0 1-1.5-1.5Zm1.5-12.166a1.5 1.5 0 1 0 0 3H20a1.5 1.5 0 1 0 0-3h-1.333Zm29.06-9.44a1.5 1.5 0 1 0-2.121-2.121l-6.94 6.94-2.939-2.94a1.5 1.5 0 1 0-2.121 2.121l4 4a1.5 1.5 0 0 0 2.121 0l8-8Z" })));
};
exports.default = Policies64;