UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.49 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DeveloperBoard = /*#__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: "M15.25 2c.38 0 .7.28.74.65l.01.1v2.33A3.75 3.75 0 0 1 18.93 8h2.32a.75.75 0 0 1 .1 1.5H19v1.75h2.25c.38 0 .7.29.74.65l.01.1c0 .38-.28.7-.65.75H19v1.75h2.25c.38 0 .7.29.74.65l.01.1c0 .38-.28.7-.65.75h-2.43A3.75 3.75 0 0 1 16 18.92v2.33a.75.75 0 0 1-1.5.1V19h-1.75v2.25c0 .38-.28.7-.65.74L12 22a.75.75 0 0 1-.74-.65l-.01-.1V19H9.5v2.25c0 .38-.28.7-.65.74l-.1.01a.75.75 0 0 1-.74-.65l-.01-.1v-2.32A3.75 3.75 0 0 1 5.08 16H2.75a.75.75 0 0 1-.1-1.5H5v-1.75H2.75a.75.75 0 0 1-.74-.65L2 12c0-.38.28-.7.65-.74l.1-.01H5V9.5H2.75a.75.75 0 0 1-.74-.65L2 8.75c0-.38.28-.7.65-.74l.1-.01h2.33A3.75 3.75 0 0 1 8 5.07V2.75a.75.75 0 0 1 1.5-.1V5h1.75V2.75c0-.38.28-.7.65-.74L12 2c.38 0 .7.28.74.65l.01.1V5h1.75V2.75c0-.35.23-.64.55-.72l.1-.02.1-.01ZM12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm0 1.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z" })); }); DeveloperBoard.displayName = 'DeveloperBoard'; export var DeveloperBoardDimensions = { height: 24, width: 24 };