@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
27 lines • 1.24 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ReadingListAdd = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M4 7.5a1.5 1.5 0 0 1 2.75-.83A1 1 0 0 0 8.4 5.56 3.5 3.5 0 1 0 5.46 11H21a1 1 0 1 0 0-2H5.5A1.5 1.5 0 0 1 4 7.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 5a1 1 0 1 0 0 2h13a1 1 0 1 0 0-2H12zM7 13a1 1 0 1 0 0 2h8.4a7.47 7.47 0 0 1 5.06-2H7zM3 17h10.87c-.33.62-.58 1.3-.72 2H3a1 1 0 1 1 0-2zM7 21h6.02c.04.7.18 1.37.4 2H7a1 1 0 1 1 0-2z"
}), /*#__PURE__*/React.createElement("path", {
d: "M27 20.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0zm-6-4a.5.5 0 0 0-1 0V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21v-3.5z"
}));
});
ReadingListAdd.displayName = 'ReadingListAdd';
export var ReadingListAddDimensions = {
height: 28,
width: 28
};