@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 928 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Highlight = /*#__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: "M5.25 2C4.01 2 3 3 3 4.25v3C3 8.49 4 9.5 5.25 9.5h13.5c1.24 0 2.25-1 2.25-2.25v-3C21 3.01 20 2 18.75 2H5.25ZM5 11.75V11h14v.75c0 1.24-1 2.25-2.25 2.25h-9.5C6.01 14 5 13 5 11.75Zm2.5 3.75h9v1.29c0 .81-.44 1.56-1.14 1.96l-.15.08-6.64 3.1a.75.75 0 0 1-1.06-.58V15.5Z"
}));
});
Highlight.displayName = 'Highlight';
export var HighlightDimensions = {
height: 24,
width: 24
};