@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.08 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 Course24 = (_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: "M11.532 4.116a1 1 0 0 1 .936 0l8.5 4.5a1 1 0 0 1 .032 1.75v6.72a1.5 1.5 0 1 1-1 0v-6.19l-1 .53V16.5a1 1 0 0 1-.22.625C17.949 18.165 15.54 20 12 20s-5.949-1.835-6.78-2.875A1 1 0 0 1 5 16.5v-5.074l-1.968-1.042a1 1 0 0 1 0-1.768l8.5-4.5ZM7 12.484v3.631C7.711 16.82 9.46 18 12 18s4.289-1.181 5-1.885v-3.63l-4.532 2.399a1 1 0 0 1-.936 0L7 12.484ZM5.637 9.5 12 12.868 18.363 9.5 12 6.131 5.637 9.5ZM12 10c.552 0 1-.224 1-.5s-.448-.5-1-.5-1 .224-1 .5.448.5 1 .5Z" })));
};
exports.default = Course24;