UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.04 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialAddToQueueFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AddToQueueFilled", short_name: "AddToQueue", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M12 15q.425 0 .713-.288Q13 14.425 13 14v-2h2q.425 0 .713-.288Q16 11.425 16 11t-.287-.713Q15.425 10 15 10h-2V8q0-.425-.287-.713Q12.425 7 12 7t-.712.287Q11 7.575 11 8v2H9q-.425 0-.712.287Q8 10.575 8 11t.288.712Q8.575 12 9 12h2v2q0 .425.288.712.287.288.712.288Zm-3 6q-.425 0-.712-.288Q8 20.425 8 20v-1H4q-.825 0-1.412-.587Q2 17.825 2 17V5q0-.825.588-1.413Q3.175 3 4 3h16q.825 0 1.413.587Q22 4.175 22 5v12q0 .825-.587 1.413Q20.825 19 20 19h-4v1q0 .425-.287.712Q15.425 21 15 21Z" })); }); IconMaterialAddToQueueFilled.displayName = 'AmauiIconMaterialAddToQueueFilled'; export default IconMaterialAddToQueueFilled;