UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 823 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Laptop = /*#__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 8.25C4 7.01 5 6 6.25 6h15.5C22.99 6 24 7 24 8.25v9c0 1.24-1 2.25-2.25 2.25H6.25c-1.24 0-2.25-1-2.25-2.25v-9zM2.75 20.5a.75.75 0 0 0 0 1.5h22.5a.75.75 0 0 0 0-1.5H2.75z" })); }); Laptop.displayName = 'Laptop'; export var LaptopDimensions = { height: 28, width: 28 };