UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.39 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFolderManagedFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FolderManagedFilled", short_name: "FolderManaged", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M720-200q33 0 56.5-23.5T800-280q0-33-23.5-56.5T720-360q-33 0-56.5 23.5T640-280q0 33 23.5 56.5T720-200Zm-8 120q-14 0-24.5-9T674-112l-6-28q-12-5-22.5-10.5T624-164l-29 9q-13 4-25.5-1T550-172l-8-14q-7-12-5-26t13-23l22-19q-2-12-2-26t2-26l-22-19q-11-9-13-22.5t5-25.5l9-15q7-11 19-16t25-1l29 9q11-8 21.5-13.5T668-420l6-29q3-14 13.5-22.5T712-480h16q14 0 24.5 9t13.5 23l6 28q12 5 22.5 10.5T816-396l29-9q13-4 25.5 1t19.5 16l8 14q7 12 5 26t-13 23l-22 19q2 12 2 26t-2 26l22 19q11 9 13 22.5t-5 25.5l-9 15q-7 11-19 16t-25 1l-29-9q-11 8-21.5 13.5T772-140l-6 29q-3 14-13.5 22.5T728-80h-16Zm-552-80q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h207q16 0 30.5 6t25.5 17l57 57h320q33 0 56.5 23.5T880-640v76q0 18-15.5 27t-32.5 1q-26-12-55-18t-58-6q-118 0-198.5 82.5T440-281q0 19 2.5 37.5T450-207q5 18-5 32.5T418-160H160Z" })); }); IconMaterialFolderManagedFilled.displayName = 'OnesyIconMaterialFolderManagedFilled'; export default IconMaterialFolderManagedFilled;