UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 2.12 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FolderOpenMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.80349 4.8774C9.69149 4.78936 9.55754 4.74623 9.42395 4.75026C9.41642 4.75049 9.40889 4.7506 9.40136 4.7506H4.3649C4.21013 4.7506 4.05638 4.81395 3.93896 4.93539C3.82072 5.0577 3.75 5.22881 3.75 5.41231V12.2384L4.13085 10.9068C4.43961 9.82721 5.42679 9.08334 6.54959 9.08334H19.9936V8.00043C19.9936 7.81693 19.9229 7.64582 19.8047 7.52351C19.6873 7.40207 19.5335 7.33872 19.3787 7.33872H11.1894C10.8528 7.33872 10.5575 7.11456 10.467 6.79044L10.0439 5.27522C10.0413 5.26604 10.0389 5.25682 10.0367 5.24755C10.0004 5.09543 9.91604 4.96587 9.80349 4.8774ZM21.4936 9.42068C22.3985 9.9456 22.9339 11.0141 22.6924 12.1298L21.4919 17.6767C21.4705 18.2104 21.2562 18.7219 20.8831 19.1078L20.3439 18.5865L20.8831 19.1078C20.4886 19.5159 19.948 19.75 19.3787 19.75H4.3649C3.79567 19.75 3.25509 19.5159 2.86057 19.1078C2.46689 18.7006 2.25 18.1536 2.25 17.5883V5.41231C2.25 4.847 2.46689 4.29996 2.86057 3.89277C3.25509 3.48471 3.79567 3.2506 4.3649 3.2506H9.39133C9.8769 3.23891 10.3491 3.39832 10.7305 3.69812C11.1105 3.99682 11.3768 4.41596 11.4921 4.8841L11.7586 5.83872H19.3787C19.948 5.83872 20.4886 6.07283 20.8831 6.48088L20.3439 7.0022L20.8831 6.48089C21.2768 6.88807 21.4936 7.43511 21.4936 8.00043V9.42068ZM3.75529 17.6749C3.77374 17.8251 3.83956 17.9624 3.93896 18.0652C4.05638 18.1866 4.21014 18.25 4.3649 18.25H19.3787C19.5335 18.25 19.6873 18.1866 19.8047 18.0652C19.9229 17.9429 19.9936 17.7718 19.9936 17.5883C19.9936 17.535 19.9993 17.4818 20.0106 17.4296L21.2264 11.8125C21.341 11.2829 21.0202 10.7736 20.5282 10.626C20.4369 10.5986 20.3384 10.5833 20.2337 10.5833H6.54959C6.0959 10.5833 5.69754 10.8839 5.57302 11.3193L3.75529 17.6749Z", fill: "currentColor" }))); }); FolderOpenMIcon.displayName = 'FolderOpenMIcon';