@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.53 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StudySIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.StudySIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.56.283A1.86 1.86 0 0 1 4.545 0H12.4c1.207 0 2.1.987 2.1 2.142s-.893 2.141-2.1 2.141H4.545a1.86 1.86 0 0 1-1.024-.309L1.813 2.751a.75.75 0 0 1 0-1.22L3.521.31zm7.192 2.5H12.4c.322 0 .6-.258.6-.641s-.278-.642-.6-.642h-1.648zM9.252 1.5v1.283H4.545a.36.36 0 0 1-.175-.046l-.832-.595.832-.596a.36.36 0 0 1 .175-.046zM1.5 5.794a.75.75 0 0 1 .75-.75c1.867 0 3.192.283 4.18.671A7.3 7.3 0 0 1 8 6.566a7.3 7.3 0 0 1 1.57-.851c.988-.388 2.313-.671 4.18-.671a.75.75 0 0 1 .75.75v7.753a.75.75 0 0 1-.75.75c-1.712 0-2.846.259-3.63.567-.738.29-1.198.634-1.599.933l-.073.055a.75.75 0 0 1-.896 0l-.073-.055c-.4-.3-.861-.643-1.598-.933-.785-.308-1.919-.567-3.631-.567a.75.75 0 0 1-.75-.75zm5.75 2.08a6 6 0 0 0-1.37-.763c-.663-.26-1.577-.486-2.88-.55v6.252c1.48.065 2.58.321 3.43.655.308.121.58.252.82.383zm1.5 5.977c.24-.131.512-.262.82-.383.85-.334 1.95-.59 3.43-.655V6.561c-1.303.064-2.217.29-2.88.55a6 6 0 0 0-1.37.763z", clipRule: "evenodd" }))); });
exports.StudySIcon.displayName = 'StudySIcon';