UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.32 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Recycle = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 32 32" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M14.04 5.65a2.25 2.25 0 0 1 3.92 0l2.6 4.65-1.6-.28a1.25 1.25 0 1 0-.43 2.46l4.25.75c.61.1 1.21-.25 1.4-.83l1.26-3.76a1.25 1.25 0 0 0-2.38-.79l-.37 1.12-2.55-4.54a4.75 4.75 0 0 0-8.28 0l-2.2 3.93a1.25 1.25 0 1 0 2.17 1.23l2.2-3.94Zm12.05 9.38a1.25 1.25 0 0 0-2.19 1.22l3.3 5.9a2.25 2.25 0 0 1-1.95 3.35h-6.33l.79-.95a1.25 1.25 0 0 0-1.92-1.6l-2.5 3a1.25 1.25 0 0 0 0 1.6l2.5 3a1.25 1.25 0 0 0 1.92-1.6l-.79-.95h6.33c3.62 0 5.91-3.9 4.14-7.07l-3.3-5.9ZM11.75 25.5h-5a2.25 2.25 0 0 1-1.96-3.35l3.55-6.33.8 1.52a1.25 1.25 0 0 0 2.21-1.18l-2-3.75a1.25 1.25 0 0 0-1.3-.64l-4.5.75a1.25 1.25 0 1 0 .4 2.46l2.2-.36-3.54 6.3A4.75 4.75 0 0 0 6.75 28h5a1.25 1.25 0 1 0 0-2.5Z" })); }); Recycle.displayName = 'Recycle'; export var RecycleDimensions = { height: 32, width: 32 };