UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.09 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var PanelLeftKey = /*#__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 4A3.25 3.25 0 0 0 2 7.25v9.5C2 18.55 3.46 20 5.25 20h5.95c.08-.16.19-.3.31-.43l1.08-1.07H9.5v-13h9.25c.97 0 1.75.78 1.75 1.75v3.86c.54.13 1.05.35 1.5.65V7.25C22 5.45 20.54 4 18.75 4H5.25ZM23 15.5a3.5 3.5 0 0 1-3.5 3.5H18v1a.5.5 0 0 1-.5.5h-1v1a.5.5 0 0 1-.5.5h-1v.5a.5.5 0 0 1-.5.5h-1.75a.75.75 0 0 1-.75-.75v-1.44c0-.2.08-.39.22-.53l3.75-3.75.15-.12A3.5 3.5 0 1 1 23 15.5Zm-3 .5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" })); }); PanelLeftKey.displayName = 'PanelLeftKey'; export var PanelLeftKeyDimensions = { height: 24, width: 24 };