@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var NotebookArrowCurveDown = /*#__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 21 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M2 5.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Zm6.4.9-.9.9V5.74A2.75 2.75 0 0 0 4.75 3H4.5a.5.5 0 1 0 0 1h.25c.96 0 1.75.78 1.75 1.75v1.54l-.9-.9a.5.5 0 0 0-.7.71l1.75 1.76a.5.5 0 0 0 .7 0L9.1 7.1a.5.5 0 1 0-.7-.7Zm3.6-.9a5.5 5.5 0 0 1-8 4.9V16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-3.26A5.48 5.48 0 0 1 12 5.5Zm5 .5h.5c.27 0 .5.22.5.5V8a.5.5 0 0 1-.5.5H17V6Zm0 3.5h.5c.27 0 .5.22.5.5v1.5a.5.5 0 0 1-.5.5H17V9.5Zm0 3.5h.5c.27 0 .5.22.5.5V15a.5.5 0 0 1-.5.5H17V13Z"
}));
});
NotebookArrowCurveDown.displayName = 'NotebookArrowCurveDown';
export var NotebookArrowCurveDownDimensions = {
height: 20,
width: 21
};