UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.08 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Likert = /*#__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 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M6 4H5a3 3 0 0 0-3 3v4.25h4V4zM2 12.75V17a3 3 0 0 0 3 3h1v-7.25H2zM7.5 20H19a3 3 0 0 0 3-3v-4.25H7.5V20zm3.75-3.75a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm2.75 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM22 11.25H7.5V4H19a3 3 0 0 1 3 3v4.25zm-11.75-2.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3.75-1a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0z" })); }); Likert.displayName = 'Likert'; export var LikertDimensions = { height: 24, width: 24 };