@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 2.46 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var StudySIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.55993 0.282617C3.85535 0.0980312 4.19662 0 4.54511 0H12.4C13.6066 0 14.5 0.987442 14.5 2.14164C14.5 3.29585 13.6066 4.28327 12.4 4.28327H10.0098C10.0071 4.2833 10.0043 4.28332 10.0016 4.28332C9.99883 4.28332 9.99609 4.2833 9.99335 4.28327H4.54511C4.19663 4.28327 3.85536 4.18526 3.55991 4.00064C3.54653 3.99229 3.53342 3.98351 3.5206 3.97432L1.81326 2.75136C1.61664 2.61052 1.5 2.3835 1.5 2.14164C1.5 1.89978 1.61663 1.67277 1.81326 1.53192L3.5206 0.308952C3.53343 0.299762 3.54654 0.29098 3.55993 0.282617ZM10.7516 2.78327H12.4C12.7222 2.78327 13 2.5246 13 2.14164C13 1.75868 12.7222 1.5 12.4 1.5H10.7516V2.78327ZM9.25157 1.5V2.78327H4.54511C4.48381 2.78327 4.42341 2.76751 4.36957 2.73733L3.53795 2.14164L4.36956 1.54595C4.42342 1.51576 4.48383 1.5 4.54511 1.5H9.25157Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.5 5.79382C1.5 5.37961 1.83579 5.04382 2.25 5.04382C4.11703 5.04382 5.4419 5.32678 6.42952 5.715C7.11257 5.9835 7.61697 6.29673 8 6.56626C8.38304 6.29673 8.88744 5.9835 9.57049 5.715C10.5581 5.32678 11.883 5.04382 13.75 5.04382C14.1642 5.04382 14.5 5.37961 14.5 5.79382V13.5471C14.5 13.9614 14.1642 14.2971 13.75 14.2971C12.0377 14.2971 10.9037 14.556 10.1193 14.8643C9.38233 15.154 8.92193 15.4977 8.52125 15.7968C8.49652 15.8153 8.47201 15.8336 8.44768 15.8517C8.18197 16.0494 7.81803 16.0494 7.55232 15.8517C7.52798 15.8336 7.50346 15.8153 7.47872 15.7968C7.07805 15.4977 6.61766 15.154 5.88076 14.8643C5.09631 14.556 3.96233 14.2971 2.25 14.2971C1.83579 14.2971 1.5 13.9614 1.5 13.5471V5.79382ZM7.25 7.87434C6.89916 7.61964 6.482 7.34735 5.88077 7.11102C5.21698 6.85009 4.30294 6.62463 3 6.56144V12.8132C4.47998 12.8781 5.57963 13.1342 6.42953 13.4683C6.73761 13.5894 7.00935 13.7197 7.25 13.8508V7.87434ZM8.75 13.8508C8.99065 13.7197 9.2624 13.5894 9.57048 13.4683C10.4204 13.1342 11.52 12.8781 13 12.8132V6.56144C11.6971 6.62463 10.783 6.85009 10.1192 7.11102C9.51801 7.34735 9.10084 7.61964 8.75 7.87434V13.8508Z", fill: "currentColor" }))); });
StudySIcon.displayName = 'StudySIcon';