@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 3.39 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 Release24 = (_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("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M16.225 3.974c1.003-.231 2.142-.237 3.063-.174.316.022.598.05.833.08.028.234.057.517.079.832.063.921.057 2.06-.174 3.063-.262 1.135-.938 2.292-1.88 3.416-.935 1.118-2.088 2.151-3.226 3.038a34.195 34.195 0 0 1-3.545 2.409c-.324-.51-.699-1.01-1.111-1.488l3.443-3.443a1 1 0 0 0-1.414-1.414L8.85 13.736a12.653 12.653 0 0 0-1.488-1.111A34.196 34.196 0 0 1 9.77 9.08c.888-1.138 1.921-2.291 3.039-3.227 1.124-.94 2.281-1.617 3.416-1.879ZM7.534 15.242a9.787 9.787 0 0 0-1.981-1.348 1 1 0 0 1-.438-1.36l.176.092-.175-.093.001-.002.003-.007.012-.022.02-.038-2.411-2.813a1 1 0 0 1-.043-1.249L3.5 9l-.802-.598L2.7 8.4l.003-.004.01-.012.033-.044.12-.154c.103-.129.252-.31.436-.52.367-.42.888-.973 1.491-1.484.593-.502 1.324-1.013 2.11-1.283.81-.278 1.78-.328 2.662.276.194.133.384.3.548.46.449-.46.92-.904 1.412-1.315 1.256-1.051 2.694-1.935 4.25-2.294 1.28-.296 2.641-.29 3.65-.221a17.564 17.564 0 0 1 1.723.205l.03.006.008.001.003.001h.001L21 3l.982-.19v.004l.002.009.006.029a9.446 9.446 0 0 1 .074.468c.044.31.096.745.131 1.256.07 1.008.075 2.37-.22 3.649-.36 1.556-1.244 2.994-2.295 4.25-.411.492-.855.963-1.316 1.412.16.164.328.354.461.548.604.883.554 1.852.276 2.661-.27.787-.781 1.518-1.283 2.11a14.304 14.304 0 0 1-1.483 1.492 15.498 15.498 0 0 1-.675.556l-.044.034-.012.01-.004.002-.002.001L15 20.5l.598.802a1 1 0 0 1-1.249-.043l-2.813-2.412-.038.021-.022.012-.007.003-.001.001h-.001l-.093-.175.092.176a1 1 0 0 1-1.36-.438 9.791 9.791 0 0 0-1.348-1.98 1 1 0 0 1-1.224-1.225ZM21 3l.982-.19a1 1 0 0 0-.792-.792L21 3Zm-5.986 16.195-1.662-1.424c.8-.508 1.783-1.174 2.797-1.964.24-.187.482-.381.725-.583.13.129.238.25.3.34.137.2.181.458.036.883-.154.447-.485.956-.919 1.468-.424.5-.898.95-1.272 1.277l-.005.003ZM6.23 10.648c.508-.8 1.174-1.783 1.964-2.797.187-.24.381-.482.583-.725a2.616 2.616 0 0 0-.34-.3c-.2-.137-.458-.181-.883-.036-.447.154-.956.485-1.468.919-.5.424-.95.898-1.277 1.272l-.003.004 1.424 1.663Zm-2.01 8.595a6.893 6.893 0 0 0-.13.667c.216-.032.443-.074.667-.13.444-.111.797-.258 1.018-.424.193-.145.225-.249.225-.356a1 1 0 0 0-1-1c-.107 0-.211.032-.356.225-.166.221-.313.574-.424 1.017ZM3 22v-1 1h.062a8.744 8.744 0 0 0 .646-.035 9.815 9.815 0 0 0 1.535-.245c.556-.139 1.203-.367 1.732-.764C7.532 20.538 8 19.893 8 19a3 3 0 0 0-3-3c-.893 0-1.539.468-1.956 1.025-.397.529-.625 1.176-.764 1.733a9.818 9.818 0 0 0-.245 1.534 10.662 10.662 0 0 0-.034.646v.043L2 20.992V21h1-1a1 1 0 0 0 1 1ZM16.5 6.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "24", height: "24", fill: "#fff" })))));
};
exports.default = Release24;