@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.43 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var StudyMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.85 2.33C7.194 2.113 7.59 2 7.997 2h9.487A2.52 2.52 0 0 1 20 4.526a2.52 2.52 0 0 1-2.516 2.525H7.997a2.17 2.17 0 0 1-1.147-.33l-2.497-1.56a.75.75 0 0 1 0-1.272zm8.859 3.221h1.775A1.02 1.02 0 0 0 18.5 4.526 1.02 1.02 0 0 0 17.484 3.5H15.71zm-1.5-2.051v2.051H7.997a.67.67 0 0 1-.352-.101l-1.48-.924 1.48-.925a.67.67 0 0 1 .352-.101zM4 9.185a.75.75 0 0 1 .75-.75c2.36 0 3.999.358 5.206.845a9 9 0 0 1 2.016 1.141 9 9 0 0 1 2.017-1.141c1.207-.487 2.845-.845 5.206-.845a.75.75 0 0 1 .75.75v9.892a.75.75 0 0 1-.75.75c-2.207 0-3.649.334-4.646.736-.896.361-1.46.786-1.962 1.163l-.167.126a.75.75 0 0 1-.896 0l-.167-.126c-.502-.377-1.066-.802-1.962-1.163-.997-.402-2.439-.736-4.645-.736a.75.75 0 0 1-.75-.75zm7.222 2.548c-.469-.35-1.01-.733-1.827-1.062-.88-.355-2.105-.656-3.895-.722v8.391c1.964.067 3.38.398 4.456.832.495.2.911.419 1.266.635zm1.5 8.074a8.6 8.6 0 0 1 1.267-.635c1.074-.434 2.491-.765 4.456-.832V9.949c-1.791.066-3.016.367-3.896.722-.816.33-1.358.711-1.827 1.062z", clipRule: "evenodd" }))); });
StudyMIcon.displayName = 'StudyMIcon';